The Sale Pridinng for the Inventory Variants has stopped displaying. The correct price is being charged but it doesn't display when selected. This was working as expected during the last sale
[CODE]<mvt:if expr="l.settings:product:price GT 0">
<div id="js-price-value" class="h3 charcoal nm" data-base-price="&mvt:product:price;">&mvt:product:formatted _price;</div>
<mvt:else>
<div id="js-price-value" class="all-hidden" data-base-price="&mvt:product:price;"></div>
</mvt:if>
<mvt:if expr="l.settings:product:base_price GT l.settings:product:price">
<p>Normally: <s id="js-additional-price">&mvt:product:formatted_base_price;</s>
<mvt:else>
<br />
</mvt:if>
<div id="js-product-discounts"></div/CODE]
I've even run the Delete Cached Product List Entries thinking it might be it. All of the Inventory Variant products have a Sale price.
Go here and select a size.
[CODE]<mvt:if expr="l.settings:product:price GT 0">
<div id="js-price-value" class="h3 charcoal nm" data-base-price="&mvt:product:price;">&mvt:product:formatted _price;</div>
<mvt:else>
<div id="js-price-value" class="all-hidden" data-base-price="&mvt:product:price;"></div>
</mvt:if>
<mvt:if expr="l.settings:product:base_price GT l.settings:product:price">
<p>Normally: <s id="js-additional-price">&mvt:product:formatted_base_price;</s>
<mvt:else>
<br />
</mvt:if>
<div id="js-product-discounts"></div/CODE]
I've even run the Delete Cached Product List Entries thinking it might be it. All of the Inventory Variant products have a Sale price.
Go here and select a size.
Comment