Jump to content

Les prix barré sont multiplisé par deux avec déclinaison


Recommended Posts

Bonjour

Tous mes prix sont numtiplé par deux les prix barrée, elle s'affiche quelque seconde lors du chargement de la page

j'ai regarder dans la fichier product.tpl, et je vois que c'est correcte.

Je ne voie pas d'ou peux venir cette erreur !

 

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

 

 

http://demo.per4mance-tt.com/hot-rods-/7266-kit-bielle-de-vilebrequin-honda.html

Link to comment
Share on other sites

j'ai vue aussi ses lignes

 

        $('#our_price_display').text(our_price);
        $('#old_price_display').text(formatCurrency(productPriceWithoutReductionDisplay, currencyFormat, currencySign, currencyBlank));

        if (productPriceWithoutReductionDisplay > productPriceDisplay)
            $('#old_price,#old_price_display,#old_price_display_taxes').show();
        else
            $('#old_price,#old_price_display,#old_price_display_taxes').hide();
        // Special feature: "Display product price tax excluded on product page"
 

Link to comment
Share on other sites

  • 4 months 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...