Closed tessguefen closed 8 years ago
TO FIX PROD > Product Display Layout Find this:
<s id="js-additional-price" class="product-additional-price">&mvt:product:formatted_base_price;</s><span id="js-price-value" class="product-price" data-base-price="&mvt:product:price;">&mvt:product:formatted_price;</span>
CHANGE TO:
<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:product:formatted_price;</span>
Same for PROD > Content (product_quick_view)
Affects the current version of DiVino ReadyTheme as well.
Thanks for the heads up @jigmcgalliger . The ReadyTheme has been updated and will be available in a future release.
If the product wasn't on sale, it still showed it as crossed out.