Hello @kamm0 ,
You can add it in sections/main-cart-footer.liquid.
Let me know if need further assistance.
Regards,
Store Watchers Support Team
A user seeks to implement a minimum order amount of Rs. 500 on their Shopify store using the Dawn theme, while already offering free delivery over Rs. 4000.
Proposed Solutions:
App-based approach: Multiple participants recommend Shopify apps like OrderLogic, MinCart, and Cart Lock. The Cart Lock app solution includes step-by-step instructions: create a rule with “Cart subtotal” condition set to “less than 500” and add an error message to block checkout.
Code-based approach: One contributor suggests editing the cart template by wrapping the checkout button in conditional code that hides it when cart.total_price < 500. They recommend adding this to sections/main-cart-footer.liquid.
Ongoing Issues:
Status: The discussion remains open with unresolved technical implementation questions about the code-based solution.
Hello @kamm0 ,
You can add it in sections/main-cart-footer.liquid.
Let me know if need further assistance.
Regards,
Store Watchers Support Team