SolidusNewsletter

CircleCI

Basic Overview

Add a newsletter to the homepage of your Solidus site, and manage the newsletter content on the Admin panel.

Setup

Add this extension to your Gemfile:

gem 'solidus_newsletter', github: 'jtapia/solidus_newsletter'

Then run:

bundle exec rails g solidus_newsletter:install

Using the newsletter form

<%= render partial: 'spree/shared/newsletter' %>