Announcement

Collapse
No announcement yet.

Divino Theme Strikeout Price

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

    Divino Theme Strikeout Price

    Why does the Divino theme show the product price within the strikeout even when there is no sale? It ends up just showing the same price twice, once striked out. Is this a bug? I can't imagine the intention was to show the price twice. What have others done to rectify this?
    Ted Hust
    AarcMediaGroup.com

    Celebrating 13 Years of Outstanding Service & Support
    Miva Merchant Design

    #2
    I think I figured this out myself. If someone else wants to test what I did let me know if you find a better way. I'm simply telling it IF the base price EQUALS the product price, don't show it. Or you could use an <if/else> as well.

    <mvt:if expr="l.settings:product:base_price EQ l.settings:product:price">
    Maybe show custom field with custom strikeout price.
    <mvt:else>
    &mvt:product:formatted_base_price;
    </mvt:if>
    Last edited by aarcmedia; 07-29-16, 07:37 AM.
    Ted Hust
    AarcMediaGroup.com

    Celebrating 13 Years of Outstanding Service & Support
    Miva Merchant Design

    Comment

    Working...
    X