Jump to content

Combining specific price rules and catalog price rules


Recommended Posts

No. If you apply a price discount of 10%, and apply a catalog rule of 50%, you get only the 50% of the discount. Catalog rule apply first, and ignore the product price rule (just tested if this settings have changed in 1.6.1, but nop). Maybe a option to combine with price rules must be added in next release

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

No. If you apply a price discount of 10%, and apply a catalog rule of 50%, you get only the 50% of the discount. Catalog rule apply first, and ignore the product price rule (just tested if this settings have changed in 1.6.1, but nop). Maybe a option to combine with price rules must be added in next release

 

An option to combine catalog and product rules would be great, similar to the cart rules "compatibility with other cart rules".

Link to comment
Share on other sites

  • 4 months later...
  • 3 weeks later...
  • 11 months later...
  • 2 weeks later...
  • 1 year later...

You can use custom SQL 
 

UPDATE `ps_specific_price`  sp 
LEFT join ps_product p ON sp.id_product = p.id_product
LEFT join ps_category c on p.id_category_default = c.id_category
SET ....
 sp.from_quantity = 1 AND c.id_parent not in(x,x,x,) AND c.id_category NOT in (y,y,y,) 

 

Link to comment
Share on other sites

  • 6 months later...
  • 2 years later...
  • 9 months later...

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