A Spree extension that enables subscription services.
- Provides administrators the ability to make items subscribable.
- Option for recurring payments.
- Set time intervals for shipments.
- Provides customers the ability to create subscriptions.
Add gem to Gemfile:
gem 'spree_subscriptions', github: 'DynamoMTL/spree_subscriptions.git'
Install with bundle and run the generator.
bundle install
rails g spree_subscriptions:install
Make sure to bundle dependencies and create dummy test app to run against specs.
bundle
bundle exec rake test_app
bundle exec rspec spec
Copyright (c) 2013 [Dynamo], released under the New BSD License