How to setup combowise widget?

by Charanpahari app

 Widget code injection

From the app dashboard you can inject widget code files to your current published theme. If you need zipped files I can share it with you

 

Once you done with update widget system will add widget files to your current published theme

 

Integration of widget code

Snippets/Combowise.liquid is our widget’s entry point. Now, We need to integrate this to the product form

 

Product form varies among the theme, possible places you can find product form

  1. Sections/product-template.liquid OR
  2. Snippets/product-form.liquid

Like in Shopify most popular debut theme has product form in sections/product-template.liquid

 

Our basic aim is to inject the widget before add to cart button. We just need to inject the widget using {% render ‘combowise’ %}