# Shopify Integration

To install IntelliTicks on a Shopify website, just follow these basic steps

* Log into the Administrator Dashboard for your Shopify site.
* Search for "**Themes**" from the top search bar, you will see an option **Themes** as shown in red rectangle. Click on that.

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-LdD9wUOEhrov9szPJrz%2F-LdDBSIpHsLA9kratul4%2Fmkops%20%20%20Home%20%20%20Shopify.jpg?alt=media\&token=21babbca-6308-4b71-bb68-3c44b2f2ff57)

* In the Themes page, you will see the current theme live on your website. In the theme preview you will see an option "**Customize**" as shown below. Click on that.&#x20;

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-LdD9wUOEhrov9szPJrz%2F-LdDC7K2mltgRaGQTUxe%2Fmkops%20%20%20Themes%20%20%20Shopify_custom.jpg?alt=media\&token=b67575c7-56f0-4b59-a920-2354e5ca63b9)

* This will take you to the theme editor page.&#x20;
* In the page, on the left-side menu, you will see many options. Scroll to the bottom of the left-side menu to reach the drop-down button **Theme Actions**

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-LdD9wUOEhrov9szPJrz%2F-LdDCxvqRFdZ9kXLc2u6%2Ftheme%20actions.jpg?alt=media\&token=2aa7716f-4ddc-41df-b5fd-4ed67ac064d0)

* Clicking on **Theme actions**, will show three option, click on **Edit Code**

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-LdD9wUOEhrov9szPJrz%2F-LdDDDLew2bJzdqNqvZ7%2FEdit%20Code.jpg?alt=media\&token=7273f6db-ee05-4432-a139-608122ae5ae3)

* In the Code Editor panel, you will see a list of files being used with your themes. Under the **Layout** folder, you will see a file **theme.liquid**. Click and open that file for editing.

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-LdD9wUOEhrov9szPJrz%2F-LdDF0KYuUjkzcoAyaZV%2Ftheme%20liquid.jpg?alt=media\&token=424a3d52-cec5-4afe-b6c3-ff64592c1a87)

* In the **theme.liquid** file you will see the \<head> section of HTML. Just after the meta tags, insert **IntelliTicks script** from IntelliTicks Admin console

* To find IntelliTicks script follow steps in this link

{% content-ref url="../installation-1/intelliticks-plugin-script" %}
[intelliticks-plugin-script](https://docs.intelliticks.com/installation-1/intelliticks-plugin-script)
{% endcontent-ref %}

![](https://3241020264-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LV26ZH2qOAtZoupy1GS%2F-LdDFYDt4XDpTAQ4kUxi%2F-LdDFrokbP_BIj18D-Bs%2Fmkops%20%20%20Themes%20%20%20Shopify_custom.jpg?alt=media\&token=5acd2168-415a-4707-b4e0-f728fd426332)

* After putting the code, save the file & you are done.&#x20;
