lacebabe started this topic @ 00:06 on 16/02/2005
Hello,
I'd like to offer gift vouchers to customers in my online shop but how can I go about it? How does the system work and where do I start? Can't find much information about it...Please help... Thank you.
RE: gift voucher...please help!
Sparkle2004 | 17/02/2005 10:09 AM
Hi,
I offer gift vouchers www.thecraftshop.co.uk and do this by setting the gift voucher up as a product which retails on the site. When a customer purchases a gift voucher, the order is received as normal but we then produce a physical voucher which they can pass onto the receipient (we did have virtual vouchers to begin with but customers fed back that they wanted something they could pass on).
The coding behind the redemption is something that you would need to get your developer to add to the site, but a very simple way of offering a voucher would be to add a promotional code box to your checkout page. When people purchase a gift voucher you give them a code to enter, keeping a manual record of what value voucher they have purchased, you could then calculate the discount manually prior to processing, but this would really only work on a small operation and could be open to abuse.
Hope my rambling helps!
Tina
------------------------
Tina
http://www.getcollect.co.uk">href="http://www.getcollect.co.uk">http://www.getcollect.co.uk
RE: RE: gift voucher...please help!
Jonno | 17/02/2005 10:28 AM
ideally, you would have your shopping cart check the code they entered against a database table of "allowed" codes, and if it is "allowed", mark it as used so no-one else can use the same code.
The only other way i can think of is using some algorythm, so when a customer enters a code, your web application validates the code against the algorythm. This would be a lot less secure however.

------------------------
Jonathan Dunn
http://www.edynamics.co.uk
jonathan.dunn@edynamics.co.uk
Dynamic Internet Solutions
RE: RE: gift voucher...please help!
Jonny | 17/02/2005 12:34 PM
Originally posted by: sparkle2004
Hi,
I offer gift vouchers www.thecraftshop.co.uk and do this by setting the gift voucher up as a product which retails on the site.  
Hope my rambling helps!
Tina
Hey there gorgeous - how's business??

------------------------
RE: gift voucher...please help!
lacebabe | 17/02/2005 11:22 AM
Thank you people...I have much better idea of how it works now and hopefully will be able to set it up on my site...Cheersx