Step 1: Add Intelligems JavaScript

Option 1: Standard

The best way to add Intelligems JavaScript to your theme is to enable it in the "Customize" section of your theme. You can do so by clicking "Enable" on the alert depicted below:

When you click "Enable", this will bring you to the customize section of your Shopify account with Intelligems toggled on. Click "Save" in the top right! You can also log into your Shopify Admin, and navigate to Sales Channels > Online Store > Live theme - Customize > App Embeds. Search "Intelligems", make sure it is toggled on, and click "Save" in the top right.

If you are on Shopify Plus and running a price test, you will still need to manually add Intelligems JavaScript to your checkout.liquid file in order to hide the discount at checkout. Your individual script tag is located on the settings page in the Intelligems App.

For any password protected store, we will not be able to automatically detect the script.

For more advanced or custom options, you can check out different ways to import Intelligems below.

Option 2: Custom

This will need to be manually removed if you uninstall Intelligems.

Add Intelligems JavaScript as a source into your theme.liquid file.

<head>
ย  ...
ย  <script src="https://cdn.intelligems.io/<your_customer_id>.js"></script>
ย  ...
</head>

Your individual script tag is located on the settings page in the Intelligems App.

Last updated