gasworks Posted August 24, 2015 Share Posted August 24, 2015 I'd like to know if it's possible to combine specific price rules and catalog price rules where they both apply to a product? At the moment, only the rule that qualifies first is applied, not both. Thanks in advance. Link to comment Share on other sites More sharing options...
shacker Posted August 28, 2015 Share Posted August 28, 2015 yes, youre right, you can use only one, for the rest you can use vouchers(cart rules) instead of catalog rules Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2015 Share Posted August 30, 2015 as far as i know both product price rule and catalog price rule affects product final price Link to comment Share on other sites More sharing options...
shacker Posted August 30, 2015 Share Posted August 30, 2015 (edited) 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 August 30, 2015 by shacker (see edit history) Link to comment Share on other sites More sharing options...
gasworks Posted September 1, 2015 Author Share Posted September 1, 2015 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 More sharing options...
shacker Posted September 1, 2015 Share Posted September 1, 2015 of course. that must be an addon for next releases Link to comment Share on other sites More sharing options...
Crezco Posted January 20, 2016 Share Posted January 20, 2016 Will be a great addon, but how to solve the problem on PS 1.6 right now? I need to apply as well both discounts, catalog and specific price rule. Thanks for sharing Link to comment Share on other sites More sharing options...
shacker Posted February 11, 2016 Share Posted February 11, 2016 Will be a great addon, but how to solve the problem on PS 1.6 right now? I need to apply as well both discounts, catalog and specific price rule. Thanks for sharing not for the moment, Link to comment Share on other sites More sharing options...
ietax Posted January 27, 2017 Share Posted January 27, 2017 Hi, any news for resolve this issue? How to combine specific price rules? Thanks Link to comment Share on other sites More sharing options...
shacker Posted February 11, 2017 Share Posted February 11, 2017 well, no news for the moment. you must find in addons Link to comment Share on other sites More sharing options...
buhajus Posted September 6, 2018 Share Posted September 6, 2018 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 More sharing options...
oliiix Posted March 21, 2019 Share Posted March 21, 2019 Is it somewhere possible to set the order of which price rule should be taken into consideration? Link to comment Share on other sites More sharing options...
TrynA Posted July 30, 2021 Share Posted July 30, 2021 Hi, im searching resolve of thi problem for PS 1.7.6.4, any ideas? Link to comment Share on other sites More sharing options...
Diwad Posted May 4, 2022 Share Posted May 4, 2022 anyone found the solution to combine those two? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now