(Coming soon)


Adding Clean Badges code into your theme is a one-time activity that 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 support@thaliaapps.freshdesk.com and we will take care of it. 

Steps:


1. Go to your Shopify admin.

2. Click Online Store > Themes > Actions.



3. Click Edit code. 



4.  Add the following code where you'd like the badges to show: 


{% render 'cleanb', product: product, hideAssets:'1', cleanbGroup:'1', cleanbInnerClass: 'clean-d-inline-block  clean-mb-1' %}


For showing the badges on the product pages place the code in the sections/main-product.liquid file. Search for {{ product.title }} and place the above-mentioned code in the next line. This will display the badges below the product title. 



Similarly, the Prime app badge code can be placed on the collection page. Look for snippets/product-card.liquid file. And add the code below the product title or the place where you want to display the badges. 



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