Getting Started with Cart Convert
Adding the snippet
- 1
- From your Shopify admin, click Online Store, and then click Themes. Open Edit HTML/CSS on the theme you would like to add Cart Convert.
- 2
-
In the
Templates folder, locate and open the
cart.liquid file.
- If your cart.liquid contains
{% section 'cart-template' %}
, open cart-template.liquid from the Sections folder instead.
- If your cart.liquid contains
- 3
- Identify where you would like to show your cart offers list (Usually, this will be below the cart which can be found towards the end of the file).
- 4
-
Insert the following snippet in the preferred place.
<div data-app="eastsideco_cartOffers" data-shop="{{ shop.permanent_domain }}" data-money-format="{{ shop.money_format }}"> <script id="cartData" type="application/json">{{ cart.items | json }} </script> </div><br>
- 5
- Click Save.
If you are not confident with editing your theme's HTML, we can provide installation support.
Read more here.