SpreeShippingMatrix
Advanced shipping calculator based on rules matrix for Spree.
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:installTesting
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 rakeWhen 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
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.