This extension should work, but is mostly unmaintained. If you rely on this extension's functionality and are interested in maintaining it please get in contact via Slack (request an invite).
Expedited shipping provides a "cross shipping" feature for returns. It was extracted from Solidus for version 2.2.
Add solidus_expedited_exchanges to your Gemfile:
gem 'solidus_expedited_exchanges'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g solidus_expedited_exchanges:install
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, and Rubocop static code analysis. The dummy app can be regenerated by using rake test_app
.
bundle
bundle exec rake
Copyright (c) 2017 [name of extension creator], released under the New BSD License