The following sections require manual insertion:
- tag-targeting on the featured product section
- tag-targeting on the cart page
Steps of Integration
1. Fix the tag-targeting on the featured product section
- Find featured-product.liquid file
- Search <!-- **BEGIN** Hextom USB Integration
- Move the code before </div><!-- <div class="product-template__container page-width"> -->
2. Fix tag-targeting on the cart page
- Find cart-table.liquid
- Insert the following codes after <div class="table-shopping-cart-item">
<!-- **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.