Which option would the developer use to add the layout handle in the email template?

An Adobe Commerce developer has been asked to add orange_view_index layout handle in the email template which is placed at. Vendor_Orange/view/frontend/layout/orange_view_index.xml as: Which option would the developer use to add the layout handle in the email template? A) B) C) A . Option A B. Option B C. Option CView...

November 1, 2022 No Comments READ MORE +

What pattern would they use to override the registration email template in a custom theme?

An Adobe Commerce developer has been asked to override the registration email template. What pattern would they use to override the registration email template in a custom theme?A . <theme_dir>/<ModuleVendorName>_<ModuleMame>/email B. <theme_dir>/email C. <theme_dir>/<ModuleVendorName>_<ModuleName>/emailsView AnswerAnswer: A

November 1, 2022 No Comments READ MORE +

What pattern would the Adobe Commerce developer use to override the file in a custom theme?

An Adobe Commerce developer needs to override the catalog product list template located in vendor/magento/module-catalog/view/fronted/templates/product/list.phtml What pattern would the Adobe Commerce developer use to override the file in a custom theme?A . <theme_dir>/Magento_Catalog/view/frontend/templates/product/list.phtml B. <theme_dir>/Magento_Catalog/templates/product/list.phtml C. <theme_dir>/Module_Catalog/templates/product/list.phtmlView AnswerAnswer: B

November 1, 2022 No Comments READ MORE +

Which option would the developer use to add the conditional text in the email template?

An Adobe Commerce developer needs to add a conditional static note depending on whether the order type is virtual or not. Which option would the developer use to add the conditional text in the email template? A) B) C) A . Option A B. Option B C. Option CView AnswerAnswer:...

October 31, 2022 No Comments READ MORE +

What is the purpose of using file in a custom theme?

An Adobe Commerce developer needs to add an icon to the "Add to cart" button within a custom theme. The custom theme is child theme of the Magento/blank theme. What is the purpose of using file in a custom theme?A . It is used to remove duplicated styling code located...

October 30, 2022 No Comments READ MORE +

How would they apply this custom mixin inside a class called .user-menu?

An Adobe Commerce developer has created a custom mixin to use in several places inside of their LESS files. How would they apply this custom mixin inside a class called .user-menu? A) B) C) A . Option B. Option C. OptionView AnswerAnswer: A

October 30, 2022 No Comments READ MORE +

Which two files in a theme would generate styles for a mobile view of an Adobe Commerce store? (Choose two.)

Which two files in a theme would generate styles for a mobile view of an Adobe Commerce store? (Choose two.)A . /web/css/styles-1.less B. /web/css/print.less C. /web/css/styles-m.less D. /web/css/_styles.lessView AnswerAnswer: C,D

October 28, 2022 No Comments READ MORE +

To avoid issues with static files, which mode would the developer need to be in?

An Adobe Commerce developer needs to install a new module that loads static files. To avoid issues with static files, which mode would the developer need to be in?A . production B. default C. developerView AnswerAnswer: C

October 28, 2022 No Comments READ MORE +

Which file would be used to change the LESS variables for email templates in a theme?

An Adobe Commerce developer needs to update several default variables used to style emails. Which file would be used to change the LESS variables for email templates in a theme? A) B) C) A . Option A B. Option B C. Option CView AnswerAnswer: A

October 28, 2022 No Comments READ MORE +

Which tag would be applied to fix the error?

An Adobe Commerce developer is trying to remove a block using the <remove name='test.block''-/> tag in a layout XML file but it shows an error and doesn't work. Which tag would be applied to fix the error?A . Use <referenceBlock name="test.block" remove»"true"/> B. Use <referenceBlock name=''test.block" delete--true''/> C. USe <remove...

October 27, 2022 No Comments READ MORE +