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?
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 tasked to work on a message queue module. When looking at the queue configuration you see the following:
Keeping in mind maintainability, you change it to:
What will happen?
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?
You are working on a project where many catalog managers often change products in the admin panel.
The merchant is considering changing the indexers mode to "Update on Schedule" from "Update on Save" to achieve better performance. However, the merchant is concerned about data consistency and the probability of the scheduled updates being lost.
How does Magento store the IDs of updated products for reindex in "Update on Schedule" mode?
Submit Cancel