Jump to content

Recommended Posts

Hi,

 

I came with this problem that I did not have 1 week ago. As you can see in the attach files, I've set the eco-tax to "0.95$" but on the product page it displays "0.90$". Another one have been set to "3.50$" and display "3.33$" it seem's that I have activated a 5% tax on the eco-tax. How do I remove it or how do I fix this please.

Product.tpl code:

 

                    <div class="other-prices">
                   
                         {if $priceDisplay == 2}
                            <span id="pretaxe_price"><span id="pretaxe_price_display">{convertPrice price=$product->getPrice(false, $smarty.const.NULL)}</span> {l s='tax excl.'}</span>
                        {/if}
                        {if $packItems|@count && $productPrice < $product->getNoPackPrice()}
                            <p class="pack_price">{l s='Instead of'} <span class="price" style="text-decoration: line-through;">{convertPrice price=$product->getNoPackPrice()}</span></p>
                        {/if}
                        {if $product->ecotax != 0}
                            <p class="price-ecotax">{l s='include'} <span id="ecotax_price_display">{if $priceDisplay == 2}{$ecotax_tax_exc|convertAndFormatPrice}{else}{$ecotax_tax_inc|convertAndFormatPrice}{/if}</span> {l s='for green tax'} 
 
 
                                {if $product->specificPrice AND $product->specificPrice.reduction}
                                <br />{l s='(not impacted by the discount)'}
                                {/if}
                            </p>
                        {/if}
                        {if !empty($product->unity) && $product->unit_price_ratio > 0.000000}
                             {math equation="pprice / punit_price"  pprice=$productPrice  punit_price=$product->unit_price_ratio assign=unit_price}
                            <p class="unit-price"><span id="unit_price_display">{convertPrice price=$unit_price}</span> {l s='per'} {$product->unity|escape:'htmlall':'UTF-8'}</p>
                        {/if}
                    </div>

 

Anyone can help me?

Sorry for my english, I'm french.

Thanks

post-792832-0-44416400-1404841069_thumb.jpg

post-792832-0-34307800-1404841070_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...