(coming soon)


Adding Banner integration code into your online store 2.0 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 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.  Click the file main-product.liquid which appears under Sections.



5. The main-product.liquid file will open in the online code editor. Add the following code where you'd like the banner to show on your product detail pages:


{% render 'cleanban', product: product, cleanbanGroup:'1', cleanbanOuterClass:'clean-mb-2 clean-mt-2 clean-text-left', cleanbanOuterStyle:'', cleanbanInnerStyle:'', cleanbanInnerClass: 'clean-d-block clean-mb-1' %}


The above code is typically placed before the form element (Before Add to Cart button). 



This will display the Banners above the add to cart button. You can place the installation code anywhere else depending on your requirements.


If you have problems with the installation or want to change the location of the Banner box, please raise a support ticket here or email us at support@thaliaapps.freshdesk.com and we will take care of it.