https://github.com/solidusio-contrib/solidus_expedited_exchanges
Expedited product exchanges for your Solidus store.
https://github.com/solidusio-contrib/solidus_expedited_exchanges
ecommerce exchanges expedited extension product returns solidus
Last synced: 7 months ago
JSON representation
Expedited product exchanges for your Solidus store.
- Host: GitHub
- URL: https://github.com/solidusio-contrib/solidus_expedited_exchanges
- Owner: solidusio-contrib
- License: bsd-3-clause
- Created: 2017-01-25T19:51:34.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-02T07:19:14.000Z (over 3 years ago)
- Last Synced: 2024-12-20T14:33:02.279Z (over 1 year ago)
- Topics: ecommerce, exchanges, expedited, extension, product, returns, solidus
- Language: Ruby
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 10
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> 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](solidusio.slack.com) ([request an invite](http://slack.solidus.io/)).
SolidusExpeditedExchanges
==========================
[](https://circleci.com/gh/solidusio-contrib/solidus_expedited_exchanges)
Expedited shipping provides a "cross shipping" feature for returns. It was extracted from Solidus for version 2.2.
Installation
------------
Add solidus_expedited_exchanges to your Gemfile:
```ruby
gem 'solidus_expedited_exchanges'
```
Bundle your dependencies and run the installation generator:
```shell
bundle
bundle exec rails g solidus_expedited_exchanges: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, and [Rubocop](https://github.com/bbatsov/rubocop) static code analysis. The dummy app can be regenerated by using `rake test_app`.
```shell
bundle
bundle exec rake
```
Copyright (c) 2017 [name of extension creator], released under the New BSD License