The following sections require manual insertion:
- tag-targeting on the cart page
Steps of Integration
- Find cart-template.liquid file
- Find <a href="{{ item.url }}" class="product-name">
- Add the following code after </a>
<!-- **BEGIN** Hextom USB Integration // Cart Include - DO NOT MODIFY -->
{% render 'hextom_usb_cart', item: item %}
<!-- **END** Hextom USB Integration // Cart Include - DO NOT MODIFY -->
Comments
0 comments
Article is closed for comments.