Versions Compared

Key

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

If you are experiencing issues with your domain loading a 403 error or the error seen below please follow these steps:

...

  1. Make sure to have followed our documentation for setting up a domain here. Also, make sure you have published your funnel.

  2. If you’ve verified your domain and still have issues, head to the top right corner dropdown menu and click on settings.

    Image Removed

  3. Scroll down to the domain section and click on the health status icon button. (This button is only available for 10 days after you add your domain into Checkout Champ, so testing should be done quickly thereafter to make use of the health status)

 

...

4. A button field will come up to map the ssl certificate to the domain. Once clicked it should say certificate mapped. Now allow up to 1 hour and 15 minutes for DNS cache and Database update for the changes to take effect. Clear your cache and cookies before testing.

...

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

See clym.io for full information

 

Info

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

Info

There is no compliance information stored in Checkout Champ. All compliance inquiries should be reviewed with Clym.

https://www.clym.io/contact/

Step 1

Check the box on the Checkout Champ domain configuration page. Clym script is automatically added to all your pages that use that domain. It is not required to publish funnels. The necessary scripts are also automatically placed on any new pages as pages are published.

Step 2

Clym will send an introductory email to the email address of the user that enables Clym in Step 1. Look in your junk folder if that email is not received. Follow instructions in that email to create your Clym account.

Step 3

Follow configuration instructions at Clym

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 for consumers to access the Clym widget. If your funnel has a common footer then follow these steps on the Common page.

Add a link to your page footer using standard Checkout Champ functionality. Set Link = #. Go to the code editor. Add onclick="Clym.showWidget('', '', 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('', '', event);">Privacy Center</a>

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>