I want my customers to be able to approve terms and conditions before continuing on to the shopping cart. So far I haven’t figured out a smooth path. Is a Landing page with the T&C’s the answer? If they click to buy the T&C’s should come next but then how do they continue on to the shopping cart after they accept? I was trying to put all of this into a campaign but I’m stumped.
Thank you so much! I’m hoping this isn’t the puzzle I think it is!
Most of the time, it would be placed in the footer of the checkout page and be set to required in order to complete the purchase.
Put this code in the Custom Checkout Bottom HTML section
<div align=right><font size=4px><input id="checkBox" type="checkbox" required> “I agree to the <a href="http://www.google.com">Terms and Conditions</a>”</font></div>
I have followed your directions and put this code in the Custom Checkout Bottom HTML section. I notice that you said it needs to be “set” to required. I didn’t see anywhere to “set” that requirement. I did notice that it says required within the code. Is that what you meant? How/where can I change the link so it will go to my Terms and Conditions page?
I would like to add our terms and conditions to a shopping cart product, along with a checkbox next to “I agree to these Terms of Enrollment” that the user must check to complete the purchase.
Hey, @Ryan_Herche. Directions for adding a terms and condition checkbox is above. You can add product-specific text in the description text areas when setting up a product. Check out step 6 of this article: Create a product | Max Classic