While reviewing a layout file named sales_order_view.xml you notice the element
What is the purpose of this element?
How can you render a text on a page using only layout xml?
Which method of a Magento resource model will remove a record from the database?
The module MyCompany_MyModule will add a new page in the admin interface to display a custom entity in a grid.
You created a controller for this grid \MyCompany\MyModule\Controller\Adminhtml\CustomEntity\Index
Which two actions are required to make the new page accessible at the https://your.store.base.url/admin/my_module/custom_entity URL? (Choose two.)
You are reviewing a theme in app/design/frontend/MyCompany/MyTheme and see the file etc/view.xml.
What is the function of this file?
What happens when a category’s is_anchor attribute is set to 1?
Which three scopes can be used to set different System Configuration values in Magento? (Choose three.)
How do you pass an array [‘one’, ‘two] as a parameter to you block using the layout XML arguments directive?
You are working on a new entity called vendor. You implemented the model, resource model and collection. You want to ensure that standard model events will be fired for your model, so an observer can be created for the events vendor_save_after, vendor_save_commit_after and others.
How do you do that?
You are working on a Magento store which will be selling in two countries. Each country has its own set of payment methods.
How do you organize the project to support this requirement?