Re: Miva Merchant 9 Template Changes
I seem to be having some issues getting this implemented. I'm not sure if I don't have it configured properly or if there is some conflict with implementing it into the existing code:
I have implemented the discount and I can see it being taken off at the BASK screen (with no explanation as to what it is) so I know I at least have that much configured "correctly"
I've updated the Attribute Machine script for the head tag, but I am obviously missing something.
Leslie
Originally posted by Brennan
View Post
Code:
<h3 class="text-center"> <mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:original_price"> <strike>$&mvt:product:customfield_values:customfields:original_price;</strike> <mvt:if expr="l.settings:product:price"><span>&mvt:product:formatted_price;</span> </mvt:if> <mvt:else> <mvt:if expr="l.settings:product:price"> <strike><span id="price-value-additional"> </span></strike> <b><span id="price-value">&mvt:product:formatted_base_price;</span></b><br> <div id="product-discounts"> </div> <mvt:else> Please See Product Description </mvt:if> </mvt:if> </h3>
I've updated the Attribute Machine script for the head tag, but I am obviously missing something.
Leslie
Comment