Link to home
Start Free TrialLog in
Avatar of abdulv
abdulvFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Dynamic Shopping Cart

Hi,

I was looking for inspiration to design and implement a simple dynamic shopping cart. This will be a add-on to a existing system.

Some of the possible features I want to include are:

- Dynamic table where data is pulled from mysql database
- User can add/remove products and change quantity
- Value are updated in real-time on-screen (possibly using jquery or ajax)
- Checkout page on submission

Any code snippets/ links or ideas would be greatly appreciated.

Thanks in advance.
Avatar of wwwdeveloper2
wwwdeveloper2

Have you looked at the free open source solutions out there that have all of those features you mentioned plus many more?

Here is a run down of a top 10:
http://www.100webhosting.com/best-open-source-shopping-carts/

You can install them your self, or many hosting companies offer them as a install for free through hosting applications such as cpanel.

If you have questions, let me know.
Avatar of abdulv

ASKER

I am aware of there open source solutions and I have a cpanel setup on my web server.

I was looking very basic script example to add to a existing system. One were users can click and add a product and it shows the total on the same page.

Would I have to use jQuery or javascript to achieve this?
Can you give more details about your existing system?  Any code examples of the page you currently have that you want to add this to would be extremely helpful.
ASKER CERTIFIED SOLUTION
Avatar of Defne_
Defne_
Flag of Türkiye 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
Avatar of abdulv

ASKER

Thanks