Announcement

Collapse
No announcement yet.

Product Savings not Showing Up

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Product Savings not Showing Up

    I'm using the following on category pages but the actual "savings" feature is not showing up on the page. Any suggestions? Thank you.

    HTML Code:
    <p style="padding: 0 0 5px 0;"><mvt:if expr="l.settings:product:cost GT l.settings:product:price">
    MSRP: <s>$&mvt:product:cost;</s>
    <mvt:item name="toolkit" param="mvassign|savings|rnd(l.all_settings:product:cost - l.all_settings:product:price,2)" />
    <mvt:item name="toolkit" param="mvassign|percent|rnd((g.savings/l.all_settings:product:cost) * 100,2)" />
    <br />Your Price: <b>&mvt:product:formatted_price;</b>
    <br>Savings:
    <span style="color:red;">
    $&mvte:global:savings; (&mvte:global:percent;%)
    </span>
    <mvt:else>
    Your Price: <b>&mvt:product:formatted_price;</b>
    </mvt:if></p>
    Tim S. Raisbeck, owner
    Charlotte’s Saddlery Inc.

    11623A Katy Freeway
    Houston, Texas 77079
    1.800.231.6530

    http://www.charlottes-saddlery.com
    Proudly Serving the Equine Industry for Over 35 Years.

    #2
    Re: Product Savings not Showing Up

    I copied your code into a standard CTGY page and it works perfectly. It also looks like it's working on your site, http://www.charlottes-saddlery.com/B...addle-Pads.htm . Do you have an example page where it's not working?
    Gary

    [email protected]
    www.icCommerce.com

    Comment

    Working...
    X