LockerAgencia Posted May 21, 2014 Share Posted May 21, 2014 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 More sharing options...
afshop Posted June 4, 2014 Share Posted June 4, 2014 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 More sharing options...
craZed Posted July 16, 2014 Share Posted July 16, 2014 Nobody? Link to comment Share on other sites More sharing options...
WTN Webmastering Posted July 27, 2014 Share Posted July 27, 2014 (edited) I have the same problem..... Any solution to fix it?? Please??? Thanks Edited July 27, 2014 by Wotrix Networks (see edit history) Link to comment Share on other sites More sharing options...
WTN Webmastering Posted August 9, 2014 Share Posted August 9, 2014 Please any solution??? Link to comment Share on other sites More sharing options...
JordiRC Posted August 18, 2014 Share Posted August 18, 2014 Please any solution??? Hi, replace product.tpl file with this found at the link: https://github.com/PrestaShop/PrestaShop/blob/1.6/themes/default-bootstrap/product.tpl It has worked for me 1 Link to comment Share on other sites More sharing options...
testerxxx Posted November 24, 2014 Share Posted November 24, 2014 (edited) 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 November 24, 2014 by testerxxx (see edit history) Link to comment Share on other sites More sharing options...
notefan Posted December 20, 2014 Share Posted December 20, 2014 how to display old price Link to comment Share on other sites More sharing options...
invpts3 Posted January 16, 2015 Share Posted January 16, 2015 Thanks JordiRC, your solution worked for me! Link to comment Share on other sites More sharing options...
Recommended Posts