How to create a shopping cart with admin control panel?
-
Pure PHP, no open source software. If there is any tutorials, do let me know :)
-
Answer:
You need to understand how sessions work. You need a database to store the following things: - Your product catalog: name, price, category, picture. - Information about your clients, such as identification, shipping and billing details. - Information about each product order: how many units did they order and what was the cost of each unit when they placed that product order. You need to implement web pages that allow clients to do the following: - Browse or search through the product catalog. Product listing by category, product search. - Read the details of a product. - A program that adds a product to the cart. - A program to display the shopping cart at stored in the client's session - A form that allows clients to enter their details. - A page that stores the order and notifies the client via e-mail. You also need a way to get a payment from the client and a way to deliver the order to them.
umarkal at Yahoo! Answers Visit the source
Other answers
hi friend if you like to create shopping cart you need first one get way or to start developing script for cart you must pass all basket items in JSON. for more about this you can prefer some website like tiki or some open source eCommerce sits. all the best.
Related Q & A:
- How To Create A Profile In Facebook?Best solution by Yahoo! Answers
- How To Create A Forum?Best solution by Super User
- How to create a dropdown user control?Best solution by Stack Overflow
- How to create a Database in FoxPro and how to retrieve and sort it out?Best solution by Yahoo! Answers
- How to Use my shopping cart and store with my Affiliate program?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.