Magento
M70-201 · Question #53
Among other directives, your module's layout xml file contains the following code: But using the template path hints, you can see that a template custom/product/view.phtml is used instead of your…
The correct answer is A. Another module, which is loaded later, calls setTemplate () again on the same block. C. Another module is rewriting the catalog/product_view block to change the template in the D. Your layout xml file is not found within the theme fallback directories. See the full explanation below for the reasoning.
Question
Among other directives, your module's layout xml file contains the following code:
But using the template path hints, you can see that a template custom/product/view.phtml is used instead of your template. Which THREE of the following options can be causing the issue? (Choose three)
Exhibit
Options
- AAnother module, which is loaded later, calls setTemplate () again on the same block.
- BYour template file my/product/view, phtml cannot be found in the current theme.
- CAnother module is rewriting the catalog/product_view block to change the template in the
- DYour layout xml file is not found within the theme fallback directories.
- EAnother module is rewriting the catalog/productjview block to change the template in the method
How the community answered
(49 responses)- A76% (37)
- B8% (4)
- E16% (8)
Community Discussion
No community discussion yet for this question.
