I’m just going in circles here. I’ve found bits of code around and where I’m at now is getting closer but not quite there. Basically need as stated, Original price next to the discounted one.
It’s a variable product here:
https://latexmattressfactory.com/products/luxerion
The discounted price shows on the left in red, that’s fine.
I then have some text “Original Price”, but the price being shown is the price of the most expensive variation, not on sale price, not of the actual product that it is on(we have a default of Queen size).
It also never changes when a different variation is selected but I’m guessing once this first step is sorted out, that’s probably in JS somewhere?
This is the bit of code in the template giving that Max price:
Original Price {{ product.compare_at_price_max | money }}
And I have tried removing the max, just having price, and a bunch of other combos but this is the only thing that has displayed a price for me.
Thanks!!