No commit activity in last 3 years
No release in over 3 years
Advanced shipping calculator based on rules matrix for Spree
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

SpreeShippingMatrix

Advanced shipping calculator based on rules matrix for Spree.

Code Climate Build Status Test Coverage PullReview stats Dependency Status Brakeman

Installation

Add spree_shipping_matrix to your Gemfile:

gem 'spree_shipping_matrix'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_shipping_matrix:install

Testing

First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rake

When testing your applications integration with this extension you may use its factories. Simply add this require statement to your spec_helper:

require 'spree_shipping_matrix/factories'

Credits

made

Developed and maintained by Made Tech. Key contributions:

License

Copyright © 2014 Made Tech Ltd. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.