No content to show
User Activity
Ok think I figured it out just added another else statement{% if product.price_varies %} {% include 'price' with product.price_min %} - {% include 'price' with product.price_max %}{% else %}{% include 'price' with product.price %}{% endif %}Thank you...
This removed the price from the non variant ones. variant ones are correct, but no price is shown for ones with no variant.
Thanks for helping! I edited the code and it worked however now all the products that don't have variants show price-price (so 25.99- 25.99) instead of just the one price. Any ideas how to edit and fix ? Thanks again
I have multiple size variants of a particular product which have different prices and I would like the collection page to show that price range instead of the lowest price variant price. Thanks in advance for the help