AD0-E708 Magento Certification Exam

A Merchant wants to fetch partial information for a product ( Only the SKU, price and name) from Adobe Commerce to a 3rd party application. what 2 native technologies can be used to achive this in AC? 1. REST 2. Soap API 3. OData 4. Graph QL submitted by /u/crushShorts8888 [link] [comments]

Satis Private Repo Limit Version of Extension By Customer

Hi, Does anyone have any code they can share or method for how you limit customers to a certain version of an extension? The idea is after their updates subscription runs out, it automatically stops giving them access to the latest version. Right now I’m just using a static https://github.com/composer/satis satis repo that gets updated …

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{ …