Jump to content

Problem Old & New Price On Homepage


Recommended Posts

Hello

 

I have a problem on the homepage.

 

All prices on the module "Best selling" and "New products" are wrong.

 

2 prices appears : 1/ the real price - 2/ the reduce price but I did not set up any special price as you can see on the picture or on the website

 

The function "old price" is active. I do not know why and how to resolve this problem.

 

I tried to empty cahe (front & FTP), create a new product, replace the 2 modules with new one, check cart rules (no rules), verify my combination of prices (ok)

 

post-305640-0-02059200-1455121628_thumb.jpg

 

Thanks in advance if you have an idea to resolve my problem.

Link to comment
Share on other sites

  • 4 months later...

Hi have a similar problem. Old price is displayed even if it is the same price as the current one!

 

why this is happening?

 

ex 

PRICE 80€ >> OLD PRICE 80€

 

in your case it is probably theme problem

i see that you use some custom there - problem is probably in product.tpl file

case needs inspection of code

Link to comment
Share on other sites

Hi there.

thanks for the replay.

 

this is the part of code:

<span class="old-price product-price"{if (!$product->specificPrice || !$product->specificPrice.reduction) && $group_reduction == 0} class="hidden"{/if}>
{if $priceDisplay >= 0 && $priceDisplay <= 2}


{hook h="displayProductPriceBlock" product=$product type="old_price"}
<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}
</span>

But i do not see anything strange.

 

 
Link to comment
Share on other sites

  • 1 year 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...