Forum Moderators: buckworks
I need help with some code for an e-commerce site, this is what I am after:
the buyer goes through the shopping cart stage, he/she has paid for the service, as soon as the payment has been received, I want the upload page to appear, which has been set out like a form and has already been filled in with the customers details and the only thing he/she has to do is to upload the photos.
thanks
I assume, you already use some kind of shopping cart, right?
Then it should have a "Checkout Complete" page? You might modify that page in order to show the form you want.
The information about user is usually entered at checkout stage and might be re-used at your custom page.
One last thought: if you have not tested your idea yet, don't wait until you have your software 100% complete.
Just set the following text at "Checkout Complete" page:
"Your payment has been accepted. Order number is ########. Please, send the photos (max XX Mb) to the following e-mail address mentioning your order number <me@mine.tld>. Pretty ladies' photos are subject for 10% discount on the following order."
When it works, hire somebody to customize your pages :-)
If it doesn't, you have saved several weeks of your life to test an another project.
It's 2007 - people expect automation like this on the web and it's really not that hard to write the form page/photo upload script.