Skip to content

jewilmeer/spree_mailchimp

 
 

Repository files navigation

MailChimp extension for Spree

Based on the work of Sam Beam and Bastian Schnurle.

Example

Include this code in your view:

<% form_for :user, :url => :subscriptions do |f| %>
  <%= text_field_tag :email, t('enter_your_email'), :class => 'email' %>
  <%= submit_tag t('subscribe') %>
<% end %>

Copyright (c) 2012 Martijn Lafeber, released under the New BSD License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 91.0%
  • JavaScript 9.0%