Click here to Skip to main content
15,921,113 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Pls some one tell that how to create database for shopping cart in sql server 2005. for product and subproduct in cart.Pls some one tell.
Posted

1 solution

Create a Products table with primary key and all other fields for product description . create another table for SubProducts with a foreign key linked to primary key from Products table and all other fields for sub product description.

This is just what you asked for. However it needs a very discrete database design to be used in a shopping cart.

Check this open source project for shopping cart and database design. http://www.nopcommerce.com/downloads.aspx[^]
 
Share this answer
 
v2
Comments
[no name] 2-Mar-13 12:39pm    
i downloaded the code file but it is in cshtml, the files are not opened and target framework in web.config file error has been occurred. i am using visual studio 2010 pls provide me correct version code so that i will be able to understand the code and flow of process.
bbirajdar 3-Mar-13 5:26am    
Download version 1.9 ..Its for VS 2010.
[no name] 3-Mar-13 7:30am    
but i have VS 2010 ultimate, what should i write to download the version u told. and what advanced feature in that version.
pls tell me the link to download.
bbirajdar 3-Mar-13 7:38am    
Did you read the complete page. It has links to download the previous versions... Why do you need spoon feeding?
http://nopcommerce.codeplex.com/SourceControl/list/changesets?branch=nopCommerce1.90
[no name] 3-Mar-13 8:18am    
yes i got this link,
http://nopcommerce.codeplex.com/SourceControl/changeset/f01f0dcd235e
and there are so many links to download,is it correct sir.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900