Creating Gift Certificates in FP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can I offer numbered gift certificates through my website in FP or do I need
some sort of add in?
 
Greyskied said:
Can I offer numbered gift certificates through my website in FP or do I
need
some sort of add in?

*******************
Well...

It can be done.
Will require custom coding, no add-in that I am aware of
Coding will vary by server technology (.Net, PHP, et al) and implementation
(graphic, text...)
 
As Mike says, this is real custom stuff. It involves some sort of commerce
tracking as you not only have to generate gift certificates with unique
numbers, you need to track their usage and prevent them from being used
again (as well as track who used them just in case some jerk uses a bogus
one).

You're probably better off focusing on a commerce solution that will meet
your needs and is acceptable by your web host (since you will need a
database of some sort and the application will use a scripting technology
that must be supported by your host to work).
 
Back
Top