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 %}
- 1.Open the Sections/collection-template.liquid
- 2.Insert the short code before the
</li>
in the loop code{% for product in collection.products %}
- 3.Save
- 1.Open the Sections/product-template.liquid
- 2.Insert the short code before this code
{% endform %}
- 3.Save
If your store is NOT using theme online 2.0, please ignore this step.
- 1.Open the Sections/main-collection-product-grid.liquid
- 2.Insert the short code before the
</li>
in the loop code{% for product in collection.products %}
- 3.Save
Last modified 1yr ago