Logo
Eolia @eolia
a répondu au Message de yoyo64 - 4 h.
C'est dans product-list.tpl

CODE

{if $product.from_price}{l s='from'}{/if}
{if $product.from_price}
{convertPrice price=$product.from_price}
{else}
{if !$priceDisplay}{convertPrice price=$product.price}{else}{convertPrice price=$product.price_tax_exc}{/if}
{/if}