Simple Theme - how do I set range pricing to display?

Right now it just says ‘from $xx.xx’ but I want it to say ‘from $xx.xx to $xx.xx’ but I’m not sure where to look in the Simple theme to change the code and what code to change it to. I’m thinking it’s under product-grid-item.liquid but I just am not sure as I’m not a programmer. Thanks for any and all help

Hi @razoredgeknives ,

Please go to product-grid-item.liquid file, find ‘from_text_html’ and change code:

Code:

From {{ product.price | money }} to {{ product.price_max | money }}

Hope it helps!

1 Like