An open API service indexing awesome lists of open source software.

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.

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
==========================

[![CircleCI](https://circleci.com/gh/solidusio-contrib/solidus_expedited_exchanges.svg?style=svg)](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