How does the venture template set the price range through code

Solved
liubowen
Visitor
1 0 0

similar to this微信图片_20220224184502.png

Accepted Solution (1)
Guleria
Shopify Partner
2782 555 794

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

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.

View solution in original post

Reply 1 (1)
Guleria
Shopify Partner
2782 555 794

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

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.