Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
i am working E commerce project.But i do know how to create the shopping cart and pay pal on this project. please help me 
Posted
Comments
Ankur\m/ 4-Mar-14 0:57am    
The question is out of scope of quick answer section. Start by doing Google on the topic. There are important architectural considerations before you start coding. Ask your senior to help you out. Or if you are only one on the project, say your client you cannot do it.
jeevakumar.T 4-Mar-14 0:59am    
k thank you

refer these links

VB
http://www.researchgate.net/publication/2359510_Database_Design_for_Real-World_E-Commerce_Systems/file/d912f514403695774c.pdf

http://www.cis.drexel.edu/faculty/song/publications/p_IEEE-DE-Final.PDF

https://www.iusb.edu/math-compsci/_prior-thesis/SKhodali_thesis.pdf

http://www.z2media.com/sub-database/e-commerce.asp

http://comp.mq.edu.au/units/comp344/lectures/week03_Database_Schemas.pdf
 
Share this answer
 
Comments
jeevakumar.T 4-Mar-14 1:17am    
Thank you
[no name] 4-Mar-14 1:31am    
If this is useful to you mark this as answer...
jeevakumar.T 4-Mar-14 1:43am    
yes first i understand the pay pal and shopping cart.so i will read that document and understand the concept.so the document are very useful my career. thank you
Shopping cart is nothing but the add, update and remove functionality with some temporary storage i.e. Session.

You can create simple shopping cart using Gridview control and Session object.
See the examples,
Add, Edit, update, Delete gridview[^]
http://www.aspdotnet-suresh.com/2011/02/how-to-inserteditupdate-and-delete-data.html[^]

-KR
 
Share this answer
 

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