/simplestore

A clean, responsive storefront boilerplate with no database or backend

Primary LanguageJavaScriptMIT LicenseMIT

simpleStore

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.

simpleStore Screenshot simpleStore Cart Screenshot simpleStore Detail Screenshot


Features

  • 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

Demo

You can see a working demo here

Installation

Install with Bower

install bower

or manually install using the latest release

Setup

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.

HTML Version

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.

Credit where credit is due

For further documentation on expanding/tweaking simpleStore, check out the framework/plugin pages.

Contributing

All forms of contribution are welcome: bug reports, bug fixes, pull requests and simple suggestions. Thanks!

List of contributors

You can find the list of contributors here.