frankit Posted November 29, 2013 Share Posted November 29, 2013 I'd like to give a gift for each produt so that if I buy 10 product I got 10 gifts. How can this be done without managing plenty of product packs and rules together? any module or cleaner workaround? thankyou. Link to comment Share on other sites More sharing options...
frankit Posted November 30, 2013 Author Share Posted November 30, 2013 found this module for fat wallets: http://addons.prestashop.com/en/merchandising-prestashop-modules/442-gift-on-order.html but I'ts quite frustrating have to buy that module for a apparently little thing like this. I'm trying to avoid the check to apply the gift only if not already in the cart in CartRules class there I see this comment: /* This variable controls that a free gift is offered only once, even when multi-shippping is activated and the same product is delivered in both addresses */ protected static $only_one_gift = array(); but set that to false wont work in the bottom of the file I see this comment too: // The free gift coupon must be applied to one product only (needed for multi-shipping which manage multiple product lists) so I suppose that the multishipping (wich I don't use) It's the only reason why gift rules arn't cumulable. Can someone confirm me that? Anyone can point me how to skip the check by the way? thank you in advance. Link to comment Share on other sites More sharing options...
Recommended Posts