Code Monkey home page Code Monkey logo

sailthru-magento-extension's Introduction

--------------------------
Sailthru Magento Extension
--------------------------

For installation instructions, documentation, and examples please visit:
http://getstarted.sailthru.com/developers/api-libraries/magento

A simple client library to remotely access the `Sailthru REST API` as per http://getstarted.sailthru.com/developers/api

This extension does the following:

        1. Overrides all emails sent through Magento to be sent through Sailthru, allowing records of the emails to be kept.
        2. Maintains carts and sends abandoned cart emails, improving your rate of sale.
        3. Records all orders submitted.
        4. Adds all registered users along with their info to an email list, for easy and custom eBlasts.
        5. Adds subscribers to a separate list for simple newsletters.
        6. Adds Horizon and Sailthru Purchase API integration for learning user's interests.
	7. Adds Concierge for providing onsite, personalized product recommendations


===Manual Installation===

Step 1: Download Magento extension
  Note: You can also clone the latest branch under development using this URL instead:
  https://github.com/sailthru/sailthru-magento-extension/tarball/dev


cd /tmp
mkdir sailthru-magento
cd sailthru-magento
wget -O sailthru-magento.tar.gz https://github.com/sailthru/sailthru-magento-extension/tarball/master
tar -zxvf sailthru-magento.tar.gz --strip-components=1 --show-transformed-names


Step 2: Move into target directories

export MAGENTO_BASE=<YOUR MAGENTO ROOT DIRECTORY>
rsync -a app/ $MAGENTO_BASE/app/ --ignore-existing --whole-file
rsync -a js/ $MAGENTO_BASE/js/ --ignore-existing --whole-file
cd ..


Step 3: You will need to login to your admin account, clear Magento's cache, log out, and log back in again.


Step 4: Add your Sailthru API key and secret and other Sailthru settings on Magento's configurations page.

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.