GitXplorerGitXplorer
r

spree_advanced_cart

public
31 stars
23 forks
1 issues

Commits

List of commits on branch master.
Unverified
b46c057a6e493e2d62a4349da4db00a388549759

WIP spree-2-4

committed 10 years ago
Unverified
5bcc2324937b5cd67d9cd44b5098600a9e6bd03f

Added guard condition for case when order.packages is empty

rromul committed 11 years ago
Unverified
a4468d34da612670b7ab63480a79cc33710590e9

Simplify shipping_rates retrieval

jjumph4x committed 11 years ago
Unverified
5836afd910c8f00ca46599d9eafa0aa90ca1366b

Minor fix of estimate_shipping_cost route

rromul committed 11 years ago
Unverified
d989d6f5514dd4541ffee9fddf19b5cdbe34f3ed

More correct way to get shipping rates

rromul committed 11 years ago
Unverified
a21381193dcd84d4056b34dcae9474021b8fa777

Updated to work with Spree 2.0

rromul committed 11 years ago

README

The README file for this repository.

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