close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Cart that allows multiple file uploads

Thread began 2/04/2011 8:40 am by bob349446 | Last modified 2/07/2011 8:55 am by Jason Byrnes | 1199 views | 1 replies |

bob349446

Cart that allows multiple file uploads

I need a shopping cart that allows buyers to purchase products that require file uploads. The buyer can order either a single upload or multiple uploads. Each one is done at a separate time. As you see, when multiple uploads are purchased, the cart has to allow them to be uploaded in separate login sessions.

Can Powerstore or any of the Webassist carts do this, or would a custom cart be required?

Thanks

Sign in to reply to this post

Jason ByrnesWebAssist

Power Store will not be able to accomplish this.

You would be able to do this using eCart but it will require some custom coding to limit the number of uploads.

you would need to use ecart to offer the uploads for sale.

use Security assist to create the registration and login process.

Onthe eCart support page, see the tutorial for adding Security Assist registration and login to the eCart checkout process.

On the upload page, you will need to create a recordset that will be used to determine if the user is allowed to upload or not.

This is where the custom coding portion will come into place, we can offer a general overview, but is you need specific assistance getting it to work, I would suggest purchasing a Premier Support ticket where you can work one on one with an engineer to implement this.

The recordset will need to look in the orders table and the uploads table to determine a) How many uploads they purchased and b) how many uploads they have done. Only if they have available uploads, would you show the upload form.

I would create a table to capture the uploaded file name and the users ID:
uploads:
uploadID - Primary Key
uploadUserID - foregn key, relates to users.userID
uploadFileName - file name


your orders table will have an ordersUserID column that will relate the order to the user,

your recordset would need to use a join query to link data from the upload table and the order table using the userID to see determine how many uploads where purchased, and how many uploads they have already done.

This part will be fairly complex, but if you have a good grasp of relational data and creating SQL statements to join two tables together and SQL Agragate functions like COUNT(), it should not be to difficult.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...