0.0
No commit activity in last 3 years
No release in over 3 years
Supports Rejoiner2
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

SpreeRejoiner

Adds JavaScript snippets to your Spree storefront which support Rejoiner marketing automation.

Gem Version

Installation

  1. Add this extension to your Gemfile with this line:
gem 'spree_rejoiner', '~> 1.0.1'
  1. Install the gem using Bundler:
bundle install
  1. Copy & run migrations
bundle exec rails g spree_rejoiner:install
  1. Restart your server

If your server was running, restart it so that it can find the assets properly.

Configuration

You will need to configure your Site ID in Admin under Configuration > Rejoiner Settings.

Optionally, you may configure a Domain which is used to store the Rejoiner Session ID cookie. This is only needed if you wish to share the Session ID between multiple subdomains. Otherwise, this extension will default to using document.location.hostname.