Jump to content

Manufacturer wide discounts?


Recommended Posts

You could create a category called Apple, put all Apple products in it, then create a voucher with a 25% discount that applies only to the Apple category, but then the customer must manually enter this code when checking out.

The only way to mass set the actual discounts is to perform an SQL query like this on your database:

UPDATE ps_product SET reduction_percent = 25 WHERE id_manufacturer = 1



where 1 is the ID of the manufacturer whose products should have a 25% discount.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...