A new custom module is built for the existing Adobe Commerce store. A merchant has requested a few frontend updates. For this, a developer has to implement a custom style. What Is the location of the less file that will be included by default?
The location of the less file that will be included by default when implementing custom styles for a new custom module in an existing Adobe Commerce store is view/{area}/web/css/source/_module.less. This file is used to define custom styles for the module's frontend.
A merchant sells products in Euro currency. The merchant wants to show prices in other currencies. What is the scope of the default display currency?
The display currency scope is Store view. In Magento, you can set the default display currency for each store view, allowing merchants to show prices in different currencies for different store views.
Which feature should a developer enable if a B2B buyer wants to negotiate the product price from a shopping cart?
If a B2B buyer wants to negotiate the product price from a shopping cart, the developer should enable the B2B Quote feature. This feature allows buyers to request a quote for a specific product directly from the shopping cart. Reference: https://docs.magento.com/user-guide/configuration/sales/quote.html
A merchant sells products in Euro currency. The merchant wants to show prices in other currencies. What is the scope of the default display currency?
The display currency scope is Store view. In Magento, you can set the default display currency for each store view, allowing merchants to show prices in different currencies for different store views.
Which feature should a developer enable if a B2B buyer wants to negotiate the product price from a shopping cart?
If a B2B buyer wants to negotiate the product price from a shopping cart, the developer should enable the B2B Quote feature. This feature allows buyers to request a quote for a specific product directly from the shopping cart. Reference: https://docs.magento.com/user-guide/configuration/sales/quote.html
Submit Cancel