Best approach for multiple coupons?
I have a number of discount coupons, each which use the same session variable, eg $_SESSION['coupon'] whose value is set by using a form text field on the cart page.
This works great for individual discounts, but is a bit limiting if a customer has several valid coupon codes.
eg if code 1 gives 10% off power tools, and code 2 offers free shipping over $100, I want to enable the customer to use both codes in the same transaction