I'm looking for a solution on using multiple promotions for a single product. I have a product configured like this: - base price (i.e.; $500) - price rules to allow personalized discounts based on the party_group of the customer (i.e. if customer is a "preferred" customer, they get $25 off product) - promotional discount based on an input promocode (i.e. input DISCOUNT-123 for $20 off product) - discount based on previous purchase of related product (user inputs previous orderID of a related product and becomes eligible for $50 off this product) Which would look like this in the cart: $500 product price -$25 preferred customer -$20 promotion code applied -$50 return customer discount -------- $405 Net price It seems that there is a limitation of one promo code in the cart for each per product. Am I reading this incorrectly? I need to know how to configure this product if a customer is eligible for all 3 discounts. Any suggestions?
