Jump to content

[SOLVED] Red product price (on product page) when there's price reduction


DARKF3D3

Recommended Posts

I try to do in this way, adding a new class "scontato" that add the red color:

<span id="our_price_display"{if $productPriceWithoutReduction > $productPrice} class="scontato"{/if} itemprop="price">{convertPrice price=$productPrice}</span>

 

Initially i think it worked, but after some days i notice that there's few products without price reduction but showed red. It's strange, it should apply that class only when there's a price reduction.

Edited by DARKF3D3 (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...