QuestionQ2
Adobe Experience Manager SitesAn Adobe Commerce developer needs to override the template assigned to a block named existing.product.block. This relationship is defined in the catalog_product_view.xml layout of the Magento_Catalog module. They cannot merely override the file in their theme because the change belongs to a feature being released to the marketplace as a module named Orange_CustomProduct.
The developer has already created the required template at app/code/Orange/CustomProduct/view/frontend/templates/custom-product-block.phtml.
What can they add to app/code/Orange/CustomProduct/view/frontend/layout/catalog_product_view.xml in their module to achieve this?
- A

- B

- C

- D

Community Discussion