Low commit activity in last 3 years
No release in over a year
Adds a newsletter form to the homepage
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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' %>