Skip to content

fcpeuro/spree_advanced_cart

 
 

Repository files navigation

Spree Advanced Cart

This extension provide replacement to Spree cart with several additional improvements like:

  • coupon applying
  • shipping cost precalculation

Installation

  Add `gem "spree_advanced_cart", :git => "git://github.com/romul/spree_advanced_cart.git"
  Run `bundle install`
  Run `rails g spree_advanced_cart:install`

Testing

  Clone
  Run `bundle`
  Run `bundle exec rake test_app`
  `cd spec/dunny && RAILS_ENV=test rake db:seed`

Copyright (c) 2011-2015 Roman Smirnov, Denis Ivanov

About

More useful cart implementation for Spree

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 90.2%
  • HTML 6.4%
  • JavaScript 2.3%
  • CSS 1.1%