Using the Terms of Service

To add a terms of service to your store and require agreement before checkout you will first configure the TOS settings

Require Terms: Choose to enable (or disable) the Terms of Service agreement
Terms Title: Set the title of the TOS, you can style this text using the Cart66TermsTitle class
Terms Text: Enter the content of your terms. HTML is allowed.
Acceptance Label: Set the text for the “I Agree” button. Note that clicking it will automatically send the user to the checkout page.
Replacement Text: Enter the text to be displayed instead of the checkout button

Save your settings, and the Terms of Service will now replace the checkout button on your cart.

The following classes are available for styling the terms of service

.Cart66CartTOS{}
.Cart66TermsOfServiceWrapper{}
.Cart66TermsTitle{}
.Cart66TermsText{}
.Cart66TermsAcceptance{}
#Cart66AcceptTermsButton{}

It is also possible to instantiate the terms of service

Related Posts