Jump to content

Promotion : Ancien Prix Affiché Multiplié Par Deux.


Recommended Posts

Bonjour à tous, lorsque je configure dans un produit une promotion par exemple 10%, sur la page du produit, la remise s'applique mais l'ancien prix affiché qui est barré est le prix initial du produit multiplié par deux ?

 

Le template:

<p id="old_price"{if (!$product->specificPrice || !$product->specificPrice.reduction) && $group_reduction == 0} class="hidden"{/if}>
{if $priceDisplay >= 0 && $priceDisplay <= 2}
<span id="old_price_display">{if $productPriceWithoutReduction > $productPrice}{convertPrice price=$productPriceWithoutReduction}{/if}</span>
<!-- {if $tax_enabled && $display_tax_label == 1}{if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if}{/if} -->
{/if}
</p>

Merci pour votre aide.

 

PS :  1.6.0.14 

Edited by Laurentfrom47 (see edit history)
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...