A lightweight and responsive store application without database, which enables you to set it up in minutes. ng-store is built on AngularJS framework with simpleCart.js and Bootstrap.
- Mobile-first Responsive Design
- No Database
- Slideshow with Touch Swiping
- Product attributes including (but not limited to) Sizes/Colors
- Sort Products by any attributes
- Flat rate Shipping
- Paypal with Multiple Currencies
- Clone from GitHub
- Download ZIP
-
ng-store runs on a web server
-
Configure your payment options in
config.js.
checkout: {
type: "PayPal" ,
email: "[email protected]"
sandbox: true,
},
- Add products in the
items.jsonfile.
There are plenty of custom configurations could be done easily but I have not started the documentation/testing yet:
- Payment Successful/Cancellalation Redirect Page
- Shipping by products weight/quantity
- Hide Safari bars after Adding to home screen
- More..
All forms of contribution are welcome:
- Bug Reports
- Bug Fixes
- Work on To-do List
- Documentations
- Suggestions
- AngularJS
- Bootstrap
- UI Bootstrap
- AngularUI
- simpleCart.js
- Inspired by simpleStore
- Photos by PAZZO
