Hi, can I create a coupon that limits the number of items it can be used for? I'd like to have a 50% off coupon that could be used for no more than 2 items, so it could be used on two orders of one item, or one order on as many as 2 items in that order (so ignoring the 3rd item). It would be acceptable to have two coupons each useable for one item, though forcing the user to make 2 orders is not great.
Is this something Zencart can do, and if not does anyone have advice on how I could go about modifying the code? I'm comfortable in PHP, but I have to admit that editing the Zencart code can be quite challenging for me, so pointers appreciated.
To summarize, customer orders 3 items for $10 each, I allow the use of a 50% off coupon on two of the items, so they get $10 coupon and a $20 charge. All of the items on my site are downloads, and there are a variety of prices.
Zencart: 1.3.0.1



