| Exam Code/Number: | AD0-E703Join the discussion |
| Exam Name: | Adobe Certified Expert - Magento Commerce Developer |
| Certification: | Adobe |
| Question Number: | 137 |
| Publish Date: | Jul 18, 2026 |
|
Rating
100%
|
|
A merchant asks you to extend customer functionality to allow customer accounts to be associated with two or more billing addresses.
How is this implemented?
In a code review of a merchant's site you have discovered that there are multiple observers for the checkout_submit_all_after event. After closer inspection, you notice one of these observers is relying on the others being executed before it is called.
What risk does this pose, and how can it be mitigated?
You have been asked to display details from the customer's latest order on the customer's account dashboard (customer/account/). You create a new custom template to show the information.
How do you obtain an order repository so you can fetch an order?
You are developing a new theme which inherits from the Magento_Luma theme.
How is this accomplished?
A third-party module uses a layout update that changes the template path for a core block from product/view/addto/compare.phtml of the Magento_Catalog module to custom/view/addto/compare.phtml of your custom module. The merchant has a customized version of this template in their custom theme.
What is a consequence of this setup?