Skip to content

Allow customers to create a Return Request to be approved by Spree Admins

License

Notifications You must be signed in to change notification settings

AgilTec/spree-return-requests

 
 

Repository files navigation

SpreeReturnRequests

Allow customers to create Return Authorization requests which can be approved by Spree Admins

Installation

Add spree_return_requests to your Gemfile:

gem 'spree_return_requests'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_return_requests:install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

bundle
bundle exec rake test_app
bundle exec rspec spec

When testing your applications integration with this extension you may use its factories. Simply add this require statement to your spec_helper:

require 'spree_return_requests/factories'

Copyright (c) 2013 Hitcents, released under the New BSD License

About

Allow customers to create a Return Request to be approved by Spree Admins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published