Jump to content

Old Price display after Upgrade to 1.6


Recommended Posts

Well this is my issue, after upgrade from 1.5.x to 1.6 must of things were ok, but for some reason my  products price display a old_price with the same price as normal just with the line, example:

 

Price: $69.99 

Old Price: $69.99

 

hahaha, i never change the price of the product, so i believe the upgrade did this thinking that is a new price when is not.

 

So i'm asking is there anyone know how to fix it?

 

And display:none in product.tpl is not an option.

 

Thanks 

Link to comment
Share on other sites

  • 2 weeks later...

Well this is my issue, after upgrade from 1.5.x to 1.6 must of things were ok, but for some reason my  products price display a old_price with the same price as normal just with the line, example:

 

Price: $69.99 

Old Price: $69.99

 

hahaha, i never change the price of the product, so i believe the upgrade did this thinking that is a new price when is not.

 

So i'm asking is there anyone know how to fix it?

 

And display:none in product.tpl is not an option.

 

Thanks 

 

Hi,

 

I have the same problem me too. Do you fix it?

 

Thanks

Angela

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
  • 2 weeks later...
  • 2 weeks later...
  • 3 months later...

in product.tpl must find:

<p id="old_price"{if (!$product->specificPrice || !$product->specificPrice.reduction) && $group_reduction == 1} class="hidden"{/if}>

and change to:

<p id="old_price"{if (!$product->specificPrice || !$product->specificPrice.reduction) && $group_reduction == 0} class="hidden"{/if}>

in my case that was solution (I use a template "pos_sagitta" from posthemes.com)

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

  • 4 weeks later...
  • 4 weeks later...
×
×
  • Create New...