The Smart Product Description Icons app can easily be integrated with the themes compatible with Online Store 2.0. This guide will walk you through the process of how to add the Highlight Box integration code to the Dawn Theme.


For integrating older themes refer to the integration guide here.

Steps:


1.  Go to your Shopify admin.

2. Click Online Store > Themes > Actions.



3. Click Edit code.




4. Click the file main-product.liquid which appears under Sections.

 


5. Add the following code where you'd like the Highlight box to show: 


 {% render 'smarth',  hideAssets:'0', product: product, smarthGroup: '1', smarthOuterClass: 'smart-mt-4 smart-mb-4' %}

 

For showing the highlight box on the product pages place the code in the sections/main-product.liquid file. Search for {%- when 'price' -%} or {% render 'price' and place the above-mentioned code in the next line. This will display the box below the product price.




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 support@smartappassist.freshdesk.com and we will take care of it.