RapidSport / simplesheets-shopping-cart

SimpleSheets Shopping Cart is a simple shopping cart app that uses Google Sheets for product management and Paypal for checkout.

Home Page:http://bradonomics.github.io/simplesheets-shopping-cart/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleSheets Shopping Cart

Checkout the demo here: http://bradonomics.github.io/simplesheets-shopping-cart/

The Spreadsheet with the data can bee seen here: https://docs.google.com/spreadsheets/d/11BNDZeQ4nqwVA-BYViMeM1QfWBtqJT-hqKpc6hh22aM/

SimpleSheets Shopping Cart is a simple shopping cart app that uses Google Sheets for product management and Paypal for checkout. It incorporates work from the following:

simpleCart(js)

Homepage: http://simplecartjs.org/
GitHub Repo: https://github.com/wojodesign/simplecart-js

Handlebars.js

Homepage: http://handlebarsjs.com/
GitHub Repo: https://github.com/wycats/handlebars.js

Sheetrock.js

Homepage: http://chriszarate.github.io/sheetrock/
GitHub Repo: https://github.com/chriszarate/sheetrock

Skeleton

Homepage: http://getskeleton.com/
GitHub Repo: https://github.com/dhg/Skeleton

Getting Started

The main things you will need to change are the Google Sheets URI and the Paypal email address in the main.js file.

You can download the files from GitHub (or clone the repo: git clone https://github.com/bradonomics/simplesheets-shopping-cart.git) and have a fully functioning shopping cart in minutes.

What's in the download?

The download includes all the HTML, CSS and JS files you'll need to run the shopping cart.

simplesheets-shopping-cart/
├── css/
│   ├── font-awesome.min.css
│   └── main.css
├── fonts/
│   ├── fontawesome-webfont.eot
│   ├── fontawesome-webfont.svg
│   ├── fontawesome-webfont.ttf
│   ├── fontawesome-webfont.woff
│   ├── fontawesome-webfont.woff
│   └── FontSwesome.otf
├── js/
│   ├── handlebars.min.js
│   ├── jquery-1.11.3.min.js
│   ├── main.js
│   ├── sheetrock.min.js
│   └── simpleCart.min.js
└── index.html

License

SimpleSheets Shopping Cart is released under the GPL v2.0 License.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

About

SimpleSheets Shopping Cart is a simple shopping cart app that uses Google Sheets for product management and Paypal for checkout.

http://bradonomics.github.io/simplesheets-shopping-cart/

License:Other


Languages

Language:CSS 76.9%Language:HTML 17.3%Language:JavaScript 5.9%