simpleStore is a clean, responsive storefront boilerplate with no database you can setup in minutes. simpleStore is built on simpleCart.js and Skeleton CSS Framework for a lightweight, fast, simple to use, and completely customizable experience.
- No Databases, all client-side (just simple HTML, CSS & Javascript)
- Lightweight & Fast
- Tax Rate Calculations
- Unlimited product attributes
- Shipping
- Multiple Currencies
- Payment Gateways (Paypal, Google Checkout, Amazon Payments)
- For more features check out simpleCart.js
You can see a working demo here
Install with Bower
install bower
or manually install using the latest release
1.Configure your payment options in js/config.js
.
checkout: {
type: "PayPal" ,
email: "you@yours.com"
},
2.Edit the js/config.js
to your liking.
3.Add additional products in the products.json
file.
If you are looking for something more basic, check out the HTML version on this branch. The HTML version uses plain HTML to build the store instead of a JSON file.
Add additional products using the <div class="simpleCart_shelfItem"></div>
tags.
For further documentation on expanding/tweaking simpleStore, check out the framework/plugin pages.
All forms of contribution are welcome: bug reports, bug fixes, pull requests and simple suggestions. Thanks!
You can find the list of contributors here.