How does the venture template set the price range through code

Solved

How does the venture template set the price range through code

liubowen
Visitor
1 0 0

similar to this微信图片_20220224184502.png

Accepted Solution (1)

Guleria
Shopify Partner
3400 679 963

This is an accepted solution.

Hello,

Try to use this

 {% if product.price_varies %} 
{{ product.price_min | money }} to  {{ product.price_max | money }}
{% else %}
{% comment %} Use default code {% endcomment %}
{% endif %}

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: [email protected]
- Try GEMPAGES a great page builder

View solution in original post

Reply 1 (1)

Guleria
Shopify Partner
3400 679 963

This is an accepted solution.

Hello,

Try to use this

 {% if product.price_varies %} 
{{ product.price_min | money }} to  {{ product.price_max | money }}
{% else %}
{% comment %} Use default code {% endcomment %}
{% endif %}

Thanks

- If helpful then please Like and Accept Solution.
- Drop an email   if you are looking for quick fix or any customization
- Email: [email protected]
- Try GEMPAGES a great page builder