I would like to print up a batch of gift certificates to hand out at a convention. Is there an easier way to generate 40 gift certificate codes than to email one to myself fourty times?
Thank you.
I would like to print up a batch of gift certificates to hand out at a convention. Is there an easier way to generate 40 gift certificate codes than to email one to myself fourty times?
Thank you.
Or better yet, a batch of unique one-use discount codes (since they don't have to have the redeemed value set).
Why not just use one single coupon, say call it "CONFERENCE1" or something?
It can be set to "use once per customer" and even limit it to say 50 uses total, and you can even expire it so it can't be used say after 60 days ... etc.
And if you enable the built-in basic referral tracking, you'll know which customers come to you from the conference because it stores the coupon code as the referral source.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Because, absent a shipping address or form of payment, it would be trivially simply for one rotten customer to make five different accounts.
Or one bad egg could post the single discount code online, robbing the other 39 people of their discount.
What I need is to be able to generate X number of unique discount codes for $Y each on demand.
This is not part of Zen Cart but it could be written ...
There is a fixed peice of code to generate Discount Coupons ...
You just need to toss that in a loop to generate XX number at the push of a button ...
While not a feature of Zen Cart, at this time, it is not a difficult feature to customize ...
Got your coder's hat on?![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
NOTE: there is a copy button on the Discount Coupons where you can just give it a new name/code and all other info is reproduced for you ...
This will save a couple of steps of setting:
1 per customer
1 per coupon
coupon amount
that would be the logic to build an auto builder for the generation of coupon groups but add in the auto generator on the coupon code or build into the loop to increment a given coupon code such as:
conference1
and the generator would create:
conference1-1
conference1-2
conference1-3
or make:
conference1-001
conference1-002
conference1-003
for sorting purposes ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Has anybody seen a development of this function? Anybody want to bid?
Thanks!
I am also looking for this feature but I'm a newbie so wouldn't know how to begin coding myself. Any one else need this?