I have a product that I shall be selling online soon and want the general jist to be something like this:
Customer clicks "Buy Now"
Customer enters CreditCard/PayPal details.
Payment "IS" confirmed.
Customer Enters a name/email address
Customer receives activation key (on screen or email or both)
Customer can activate previously downloaded 'demo' with key.
Now how easy is this to do?
I have a site which is NOT a Joomla, Drupal or any other CMS kinda affair, and my knowledge of PHP isn't that great.
What bothers me the most are 2 things:
How can I 'test' the process of sending a payment? Do I have to ensure there is, say, £9.99 in my PayPal account and just keep sending and crediting that to make sure the other stuff works?
Likewise regarding the activation key; is there something out there can generate a key based on a phrase or something but it also pretty secure? I don't want some kind of equation-based code generator if it can be easily cracked. Something like a MD5 or the like would be ideal.
Anyone have any good pointers?
Customer clicks "Buy Now"
Customer enters CreditCard/PayPal details.
Payment "IS" confirmed.
Customer Enters a name/email address
Customer receives activation key (on screen or email or both)
Customer can activate previously downloaded 'demo' with key.
Now how easy is this to do?
I have a site which is NOT a Joomla, Drupal or any other CMS kinda affair, and my knowledge of PHP isn't that great.
What bothers me the most are 2 things:
How can I 'test' the process of sending a payment? Do I have to ensure there is, say, £9.99 in my PayPal account and just keep sending and crediting that to make sure the other stuff works?
Likewise regarding the activation key; is there something out there can generate a key based on a phrase or something but it also pretty secure? I don't want some kind of equation-based code generator if it can be easily cracked. Something like a MD5 or the like would be ideal.
Anyone have any good pointers?