Troubleshooting

Manually installing Clerk.io elements in WooCommerce

May 18, 2022
Troubleshooting

WooCommerce is built around themes, which often means that the Clerk.io plugin cannot insert our embedcodes, because the hooks are not placed where they are supposed to.

This guide explains how to manually insert codes if that is the case.

1. Find the right file #

1. Start by locating your search-form. You can do this by checking your source-code, and finding a unique text for the field.

...

Setting Clerk logging-settings in Magento2

May 18, 2022
Troubleshooting

First thing you have to do to change the logging settings is to go into your Magento2 backend and choose Stores => Configuration => Clerk => Configuration:

Find the dropdown called Logging Settings and set your preferred logging settings. End by clicking Save:

The Logging settings include:

Choose logging Level

  • Only Errors: Will log any errors that stops the module from working correctly

  • Errror + Warn: Also logs warnings that are not causing the module to stop working, but might be necessary to fix as well.

    ...

Setting Clerk Logging-settings in Prestashop

May 18, 2022
Troubleshooting

Logging can be used for showing any errors and/or warnings that happens in Prestashop 1.6. This is a great help for debugging issues.

To enable Logging, do the following:

1. Go into your Prestashop backend 2. Go to Modules and Services -> Modules and Services 3. Search for clerk to find the module and click Configure:

4. Scroll down the Clerk.io module page to find the logging settings.

5. Set Enabled to Yes:

...

Setting Clerk logging-settings in WooCommerce

May 18, 2022
Troubleshooting

First thing you have to do to change the logging settings is to go into your WooCommerce backend and choose Clerk in the left side menu:

Next, scroll down to the headline called Logging and choose your preferred settings:

To make the changes take effect, scroll to the bottom of the page and press Save:

The Logging settings include:

Log level

  • Only Errors: Will log any errors that stops the module from working correctly

    ...

Uninstalling Clerk.io from your Prestashop store

May 18, 2022
Troubleshooting

Log into your Prestashop admin portal, and select “Modules and Services” from the left-side menu:

Next, find “Clerk” in your list of modules, and select “Deaktiver” to disable the Clerk.io plugin:

Once disabled, Clerk.io should be removed from your Prestashop store.

Uninstalling Clerk.io on WooCommerce

May 18, 2022
Troubleshooting

Disabling Customer Sync #

To disable customer data syncing with Clerk.io, simply uncheck next to “Enabled” in this section within the plugin. You can find the plugin in your WooCommerce admin portal on the left-side menu, labeled “Clerk”.

#

Disabling Search & Recommendations #

Similar to disabling Customer Data, you can disable each of the Clerk.io products by unchecking the box next to “Enabled”. Example below of disabling Live Search from a WooCommerce webshop:

...

Uninstalling Clerk.io Using Lightspeed

May 18, 2022
Troubleshooting

To uninstall Clerk.io from your Lightspeed webshop, you’ll need to remove the tracking scripts you originally added to your Tracking Script module in your Lightspeed portal, as well as the Visitor Tracking added to either the fixed.rain, custom.rain, or header.rain file.

An example of the Visitor Tracking script to delete, in header.rain:

You can access the Tracking module by following the path “Instellingen” > Website-Instellingen” > “Web Extras” to delete the tracking scripts located here:

...

Why is WooCommerce Showing Warnings in my Backend, and on the Website?

May 18, 2022
Troubleshooting

This error usually happens, if WooCommerce’s Debugging has been activated. This is never a good idea to have activated on a live-setup because it slows down pages, and potentially shows error messages in the frontend.

The sync issue happens if WooCommerce encounters an error while generating the product-data for the import.

This can be solved by deactivating Debug Mode either through the plugin or directly in the WooCommerce files.

Using the Plugin #

If you are using Clerk.io’s v2.2.4 or later, Debugging can be disabled directly from the Plugin page in your WooCommerce backend.

...

Add-To-Basket step is activated but not showing on Magento 1

May 17, 2022
Troubleshooting

If the Add-To-Basket step is not activated its typically due to two reasons:

  • You have another add-to-basket popup or function enabled which blocks Clerk.io’s function

  • The wrong Content IDs are inserted in the extension.

1. Another add-to-basket popup is enabled #

Start by checking your existing Magento installation, to see if you already have a popup or dropdown that is shown when adding a product to the basket.

These can normally stop Clerk.io’s add-to-basket step from showing.

...

Clerk.io not showing images in Magento 1

May 17, 2022
Troubleshooting

When Magento’s image cache is cleared, either manually or automatically, all image paths change.

This means that the image paths sent to Clerk.io, no longer work.

This can easily be fixed by doing this:

  1. Login to my.clerk.io

  2. Click the Store where images are missing

  3. Go to Data

  4. Click Start New Data Sync in the upper right corner

This will start a new full sync of your products, which causes Clerk.io to get the correct image paths.

...