Link to home
Start Free TrialLog in
Avatar of ayha1999
ayha1999

asked on

Shopping cart tables

Hi,

I am planning to develop a shopping cart web site. The problem in designing is that there is no products and no product table. Customers are requesting some printing services from the site and there is not predefined printing services too. Customer request their custom created services. How can I create tables to handle this scenario?

Please help me to create necessary tables for this site.

Thanks
Avatar of Gary
Gary
Flag of Ireland image

Sounds more like a job for a developer else ask a specific question about something you cannot do.
Help me create tables for my site is not a real question.
Avatar of ayha1999
ayha1999

ASKER

I mean how the table structures should be in the scenario.
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
OK. Customer upload a file to print and choose material, color dimension, qty etc. As I mentioned earlier, there is no predifined products. I want to store these info into a table (shopping cart). There is no link for items stored in shopping cart table to a Product table.

Thanks
There must be some kind of format to the data you want to store
Name, address, payment details, print size etc...?
I want to store file name, dimensions, volume, qty, unit price, customerid etc.