GithubHelp home page GithubHelp logo

ramen123 / spree_marketing Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vinsol-spree-contrib/spree_marketing

0.0 1.0 0.0 466 KB

Spree extension that allow a lot of reports synced with Mailchimp to help you in creating different subscribers list on Mailchimp. This extension provides reports like "Most Selling Products", "Abandoned Carts", "Most searched keywords", etc. to give better insights.

License: BSD 3-Clause "New" or "Revised" License

Ruby 94.83% JavaScript 0.89% CSS 0.49% HTML 3.79%

spree_marketing's Introduction

Spree Marketing

Introduction

Marketing is one of the most important aspect of any Ecommerce business.

This extension gives you a lot of lists synced with Mailchimp to help you in creating different subscribers list on Mailchimp.

This extension provides user lists for "Most Selling Products", "Abandoned Carts", "Most searched keywords", etc. to give better insights.

Installation

  1. Add this extension to your Gemfile by this line.
 gem 'spree_marketing', github: 'vinsol-spree-contrib/spree_marketing'
Specify branch corresponding to the spree version you are using like `3-0-stable` for spree `3.0.x`
Also this gem has dependency on spree_events_tracker. So make sure spree_events_tracker gem is added in your `Gemfile` like
 gem 'spree_events_tracker', github: 'vinsol-spree-contrib/spree_events_tracker'
  1. Install the gem using bundler.
 bundle install
  1. Copy & run migrations using installer.
 bundle exec rails g spree_marketing:install

This installer will also run installer for spree_events_tracker.

  1. After installer runs, it will create a config/spree_marketing.yml.example which is to be converted into config/spree_marketing.yml with correct user credentials. Also run command
  wheneverize

so that cron tasks can be scheduled.

  1. Restart your server if your server was running so that it can now find assets properly.

Here is an article with screenshots Testing

First bundle your dependencies, then run rake test_app. rake test_app will generate to dummy app if it does not exist. And then run specs using rspec spec/

 bundle
 bundle exec rake test_app
 rspec spec/

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

  require 'spree_marketing/factories'

Credits

vinsol.com: Ruby on Rails, iOS and Android developers

Copyright (c) 2016 vinsol.com, released under the New MIT License

spree_marketing's People

Contributors

vinay-mittal avatar sawangupta92 avatar aishmita-aggarwal avatar nishant-cyro avatar bansalakhil avatar jitendra avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.