Hello,
The strikethrough sale price is showing up on every page EXCEPT the product page.
For example, it is showing on the 1st product here: http://www.orchardvalleysupply.com/collections/agfast-training?view=list
But not on that product’s individual page:
How can I add the code to get that strikethrough sale price on the product page?
I tried adding {% if product.compare_at_price_max > product.price %} to product.liquid and it didn’t do anything.