Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
techlab committed May 11, 2020
1 parent a712e36 commit c8b7675
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
@@ -1,31 +1,31 @@
# jQuery Smart Cart 3
### The smart interactive jQuery Shopping Cart plugin with PayPal payment support.

[![Build Status](https://travis-ci.org/techlab/SmartCart.svg?branch=master)](https://travis-ci.org/techlab/SmartCart)
[![Build Status](https://travis-ci.org/techlab/jquery-smartcart.svg?branch=master)](https://travis-ci.org/techlab/jquery-smartcart)
[![npm version](https://badge.fury.io/js/jquery-smartcart.svg)](https://badge.fury.io/js/jquery-smartcart)
[![Bower version](https://badge.fury.io/bo/jquery-smartcart.svg)](https://badge.fury.io/bo/jquery-smartcart)
[![Latest Stable Version](https://poser.pugx.org/techlab/jquery-smartcart/v/stable)](https://packagist.org/packages/techlab/jquery-smartcart)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/techlab/SmartCart/blob/master/LICENSE)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/techlab/jquery-smartcart/blob/master/LICENSE)


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**.

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.
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.
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.

+ [Homepage](http://techlaboratory.net/smartcart)
+ [Documentation](http://techlaboratory.net/smartcart/documentation)
+ [Demos](http://techlaboratory.net/smartcart/demo)
+ [Documentation](http://techlaboratory.net/smartcart#documentation)
+ [Demos](http://techlaboratory.net/smartcart#demo)

Demos
-----
+ [Basic Example](http://techlaboratory.net/smartcart/demo/basic)
+ [PayPal Cart Example](http://techlaboratory.net/smartcart/demo/paypal)
+ [Basic Example](http://techlaboratory.net/projects/demo/jquery-smart-cart/v3/basic)
+ [PayPal Cart Example](http://techlaboratory.net/projects/demo/jquery-smart-cart/v3/paypal)

Screenshots
-----
![Smart Cart Screenshot1](http://techlaboratory.net/assets/media/products/SmartCart3-Normal.png?v1)
![Smart Cart Screenshot2](http://techlaboratory.net/assets/media/products/SmartCart3-PayPal.png?v1)
![Smart Cart Screenshot1](http://techlaboratory.net/assets/media/SmartCart3-Normal.png?v=2)
![Smart Cart Screenshot2](http://techlaboratory.net/assets/media/SmartCart3-PayPal.png?v=2)

Requirements
-----
Expand All @@ -45,9 +45,9 @@ Installation and usage
composer require techlab/jquery-smartcart

### Download
#### [Download from GitHub](https://github.com/techlab/SmartCart/archive/master.zip)
#### [Download from GitHub](https://github.com/techlab/jquery-smartcart/archive/master.zip)
###
Please see the [documentation](http://techlaboratory.net/smartcart/documentation) for more deatils on implementation and usage.
Please see the [documentation](http://techlaboratory.net/smartcart#documentation) for more deatils on implementation and usage.

Features
-----
Expand Down Expand Up @@ -75,4 +75,4 @@ Version

License
----
[MIT License](https://github.com/techlab/SmartCart/blob/master/LICENSE)
[MIT License](https://github.com/techlab/jquery-smartcart/blob/master/LICENSE)

0 comments on commit c8b7675

Please sign in to comment.