All Collections
INTEGRATION
PLUG-IN INTEGRATIONS
Instructions for integration with Spree platform
Instructions for integration with Spree platform
Wioleta Jednaka avatar
Written by Wioleta Jednaka
Updated over a week ago
  1. Add edrone gem to your Gemfile

    gem 'spree_edrone', '~> 1.0', '>= 1.0.1'

  2. Run

    gem install spree_edrone

    Then

    bundle exec rails g spree_edrone:install

    At the end restart rails

    rails restart

  3. Login to your admin panel

  4. Go to Configuration -> Edrone Module

  5. Click on "Integrate with edrone"

  6. Provide app_id and app_secret and then click save

    app_id and app_secret can be found in the integration section of edrone settings.

Did this answer your question?