Jump to content

Afficher remise par quantité dans product-list.tpl PS 1.5.2


Recommended Posts

Bonjour

 

J'essaye d'afficher les remises par quantité dans la liste des produits, comme ci dessous :

 

post-443775-0-29396800-1357311122_thumb.jpg

 

Cependant j'ai réussis à faire apparaître la quantité que sur les produits qui on une promotion à partir d'un produit acheté.

 

Voici le bout de code que j'ai intégré dans product-list.tpl

 

{if $product.specific_prices.from_quantity >=2}
{assign var='specific_prices' value=$product.specific_prices}
 {$specific_prices.from_quantity|intval}
 [spam-filter]$product.price *(1-{$specific_prices.reduction|floatval})}|convertAndFormatPrice}
 <span class="reduction"><span>-{$specific_prices.reduction*100|floatval}%</span></span>
{/if}

 

Merci

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

  • 2 years later...

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...