Skip to content

Commit c3b89d1

Browse files
authored
Create README.md
1 parent aac0f64 commit c3b89d1

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

README.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# jQuery Smart Cart 3
2+
### The smart interactive jQuery Shopping Cart plugin with PayPal payment support.
3+
4+
jQuery Smart Cart is the smart interactive **jQuery Shopping Cart plugin** with **PayPal** payment support. It can create an interactive and user friendly shopping cart with minimal code. It has built-in support for **Form** submit, **Ajax** submit and **PayPal** submit of the cart items. A lot of customization options and custom events makes it easy to implement your requirements. It can integrate with your existing shopping list very easily and you can use your own css or use the default **Bootstrap**.
5+
6+
The new version **jQuery Smart Cart 3** is completely rewritten from scratch and adopted the modern patterns. It is more powerful, robust, scalable and customizable. A lot of features is added like Bootstrap support, theme support, customizable toolbars, customization options, public methods, event support and a lot more.
7+
See the list of [features](http://techlaboratory.net/smartcart#features), [demos](http://techlaboratory.net/smartcart/demo) and [documentation](http://techlaboratory.net/smartcart/documentation) for more details.
8+
9+
+ [Homepage](http://techlaboratory.net/smartcart)
10+
+ [Documentation](http://techlaboratory.net/smartcart/documentation)
11+
+ [Demos](http://techlaboratory.net/smartcart/demo)
12+
13+
Demos
14+
-----
15+
+ [Basic Example](http://techlaboratory.net/smartcart/demo/basic)
16+
+ [PayPal Cart Example](http://techlaboratory.net/smartcart/demo/paypal)
17+
18+
Screenshots
19+
-----
20+
![Smart Cart Screenshot1](http://techlaboratory.net/assets/media/products/SmartCart3-Normal.png?v1)
21+
![Smart Cart Screenshot2](http://techlaboratory.net/assets/media/products/SmartCart3-PayPal.png?v1)
22+
23+
Requirements
24+
-----
25+
+ [Bootstrap 3+](http://getbootstrap.com/getting-started/#download)
26+
+ [jQuery](http://jquery.com/) (supports jQuery 1.9+, jQuery 2+, jQuery 3+)
27+
28+
Installation and usage
29+
-----
30+
31+
### [NPM](https://www.npmjs.com/package/jquery-smartcart)
32+
npm install jquery-smartcart
33+
34+
### Bower
35+
bower install jquery-smartcart
36+
37+
### [Composer](https://packagist.org/packages/techlab/jquery-smartcart)
38+
composer require techlab/jquery-smartcart
39+
40+
### Download
41+
#### [Download from GitHub](https://github.com/techlab/SmartCart/archive/master.zip)
42+
###
43+
Please see the [documentation](http://techlaboratory.net/smartcart/documentation) for more deatils on implementation and usage.
44+
45+
Features
46+
-----
47+
+ In-built PayPal, Ajax and form submit methods
48+
+ Bootstrap support
49+
+ Heavily customizable toolbar, option to add extra buttons
50+
+ Theme support
51+
+ Customizable css styles
52+
+ Public methods for external function call
53+
+ Enhanced event support
54+
+ Compatible with latest jQuery versions (jQuery 1.9+, jQuery 2+, jQuery 3+)
55+
+ Easy to implement, Minimal HTML required
56+
+ Clean and compact design
57+
+ Automatically calculates subtotal
58+
+ Quantity is editable from the cart list
59+
+ Product Image display
60+
+ Customizable cart templates
61+
+ Customizable currency formatting option
62+
+ Pre-populate products on cart on load
63+
+ and a lot more...
64+
65+
Version
66+
-----
67+
**SmartCart v3.0.1**
68+
69+
License
70+
----
71+
[MIT License](https://github.com/techlab/SmartCart/blob/master/LICENSE)

0 commit comments

Comments
 (0)