Active
Project:
Ubercart Discount Coupons
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 16:48 UTC
Updated:
15 Feb 2012 at 21:20 UTC
I have a discount code I am configuring that I'd like to have set to be redeemed on a max number of times per order. It's an employee discount for a concert that can be used a maximum of 10 tickets per order. I see how to do a minimum, but is there anyway to setup this coupon such that if someone orders 11 tickets that the discount will apply for 10 tickets and not for the 11th?
Comments
Comment #1
wodenx commentedSet "Apply discount to" either "The cheapest matching products" or "The most expensive matching products" and then a field for maximum number of products to discount will be revealed.
Comment #2
jeggen commentedThat works. Now I see another challenge. I have an automatically applied "EARLYBIRD" discount that gives $2 off per item. This cannot be combined with other coupons nor can the employee discount coupon. In my mind that means they cannot both be applied to any one item, but they could be both in the same order.
For example. I have 12 products in my cart with the employee discount applied within the earlybird time window. They should be discounted as follows.
1) 10 tickets with employee discount
2) 2 tickets with earlybird discount
Instead only the 10x employee discount is used and the earlybird discount is removed. Is there a way around this?
Comment #3
wodenx commentedNot at present. Coupon combination restrictions are only on a per-order basis. Marking this as a feature request, and will gladly review a patch if one is submited (when I have some time).