Sha256: aee21cb970f01b204c774615881fcfe845ab87b91c3bf7921dd9b5aac5a72850
Contents?: true
Size: 1.17 KB
Versions: 16
Compression:
Stored size: 1.17 KB
Contents
Piggybak Gem (Engine) ======== Modular / mountable ecommerce gem. Features: * Configurable tax methods, shipping methods, payment methods * One page checkout, with AJAX for shipping and tax calculations * Order processing completed in transaction, minimizing orphan data created * Fully defined backend RailsAdmin interface for adding orders on the backend Installation ======== * First, add to Gemfile: gem "piggybak", :git => "git://github.com/stephskardal/demo.git" * Next, run rake task to copy migrations: rake piggybak_engine:install:migrations * Next, run rake task to run migrations: rake db:migrate * Next, mount in your application by adding: mount Piggybak::Engine => '/checkout', :as => 'piggybak'" to config/routes * You must include jquery_ujs in your application.js file in to get the remove item from cart functionality to work. //= require jquery_ujs More Details ======== Visit the project website [here][project-website] to see more documentation and view a demo. [project-website]: http://www.piggybak.org/ Copyright ======== Copyright (c) 2011 End Point & Steph Skardal. See LICENSE.txt for further details.
Version data entries
16 entries across 16 versions & 1 rubygems