-
This doesnt have to do directly with flash but I was wondering if someone could help me out.
I'm currently in talks to work on an eCommerce site.The client would like for when a customer orders a product online via credit card, it be delivered by email automatically. (it would be a file such as a wav.)
The file can either be attached to the email (preferred) or a link may be included in the email to a temporary directory when the consumer may download his purchase.
Any help would be much appreciated.
-
You'd be better off using pre-existing scripts to accomplish that. See http://cgi.resourceindex.com/Program...e_Downloading/
-
eCom
-
yep, actually I'm learning Drumbeat2000 for the project...
-
didn't drumbeat get pulled to make room for ultradev?
anyway, what you need to do is:
when you have payment validation(ie. a referral #) pass a variable back to the asp saying that if "IntRef# = True" then use CDONTS to create a mail object and attach the file using something like Request("Item_Purchased") = strWav1
strWav1 = Sound.file or use a Case Statement to choose which file to attach. this is just a basic outline of what you can do for your situation so sorry if it seems a little rough around the edges.
hope this helps