Integrate code to theme

By default, our Request a Quote app will display your Add to Quote button or Quote Form on your store automatically.
However, if it does not display on your store, please contact us to request an integration code or follow the theme setup guide below.
Use the short code below
{% render 'storeify-quote',product: product %}

Integrate on Collection

  1. 1.
    Open the Sections/collection-template.liquid
  2. 2.
    Insert the short code before the </li> in the loop code {% for product in collection.products %}
  3. 3.
    Save

Integrate on Product

  1. 1.
    Open the Sections/product-template.liquid
  2. 2.
    Insert the short code before this code {% endform %}
  3. 3.
    Save

Theme Online 2.0

If your store is NOT using theme online 2.0, please ignore this step.

Integrate on Collection

  1. 1.
    Open the Sections/main-collection-product-grid.liquid
  2. 2.
    Insert the short code before the </li> in the loop code {% for product in collection.products %}
  3. 3.
    Save

Integrate on Product