Getting Started
Shopify
- Make sure you have access to Shopify Theme
- In case you don't want to affect the live site, create a theme duplication
- Choose 'Edit Code' and open theme files
- either place the added script within
<head>
section or include a link to atheme.liquid
file using these lines in the code:
{% include 'fast-simon-js' %}
{% include 'fast-simon-css' %}
BigCommerce
- Make sure you have access to BigCommerce Storefront
- In case you don't want to affect the live site, create a theme duplication
- Choose 'Advance->Edit Theme Files' and open theme files
- Locate the file base.html located under 'Templates->layout'
- Place the added script within the
<head>
section
WooCommerce
- Make sure you have access to WooCommerce Store
- In case you don't want to affect the live site, create a theme duplication
- Choose 'Settings->Insert Header and Footer'
- Place the added script within the header section