15 jQuery Ajax Shopping Carts
1. Smart Cart
Is a flexible and feature rich jQuery plug-in for shopping cart. It makes the add-to-cart section of online shopping much easy and user friendly. It is compact in design, very easy to implement and only minimal HTML required.SourceDemo
2. jCart
Based on jQuery and PHP, jCart handles visitor input without reloading the page and is fully functional even without JavaScript.SourceDemo
3. Drag and Drop Shopping Cart
A drag and drop shopping cart using JQuery,JQuery UI and PHP.SourceDemo
4. jQuery Cart
The implementation of this jQuery cart features drag and drop functionality, updating the cart to reflect the items added to it and also updating the quantities without duplicating the item within the cart.SourceDemo
5. Building a drag-drop shopping cart
In this tutorial, we will show you how to build a shopping cart page which enables users to drag and drop the products they wish to buy. The shopping basket items and the price will be updated.SourceDemo
6. Creating Shopping Cart UI using JQuery in an Hour
This article will focus on creating the user interface for the drag and drop scenario. This will include the list of products which will be dropped in the shopping basket.Source + Demo
7. Drag Drop Shopping Cart Using JQuery
There are a lot tutorial about creating drag and drop shopping cart, but this example only shows the code on the client side, which mean all of data are hardcoded on the html, and counting price and total items will be handle by JavaScript.Source + Demo
8. An AJAX Based Shopping Cart with PHP, CSS & jQuery
In this tutorial we are going to create an AJAX-driven shopping cart. All the products are going to be stored in a MySQL database, with PHP showing and processing the data.SourceDemo
9. AJAX PayPal Cart JQuery Plugin
Easy to use JQuery plugin for web developer to add a full function shopping cart in their website. The AJAX cart can include a cart widget which allows display of cart information easily. Support PayPal Website Payment Standard.SourceDemo
10. Ajaxed Sliding Shopping Cart With jQuery
The shopping cart will:- be hidden at the top of the page that can be displayed with a show/hide link
- open when an item is added to the basket & auto-close
- require a manual “hide” click if opened manually
- enable us to delete products
SourceDemo
11. plum.Shop – A jQuery Shopping Cart
A JavaScript shopping cart built on the jQuery library. It’s super easy to set up, has support for just about any necessity in an e-commerce store, and at less than 25 KB, you get quite a bit of bang for a very small footprint.SourceDemo
12. Super Shopping Cart with JQuery
This super shopping cart has animation effect just like the ones on the Internet.SourceDemo
13. Ajax Shopping Cart – Create a Stylish Shopping Cart Using JQuery and PHP
A JQuery based shopping cart which doesn’t call any Ajax request but save all shopping into a form and in the end we just simple submit that form where ever we want to be submitted. I used jQuery and CSS to create this stylish Cart.SourceDemo