Display Sale Price Before Regular Price
-
I’d like to display the sale price of a product before the regular (discounted) price. I know this has something to do with
get_price_html
. By default, this outputs something like:<del>regular price</del>
<ins>sale price</ins>
I want to change the output so it looks like this (basically, the two prices are shown in a different order):
<ins>sale price</ins>
<del>regular price</del>
How can I do this?
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display Sale Price Before Regular Price’ is closed to new replies.