Can’t compile Magento site after migration to production

I’m in the process of migrating a Magento 2 install to AWS, and have been running into an issue when running the command: php bin/magento setup:di:compile When running the command, the compiling process stops at 44% and outputs the following errors: In Generator.php line 140: Class PelagoEmogrifier does not exist Class BssHtmlSiteMapModelFilterInterceptor generation error: The …

Tired of running bin/magento setup:upgrade everytime you write a new data patch?

Tired of running bin/magento setup:upgrade everytime you write a new data patch? Even more tired of forgetting to add that one condition to your data patch and now you need to re-run the patch again so you’ll need to delete the patch from the patch_list table and run setup upgrade again?! In dev server, staging, …

What is best practice for handling lost shipments and keeping track of the data.

Using: Magento 2.4.6Hyva magento2 default theme: 1.2.3 Subject: What is a good way to handle lost packages during shipping? Situation is as follows: Product gets paid. Product is shipped to customer via mailbox mail. There is no track and trace. Customer sends a message that he/she didn’t receive the product. Conclusion: product is lost during …

How to set language for sales items in order conf mail?

So {{layout handle=”sales_email_order_items” order_id=$order_id area=”frontend”}} renders a table with all ordered products by the customer in the Order confirmaiton E-mail. This table is always in English. How do I change the table headers like “Items”, “Qty” and “Price” to another language? Do I need to declare the language somewhere? Thx in advance submitted by /u/Vokheid …

Integration of Zoho Email Marketing with Magento 2. Please Help !

I work as an SEO Specialist and recently got a new eCommerce project on Magento 2. I’m interested in implementing and running Zoho email marketing campaigns for this project. I would greatly appreciate any assistance or recommendations for a good tutorial that can guide me through the process of connecting Zoho with Magento 2, setting …

Magento Graphql returns empty product items for no reason

Hello I am working on a headless project using magento 2 and I made a custom graphql query that has a product query inside of it. When i put aggregations as a paramameter my query returns an empty array of products. What must i do. { promotion(promoType:”bravo_bonus”){ products( pageSize:20, currentPage:1, filter:{ glxStoreExclude:{in:[“0″,”2”]} }) { items{ …

Magento2 order processed in Authorize.net but missing in database / admin

Has anyone experienced an issue where an order is not created in the database / admin but it successfully processed via Authorize.net? I’m having difficulty identifying the cause of the issue… On this site the payment processor is Authorize.net and it is using a hosted payment form for security… I’m thinking maybe a delay in …

Subscribe to newsletter at payment page

I tried this module: https://mageside.com/subscribe-at-checkout-2.html to subscribe customers to newsletters during checkout, but it adds the checkbox into shipping step and I want it in payment step, after payment methods. I have tried to change layout in SubscribeLayoutProcessor.php, as: ‘billing-step’ => ‘children’ => ‘payment’ => ‘children’ => ‘afterMethods’ => ‘children’ => ‘newsletter-subscribe’. It shows up …

Magento Open Source 2.4.7-beta1 release notes

Adobe recently released a 2.4.7 beta patch for Adobe Commerce and Magento Open Source. Adobe Commerce 2.4.7-beta1 and Magento Open Source 2.4.7-beta1 introduces new features, bug fixes, and improvements. Let’s discover exciting new features, highlights, improvements, and other important information about the latest Magento 2.4.7 beta release. ​ submitted by /u/ericagilbert [link] [comments]

Hyva theme implementation on Magento 2 Luma server. Feedback request

I have scouted for agencies (on Upwork). I am not familiar with Hyva. Estimates (in hours) ranges from 80h to 200h. Some agencies request ssh to estimate the task. Others don’t. I provided a Figma design though. Also, some ask tech questions, some don’t. How come I get such discrepancies in task duration and workload …