This spree extension allows the admin to add third party services from backend. It provides an interface to manage the third party services and the pages on which these services will run by creating, editing, deleting and enabling them.
Try Spree Third Party Service Manager for Spree master with direct deployment on Heroku:
Try Spree Third Party Service Manager for Spree 3-6 with direct deployment on Heroku:
Try Spree Third Party Service Manager for Spree 3-4 with direct deployment on Heroku:
Add this extension to your Gemfile with this line:
ruby
gem 'spree_third_party_service_manager', github: 'vinsol-spree-contrib/spree_third_party_service_manager'
Install the gem using Bundler:
ruby
bundle install
Copy & run migrations
ruby
bundle exec rails g spree_third_party_service_manager:install
Run the rake task to add existing spree pages.
ruby
bundle exec rake spree_pages:populate
Restart your server
If your server was running, restart it so that it can find the assets properly.
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. The dummy app can be regenerated by using rake test_app
.
bundle
bundle exec rake
When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:
require 'spree_third_party_service_manager/factories'
bundle install
.bundle exec rake test_app
to create the test application in spec/test_app
.bundle exec rspec spec
.Copyright (c) 2018 vinsol.com, released under the BSD-3-Clause License
tags | spree versions |
---|---|
master | >= 3.2.0, < 4.0 |