Odświeżę trochę temat.
Chce mieć przekreśloną starą cenę na liście produktów, ale jak wstawiam:
{convertPrice price=$productPriceWithoutRedution}
to pokazuje mi się 0.00 PLN zamiast starej ceny, dlaczego?
--------------------------------------
Dobra poradziłem sobie, znalazłem w necie takie rozwiązanie, które działa:
{if $product.reduction}
<span id="old_price_display" style="text-decoration:line-through;">{convertPrice price=$product.price_without_reduction}</span>
{/if}