NgCart
제품 정보
오픈소스 사용 사례
공개 채팅
지원 계획
현재 사용할 수 있는 OSS 플랜이 없습니다.
저장소의 제공자 또는 기여자인 경우 OSS 플랜 추가를 시작할 수 있습니다.
OSS 플랜 추가이 오픈소스에 대한 플랜을 찾고 있다면 저희에게 문의해 주세요.
전문 공급자와 연락하실 수 있도록 도와드리겠습니다.
제품 세부 정보
ngCart
Really simple shopping cart for AngularJS
AngularJS module consists of a set of directives to help you quickly implement a shopping cart on your AngularJS app Quick and easy AngularJS module and set of directives for adding a cart into your AngularJS application.
- View cart directive
- Add item to cart directive
- Summary of items in your cart directive
- Template driven for full UI customisation
- Custom data object for additional info/options images
- Add shipping costs
- Add Taxes
- Events Broadcast on $rootScope
- Fulfilment options
- Send to console
- Send to HTTP POST
- Send to PayPal
As feaured in 'Building an E-Commerce Application with MEAN'
Documentation
Documentation, demo, API etc can all be found here http://ngcart.snapjay.com/#/docs
Demo
To view a demo go here: http://ngcart.snapjay.com/ You can see all 3 directive active on the page - Add items to the cart and change the quantities.
Grunt
This project is built with GruntJS. To contribute to this project make sure to install node.js and npm.
Assuming npm is installed, run $ npm install
inside the project directory to install the dependencies and you should
be ready to go.
Once you make a change, use $ grunt build
inside the project folder to build the distribution files.
The version number is determined from the package.json
file inside the project directory.
Download on Github
https://github.com/snapjay/ngCart.git
License
This module is licensed using the MIT License:
The MIT License (MIT)
Copyright (c) 2013 Dan Shreim
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Credit
Dan Shreim
@snapjay
http://snapjay.com
If you use the script, please let me know @snapjay; Don't worry, I won't ask for anything!