KamranMK Posted September 25, 2013 Share Posted September 25, 2013 I am having this very important for me issue. I am not able to make some products show up in the prices drop page, and I can't figure it out why is that happening, right now i am working on couple issues parallel and i would really appreciate anyone who has the answer for this issue so i am lowering the price of a product, it doesn't show the price, i am doing special price but it won't work as well, won't show it there what can i do? Link to comment Share on other sites More sharing options...
JerseyG Posted September 27, 2013 Share Posted September 27, 2013 (edited) Hi When I created a product with a "special price" I found that if I reduced it by a percentage it would not appear in the specials block. If however I reduced it by a set amount it was visible. A percentage reduction will reduce the item price but not put it in the specials block. I now do all my special offers by a value and not a percentage. Hope it works for you Edit This was in version 1.5.4.1 Edited September 27, 2013 by JerseyG (see edit history) Link to comment Share on other sites More sharing options...
yaniv14 Posted September 27, 2013 Share Posted September 27, 2013 In 'classes/product.php' add between lines #2269 & #2270 OR p.`on_sale` = 1 Link to comment Share on other sites More sharing options...
KamranMK Posted September 28, 2013 Author Share Posted September 28, 2013 In 'classes/product.php' add between lines #2269 & #2270 Thank you for your suggestion but i found out that my issue was that when putting the quantity for a product to be reduced i just need to have 1, since before i was putting the amount i have in my stock and thus it did not work Link to comment Share on other sites More sharing options...
nandosan Posted October 9, 2013 Share Posted October 9, 2013 Similar problem here, thank you! Link to comment Share on other sites More sharing options...
jeyjoo Posted October 25, 2013 Share Posted October 25, 2013 (edited) Thank you for your suggestion but i found out that my issue was that when putting the quantity for a product to be reduced i just need to have 1, since before i was putting the amount i have in my stock and thus it did not work Hi Kamran, can you tell where this is in ps 1.5 - the code OR p.`on_sale` = 1 needs inserting elsewhere. Thanks Appologies - forget that - in 1.5 you just need to add a new specific price ... BOOM. Edited October 25, 2013 by jeyjoo (see edit history) Link to comment Share on other sites More sharing options...
KamranMK Posted October 26, 2013 Author Share Posted October 26, 2013 Hi Kamran, can you tell where this is in ps 1.5 - the code OR p.`on_sale` = 1 needs inserting elsewhere. Thanks Appologies - forget that - in 1.5 you just need to add a new specific price ... BOOM. You got it Link to comment Share on other sites More sharing options...
iantooke Posted October 30, 2013 Share Posted October 30, 2013 (edited) In 'classes/product.php' add between lines #2269 & #2270 OR p.`on_sale` = 1 Hi i have tied this on 1.5.5.0 - But won't work. I know adding a specific price makes the item appear on the price drop page but i want the flexibility of it appearing on the price drop page if the specials box is ticked. Any help would be appreciated. Maybe someone could copy and paste lines #2269 & #2270 so i can see the original code. My #2269 and #2270 is AND pl.`id_lang` = '.(int)$id_lang.Shop::addSqlRestrictionOnLang('pl').' ) Edited October 30, 2013 by iantooke (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts