Home
Softono
b

bradonomics

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
2

Software by bradonomics

jekyll-cart
Open Source

jekyll-cart

# Jekyll Cart Code Repo: https://github.com/bradonomics/jekyll-cart/<br> Demo: http://bradonomics.github.io/jekyll-cart/ Jekyll Cart is a Jekyll based shopping cart built with simpleCart(js). It incorporates work from the following: ### Jekyll Homepage: http://jekyllrb.com/<br> GitHub Repo: https://github.com/jekyll/jekyll ### Jekyll Boilerplate GitHub Repo: https://github.com/bradonomics/jekyll-boilerplate ### simpleCart(js) Homepage: http://simplecartjs.org/<br> GitHub Repo: https://github.com/wojodesign/simplecart-js ### Fur Theme by CloudCannon Homepage: https://turquoise-rook.cloudvent.net/<br> GitHub Repo: https://github.com/CloudCannon/fur-jekyll-template ## Getting Started You can [download the files from GitHub](https://github.com/bradonomics/jekyll-cart/archive/master.zip) (or clone the repo: `git clone https://github.com/bradonomics/jekyll-cart.git`) and have a fully functioning Jekyll site with shopping cart in minutes. ### Develop Jekyll Cart was built with Jekyll v3.4.3, but should support newer versions also. Install the dependencies with [Bundler](http://bundler.io/): ```shell $ bundle install ``` A gulp file and package.json has been included if you'd rather run Browser Sync. If not, you can run Jekyll with it's built-in serve commands ```shell $ jekyll serve ``` Alghouth running `jekyll` commands through Bundler will ensure you're using the right versions: ```shell $ bundle exec jekyll serve ``` ### Editing Jekyll Cart was optimized for CloudCannon but will run without it. If you plan to use the email checkout feature but aren't hosted with CloudCannon, you'll need some form system to do the sending. [Formspree](https://formspree.io/) is a good option. ## License [Jekyll Cart](https://github.com/bradonomics/jekyll-cart/) is released under the [GPL-2.0 License](http://www.gnu.org/licenses/gpl-2.0.html). [Jekyll](http://jekyllrb.com/) is released under the MIT license. [simpleCart(js)](https://github.com/wojodesign/simplecart-js) is released under the MIT license and the [GPL-2.0 License](http://www.gnu.org/licenses/gpl-2.0.html). [Fur by CloudCannon](https://github.com/CloudCannon/fur-jekyll-template) is released under the MIT 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

Payment & Checkout Static Site Generators
33 Github Stars
simplesheets-shopping-cart
Open Source

simplesheets-shopping-cart

# 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/<br> GitHub Repo: https://github.com/wojodesign/simplecart-js #### Handlebars.js Homepage: http://handlebarsjs.com/<br> GitHub Repo: https://github.com/wycats/handlebars.js #### Sheetrock.js Homepage: http://chriszarate.github.io/sheetrock/<br> GitHub Repo: https://github.com/chriszarate/sheetrock #### Skeleton Homepage: http://getskeleton.com/<br> 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](https://github.com/bradonomics/simplesheets-shopping-cart/archive/master.zip) (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](https://github.com/bradonomics/simplesheets-shopping-cart/blob/master/LICENSE.md) is released under the [GPL v2.0 License](http://www.gnu.org/licenses/gpl-2.0.html). > 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

Storage & Backup Payment & Checkout
33 Github Stars