PrestaToys Posted October 10, 2014 Share Posted October 10, 2014 Can you help? I have set up a Cart Rule to give a FREE GIFT with purchase of a particular product. But when a customer orders 2 or more of this product, the cart does not update to the corresponding number of gifts. Is there something that i am not doing correctly? Is this a Prestashop issue? Anyone have a workaround? Thanks for listening! Link to comment Share on other sites More sharing options...
treeghost Posted November 11, 2014 Share Posted November 11, 2014 I am looking for a fix on this too. Has anyone found anything? We are giving out a free product with each purchase, so a two item purchase would get two free gifts. When the quantity is more than one, the free gift still shows only one. Any way to fix this? Thanks! Link to comment Share on other sites More sharing options...
PrestaToys Posted November 11, 2014 Author Share Posted November 11, 2014 I have found nothing to fix this. Under Cart Rules Product Selection, perhaps The cart must contain at least Product(s) matching the following rules Add a rule concerning -- Choose -- Products Attributes Categories Manufacturers Suppliers should read something like... For EVERY | AT LEAST Product(s) that the cart contains matching the following rules Add a rule concerning -- Choose -- Products Attributes Categories Manufacturers Suppliers So the user would select either Every or At Least for this Cart Rule. I am going to delve into the code and see if I can come up with a fix. The back-end that will need the new selection is found here... public_html/admin____/themes/default/template/controllers/cart_rules/product_rule_group.tpl That's as much as I know... for now. Link to comment Share on other sites More sharing options...
PrestaToys Posted November 11, 2014 Author Share Posted November 11, 2014 I got this far... For -- Choose -- Every: At least Product(s) matching the following rules Add a rule concerning -- Choose -- Products Attributes Categories Manufacturers Suppliers calling it "product_rule_operator" ... don't know where to go next. baby steps. Link to comment Share on other sites More sharing options...
Recommended Posts