Jump to content

whole category % discount, how?


Recommended Posts

There is no option to do that in PrestaShop. You can run an SQL query like this:

UPDATE `ps_product` SET `reduction_percent` = 10 WHERE `id_category_default` = 2



Change ps_ to your database prefix and 2 to the ID of the category you want to change. This query relies on the default category of the products being the category you want to discount.

Link to comment
Share on other sites

  • 4 months later...

On the addons, I propose the OleaRebate module.

Per group or per customer you will be able to set different discount for the shop, per category, per product, per product of a given supplier, per product of a given manufacturer.

Rebates are cumulative, exclusive, managed with priority...

Link to comment
Share on other sites

×
×
  • Create New...