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?
Which two tasks are supported by Magento CLI? (Choose two.)
In a custom module you are adding a new field to the store configuration. The field will set the value for the configuration path mycompany/mymodule/myoption.
How do you supply the default value for that configuration option?
Magento allows you to specify custom values per store for product attributes created in the admin panel.
Which architectural pattern makes it possible?
You need to add a new text attribute to all products in the Magento store. When this attribute is displayed on the product page, its values must be different depending on the selected language.
Keeping simplicity in mind, how do you add this attribute?
You are working on a jewelry store that sells rings. Each ring allows an adjustment in size. The customer specifies finger size in inches and the merchant physically adjusts the stocked ring to the required size.
How is this represented in Magento?
How do you add a new link into the My Account sidebar?
You added a plugin declaration to MyCompany/MyModule/etc/di.xml:
What will be the effect of this declaration?
Assume that a customer’s cart only includes one downloadable product.
What effect will it cause on the quote object?
You have created a module with a custom ACL resource and want to restrict access to resources of your module.
Which three items are restricted based on ACL role permissions? (Choose three.)