Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 577 Bytes

Spree Single Page Checkout

Spree Single Page Checkout tackles one step checkouts in Spree with ajax.

*note: Working in progress *

Installation

Add spree_single_page_checkout to your Gemfile:

gem 'spree_single_page_checkout',
    github: 'mumoc/spree_single_page_checkout',
    branch: '2-2-stable'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_single_page_checkout:install

Copyright (c) 2014 [name of extension creator], released under the New BSD License