AD0-E724 · Question #71
A merchant wants to ensure that customers must purchase at least $50 worth of products before they can proceed to checkout. Where in the Admin panel should a developer configure this setting?
The correct answer is D. 'Stores > Configuration > Sales > Sales > Minimum Order Amount'. Option D is correct because in Magento 2, the Admin configuration panel nests a "Sales" subsection inside the "Sales" section, making the full path Stores > Configuration > Sales > Sales > Minimum Order Amount - the doubled "Sales" is intentional and reflects how Magento organize
Question
A merchant wants to ensure that customers must purchase at least $50 worth of products before they can proceed to checkout. Where in the Admin panel should a developer configure this setting?
Options
- A'Stores > Configuration > Sales > Checkout'
- B'Stores > Configuration > Checkout > Cart Totals'
- C'Stores > Configuration > Sales > Minimum Order Amount'
- D'Stores > Configuration > Sales > Sales > Minimum Order Amount'
How the community answered
(45 responses)- A2% (1)
- B4% (2)
- C2% (1)
- D91% (41)
Explanation
Option D is correct because in Magento 2, the Admin configuration panel nests a "Sales" subsection inside the "Sales" section, making the full path Stores > Configuration > Sales > Sales > Minimum Order Amount - the doubled "Sales" is intentional and reflects how Magento organizes its config tabs. Option C (Sales > Minimum Order Amount) is a common trap: it looks plausible but skips the required inner "Sales" subsection, making it an incomplete path that doesn't exist. Option A (Sales > Checkout) controls general checkout behavior like guest checkout and terms agreements, not order thresholds. Option B (Checkout > Cart Totals) is a fabricated path - there is no top-level "Checkout" section under Configuration in Magento's standard navigation.
Memory tip: Think "Sales-ception" - the Minimum Order Amount lives inside Sales inside Sales. When you see a Magento config question about minimum order rules, remember that the outer "Sales" is the config group, and the inner "Sales" is a subsection tab within it.
Topics
Community Discussion
No community discussion yet for this question.