https://github.com/madetech/spree_shipping_matrix
Advanced shipping calculator based on rules matrix for Spree
https://github.com/madetech/spree_shipping_matrix
Last synced: 2 months ago
JSON representation
Advanced shipping calculator based on rules matrix for Spree
- Host: GitHub
- URL: https://github.com/madetech/spree_shipping_matrix
- Owner: madetech
- License: mit
- Created: 2014-08-26T12:36:32.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T10:43:45.000Z (almost 11 years ago)
- Last Synced: 2025-02-23T12:45:54.353Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 325 KB
- Stars: 1
- Watchers: 48
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SpreeShippingMatrix
Advanced shipping calculator based on rules matrix for Spree.
[](https://codeclimate.com/github/madebymade/spree_shipping_matrix)
[](https://travis-ci.org/madebymade/spree_shipping_matrix)
[](https://codeclimate.com/github/madebymade/spree_shipping_matrix)
[](https://www.pullreview.com/github/madebymade/spree_shipping_matrix/reviews/master)
[](https://gemnasium.com/madebymade/spree_shipping_matrix)
[](http://rails-brakeman.com/madebymade/spree_shipping_matrix)
## Installation
Add spree_shipping_matrix to your Gemfile:
```ruby
gem 'spree_shipping_matrix'
```
Bundle your dependencies and run the installation generator:
```shell
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`.
```shell
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:
```ruby
require 'spree_shipping_matrix/factories'
```
## Credits
[][made]
Developed and maintained by [Made Tech][made]. Key contributions:
* [Seb Ashton](https://github.com/SebAshton)
* [Luke Morton](https://github.com/DrPheltRight)
## License
Copyright © 2014 Made Tech Ltd. It is free software, and may be
redistributed under the terms specified in the [MIT-LICENSE][license] file.
[made]: http://www.madetech.co.uk?ref=github&repo=spree_shipping_matrix
[license]: https://github.com/madebymade/cf-deploy/blob/master/LICENSE