You created a custom page on the storefront and you have to render the price for a given product instance which is available in the $product variable. How do you render the price in a phtml template?
A)
B)
C)
D)
You are troubleshooting an issue where a related product rule is not showing the product expected by a user. You run this command:
bin magento cache:clean target_rule
What impact does this have?
Suppose you need to add a custom css file in layout XML in such a way that it should load asynchronously to improve the page load performance. What is the correct attribute for this:
While reviewing a module you found an upgrade script with the code:
What two actions will be done by the SalesSetup: :addAttribute method?
You are creating a module that creates a Catalog Price Rule. You have written this code to specify the conditions:
After saving the catalog rule, the second and third condition do not seem to fall under the combine condition.
How do you fix the issue?
The merchant is planning to use Special Product prices with the date range on their Magento Commerce website. How does Magento Commerce Edition process Special Prices?
While debugging a problem with a scheduled product update, you want to get a list of products that are scheduled for the next update. How does Magento Staging store scheduled entities?
You are making a module MyCompany_MyModule and the merchant asks for an attribute that is only available to simple and configurable products. This needs to be defined in the catalog_eav_attribute table.
How can we create this behavior during the creation of this attribute?
A)
B)
C)
D)
You are reviewing a codebase and come across the following in a layout XML file:
The project is using Varnish for full page caching. How will Magento use the 111 attribute value?
A merchant has created a segment that applies to registered customers whose gender is female. You then migrate customers by copying data directly from one database to another. What two ways are used to assign migrated customers with a female gender to the segment?