Which two steps are required to delete a manually installed theme? (Choose two.)

Which two steps are required to delete a manually installed theme? (Choose two.)A . Remove the theme using the theme:uninstall CLI commandB . Remove the directory app/design/frontend/<VendorNAME/<ThemeName>C . Disable the theme from the backend admin configurationD . Remove the theme record from the theme database tableView AnswerAnswer: B, D Explanation:...

November 14, 2023 No Comments READ MORE +

app/design/frontend/ExampleCorp/blank/Vendor_Module/layout/catalog_product_view.xml What path would the developer use inside the layout directory of the theme to override the file?

An Adobe Commerce developer wants to override the following Layout XML file in the theme ExampleCorp/orange. app/design/frontend/ExampleCorp/blank/Vendor_Module/layout/catalog_product_view.xml What path would the developer use inside the layout directory of the theme to override the file?A . /override/ExampleCorp/blank/catalog_product_view.xmlB . /override/theme/ExampleCorp/blank/catalog_product_view.xmlC . /catalog_product_view.xmlView AnswerAnswer: C Explanation: To override a layout XML file from...

November 12, 2023 No Comments READ MORE +

Where would the developer place this file?

An Adobe Commerce developer created a module called Orange_Customer. In customer information. Where would the developer place this file?A . app/code/OrangG/customer/viev^/frontend/web/templates/customer-info.phtmlB . app/code/Orange/Customer/frontend/templates/customer-info.phtmlC . app/code/OrangG/Custon>Gr/viGw/frontGnd/templates/customGr-info.phtmlView AnswerAnswer: C Explanation: To place a template file for a custom module, the developer should follow this path pattern: app/code/<Vendor>/<Module>/view/<Area>/templates/<Template> In this case, the vendor...

November 11, 2023 No Comments READ MORE +

What file inside the theme is responsible for these changes?

An Adobe Commerce developer needs to modify the width and height of all product images inside the theme Vendor/theme. What file inside the theme is responsible for these changes?A . Vendor/theme/etc/images.xmlB . Vendor/theme/etc/view.xmlC . Vendor/theme/etc/theme.xmlView AnswerAnswer: B Explanation: To modify the width and height of all product images inside a...

November 10, 2023 No Comments READ MORE +

What can they add to app/code/Orange/CustomProduct/view/f rontend/layout/catalog_product_view. xml in their module to accomplish this?

An Adobe Commerce developer wants to override the template assigned to a block named existing, product, block. This relationship is defined in the catalog_product_view. xml layout in the Magento_Catalog module. They cannot simply override the file in their theme, as this change is part of a feature that is being...

November 10, 2023 No Comments READ MORE +