Apply Offer Code Multiple times on order
Posted: Wed Apr 22, 2015 4:48 pm
Say I have a offer code to take 2$ off of whole order, This offer code will be added to order in one activity. But how can i applied this offer code to the order multiple times ? so that I take 2X$ off of whole order?
I already tried the but it is not working.
//here we added same offer multiple time in the list
List<Offer> offers = offerService.buildOfferListForOrder(order);
offerService.applyAndSaveOffersToOrder(offers, order);
thanks
I already tried the but it is not working.
//here we added same offer multiple time in the list
List<Offer> offers = offerService.buildOfferListForOrder(order);
offerService.applyAndSaveOffersToOrder(offers, order);
thanks