However, I want the discounted price to be displayed on PROD. i.e. I want the regular price to use a strikethrough as well as displaying the discounted sale price. Pricing is displayed like this...
Code:
<mvt:if expr="l.settings:product:base_price GT l.settings:product:price"> <s id="js-additional-price" class="product-additional-price">&mvt:product:formatted_base_price;</s> </mvt:if> <span id="js-price-value" class="product-price" data-base-price="&mvt:product:price;"> <mvt:if expr="l.settings:product:price NE '0.00'">&mvt:product:formatted_price;</mvt:if> </span>
Code:
<div id="js-product-discounts"></div>
FYI, the Readytheme being used is Levels.