Hello!
This worked great for me on the Dawn theme!
Just one thing, the box shows a check mark by default. Anyway to remove it so that a customer has to manually check the check box by clicking on it with their mouse?
A tutorial explains how to add a mandatory ‘Agree to terms and conditions’ checkbox to Shopify cart pages using custom code. The implementation differs between sectioned themes (post-2016) and non-sectioned themes, requiring edits to theme.js/theme.liquid and cart template files with jQuery code.
Key Implementation Issues:
required="required" attribute or creating a separate custom.js fileTheme-Specific Challenges:
Legal Compliance Concerns:
Current Solutions:
Hello!
This worked great for me on the Dawn theme!
Just one thing, the box shows a check mark by default. Anyway to remove it so that a customer has to manually check the check box by clicking on it with their mouse?