Skip to content

gertfindel/spree_subscriptions

 
 

Repository files navigation

Spree Subscriptions

This extension allows for administrators to mark certain products as 'susbscribable'. Products marked as such will allow shopers to decide to create a subscription to automatically have those items re-shipped to them at the interval of their chosing.

Features

Installation

Add the gem to your Gemfile:

gem 'spree_subscriptions', github: 'DynamoMTL/spree_subscriptions.git'
bundle install

Run the generator and the included migrations:

rails g spree_subscriptions: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

Copyright (c) 2013 [Dynamo], released under the New BSD License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published