kpham501 Posted November 28, 2013 Share Posted November 28, 2013 I have two cart rules one for qty 250 for 5% off and the other for qty 750 for 10% off. Set exactly the same except for the qty difference and % off . For some reason the second rule doesn't apply (qty750) only the first rule. BUT if i disable the first rule the second one works fine. Is this a bug or did I do some thing wrong? Link to comment Share on other sites More sharing options...
kpham501 Posted November 30, 2013 Author Share Posted November 30, 2013 OK I think It's a bug. The cart rule only works on the same item and any combination of attributes of that item. I want to be able to apply the cart rule to the total qty of items in the cart from the parent category. Is this possible? Link to comment Share on other sites More sharing options...
nortom Posted December 1, 2013 Share Posted December 1, 2013 i have the same issue after upgrade. Link to comment Share on other sites More sharing options...
nortom Posted December 1, 2013 Share Posted December 1, 2013 I have found a quick solution it's to replace line 328 with this (remove the extra _) $cache_key = 'Cart::getCartRules'.$this->id.'-'.$filter; Damn every time bugs and bugs when will it stop. Link to comment Share on other sites More sharing options...
kpham501 Posted December 2, 2013 Author Share Posted December 2, 2013 Where would I insert this code change? Link to comment Share on other sites More sharing options...
ibndawood Posted December 3, 2013 Share Posted December 3, 2013 Hi you should be able to combine cart rules. I added 15% discount for products over $100 https://www.diigo.com/item/image/4h50p/esh4 I added 5% discount for products over $50 and I get this : https://www.diigo.com/item/image/4h50p/h9ap Its on 1.5.6.1 1 Link to comment Share on other sites More sharing options...
ibndawood Posted December 4, 2013 Share Posted December 4, 2013 Hi @kpham501, Can u please tell me if my suggestion worked ? Link to comment Share on other sites More sharing options...
kpham501 Posted December 4, 2013 Author Share Posted December 4, 2013 ibndawood: It works, but the customer has to apply the coupon. I need it to apply a catalog rule based on the qty of items from a category. Nortom: where would I make that change? Link to comment Share on other sites More sharing options...
ibndawood Posted December 4, 2013 Share Posted December 4, 2013 No the voucher codes are applied automatically. The customer don't have to apply. Link to comment Share on other sites More sharing options...
prestamax Posted December 4, 2013 Share Posted December 4, 2013 Where would I insert this code change? It's in classes/Cart.php @norton, did you report it to the bug tracker? Link to comment Share on other sites More sharing options...
kpham501 Posted December 4, 2013 Author Share Posted December 4, 2013 I tried what Nortom said. It's still not working correct. It will only apply if I have 250+ of a single product (all combos together). I need it to allow any mix of products in a category to apply the cart rule if it goes over 250 qty. Any suggestions? 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