We are sponsoring an event this week where we are donating 50 gift certificates/coupons into gift bags. In our old system, we used to manage this by creating 50 unique coupons in the system (sequentially numbered) so that a coupon can only be used once ever. (we had to do this via a sql add record query, btw)
This minimizes our exposure from people posting our coupon codes (offering free product) on the internet.
Our coupon codes would be setup like: XYZ10700, XYZ10701, XYZ10702, etc.
Is there a way to setup a coupon that has a wildcard value in like XYZ107?? (assigning 100 valid coupon codes essentially), or some other method of setting up a series XYZ10700 - XYZ10750 that all have the same value and rule set?
We do know the following:
- We can manually setup 50 different discounts and assign 50 different coupons (but that seems overkill, and would be very tedious to setup all those manually)[/*]
- We can setup one discount, assign one coupon code and limit the number of uses to 50. This still allows a person who received a gift certificate/coupon to post that number publicly to be used by people who did not attend the event[/*]
Any ideas on how we could do the above? Thanks!

Help














