Jump to content

Recommended Posts

Oui, ajuste tes tpls à la manière du thème de base product-list.tpl

{if $product.specific_prices.reduction_type == 'percentage'}
   <span class="price-percent-reduction">-{$product.specific_prices.reduction * 100}%</span>
{/if}
Link to comment
Share on other sites

 

Oui, ajuste tes tpls à la manière du thème de base product-list.tpl

{if $product.specific_prices.reduction_type == 'percentage'}
   <span class="price-percent-reduction">-{$product.specific_prices.reduction * 100}%</span>
{/if}

Merci de la réponse, si j'ai bien compris, je dois rajouter ces lignes à la fin du fichier product-list.tpl de mon thème?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...