Adding Prime App highlights code into your theme is a one-time activity which once done you do not have to worry about later. If you are not comfortable adding the code simply raise a support ticket here or email us at [email protected] and we will take care of it.
Steps:
- Go to your Shopify admin.
- Click Online Store > Themes > Actions
3. Edit the code
4. Add the following code where you'd like the highlights to show:
{% render 'primeh', hideAssets:'0', product: product, primehOuterClass: 'prime-mt-4 prime-mb-4' %}
Note: The actual place where you insert the code will differ as per the installed theme
.
- For showing the highlights on the product pages place the code in the sections/product-template.liquid file. Search for {{product.description}}
If you have problems with the installation or want to change the location of the highlight box, please raise a support ticket here or email us at [email protected] and we will take care of it.
...