Skip to content

A plugin to use the Talon.One promotion Engine in Solidus webshops

Notifications You must be signed in to change notification settings

talon-one/plugin-solidus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talon.One plugin for Solidus

This is the Solidus plugin for the promotion, coupon and referral egine Talon.One It makes use of the Talon.One Ruby SDK. Detailed developer documentation is available at https://developers.talon.one.

Installation

Make a Rails app

$ rails new myshop
$ cd myshop

Make a Solidus shop

Follow the instructions on

https://github.com/solidusio/solidus#getting-started

Add and configure our plugin

  1. Stop the runnning shop in case it is still running.

  2. Append our plugin to your Gemfile
    gem 'solidus_talon_one'

  3. Configure the plugin with the following ENV variables, whose values are visible in your Talon.One campaign manager:

    • TALONONE_ENDPOINT
    • TALONONE_APP_ID
    • TALONONE_APP_KEY
  4. Start the shop again
    $ bundle exec rails s

About

A plugin to use the Talon.One promotion Engine in Solidus webshops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages