Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Clym can help make your website fully compliant with ADA, CCPA, GDPR, and LGPD requirements. Clym’s script is automatically placed on all your Checkout Champ pages. You can fully customize the user experience through Clym, with no need to edit the pages.

...

Info

The steps below must be followed for each Checkout Champ domain on which to install Clym. There is a charge of $8$10/month per domain using Clym. The charge will be included in your Checkout Champ monthly billing.

...

The Clym widget may not display on your site upon page load. Widget display is customizable at Clym. By default it is based on your geographic location, and many locations do not have display requirements.

Step 4

Optional. Add Clym Privacy and Do Not Sell My Information links to your site. These links are optional. If added they give a direct way to for consumers to access the Clym widget. If your funnel has a common footer then follow these steps on the Common page.

...

Add a second link to your page footer. Set Link = #. Go to the code editor. Add onclick="Clym.showWidget('/requests/new/do_not_sell_my_information', '', event);" after the href value in the anchor tag. The final result should look something like this.

Code Block
languagehtml
<a href="#" onclick="Clym.showWidget('/requests/new/do_not_sell_my_information', '', event);">Do not sell or share my personal information</a>

...