Jump to content

Price drop page won't show the products that were specifically priced


Recommended Posts

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

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 by JerseyG (see edit history)
Link to comment
Share on other sites

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

  • 2 weeks later...
  • 3 weeks later...

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. :D

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

 

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 by iantooke (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...