Decided to add program download options to my website. Sales of our CDs are dropping off, too pricey and inconvenient these days.
Planning to use same cart pages but with radio buttons for download/CD. Obviously former sets lower price and no postage and (assuming there are no other posted orders) the delivery details required are reduced to just customer name & email. Bung those in mysql table for check, customer clicks link in email sent, fills in name to download.
Leaves some problems I can think of:
1) I would like to restrict sales to UK only for insurance reasons but doesn't seem any reliable way of doing it. I could ensure only GBP cards are useable but that's not quite same thing. Not sure if just a notice "for UK only" would be legally sufficient.
2) How to stop download being available to anyone who has that link but still allow customer to try again if his download fails for some reason. How can one detect if a download has worked?
3) How to restrict number copies installed.
Anyone got any experience of this, any general tips, pitfalls etc? Cheers.
Planning to use same cart pages but with radio buttons for download/CD. Obviously former sets lower price and no postage and (assuming there are no other posted orders) the delivery details required are reduced to just customer name & email. Bung those in mysql table for check, customer clicks link in email sent, fills in name to download.
Leaves some problems I can think of:
1) I would like to restrict sales to UK only for insurance reasons but doesn't seem any reliable way of doing it. I could ensure only GBP cards are useable but that's not quite same thing. Not sure if just a notice "for UK only" would be legally sufficient.
2) How to stop download being available to anyone who has that link but still allow customer to try again if his download fails for some reason. How can one detect if a download has worked?
3) How to restrict number copies installed.
Anyone got any experience of this, any general tips, pitfalls etc? Cheers.
Comment