A “Terms and Conditions” is an agreement that imposes a rule for your users to agree and follow when using your product or service. It may contain the guidelines for using your product, what reaction occurs if the users abuse your product, etc.
Reasons to add terms and conditions in Magento 2 store:
- Own your content
- Prevent exploitation
- Limit the accountability
- Set the law
So it is necessary to add Magento 2 terms and conditions checkbox that is offered as a default feature.
When you add this checkbox, the customers are required to agree with the terms and conditions of your store before the order is placed.
Steps to add Magento 2 Terms And Conditions Checkbox:
- Login to admin panel
- Go to Stores > Configuration
- Under Sales, select Checkout
- Expand the Checkout Options
- Check if the field “Enable Onepage Checkout” is set to YES
- Set “E
- Go to Stores > Terms and Conditions”
- Click “Add New Condition” button
- Fill the below fields:
- Condition Name – Enter the name of the condition for internal reference
- Status – Set Status to “Enabled”
- Show Content as – Select either Text or HTML to display terms and conditions content as unformatted or formatted respectively.
- Applied – Select either automatically or manually to apply the terms and conditions.
- Store View – Select the store view where the Terms and Conditions are to be used.
- Checkbox Text – Enter the text for the Terms and Conditions link.
- Content – Enter the entire terms and conditions of the sale
- Enter the Content Height in pixels to decide the height of the text box where the terms and conditions statement appears during checkout.
- Click Save Condition.
Follow these steps to show the terms and conditions checkbox on the checkout page.
If you have any doubts about the topic, please use the Comments section below to mention them. I’d be happy to help.
Do share the post with the Magento community via social media.
Thank you.
Get Weekly Updates
Never miss Magento tips, tricks, tutorials, and news.
Thank you for subscribing.
Something went wrong.
2 comments On How To Add Magento 2 Terms And Conditions Checkbox
What is the difference in applying automatically or manually?
Hello,
Check the screenshots below to understand the difference:
Manually – https://drops.meetanshi.com/BBCaa5
Automatically – https://drops.meetanshi.com/ZNBuPL
In manually, the user has to manually tick the checkbox of terms and conditions, while in automatic, the terms and conditions are automatically applied.
Thank you.