fufales / WooLimeLight

LimeLight CRM integration for WooCommerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WooCommerce LimeLight CRM

This wordpress plugin integrates the LimeLight CRM into the WooCommerce plugin. It takes the cart and normalized the items for LimeLight and send it to your LimeLight campaign.

Getting started

Go into your theme folder and clone this repository

$ git clone https://github.com/dnlnwk/WooLimeLight.git

Go into this project, open WooLimeLight.php and set the following values with your LimeLight informations

Your LimeLight Domain

private $ll_username = 'www.yourlldomain.com';

Your LimeLight password

private $ll_password = 'xxx';

Campaign ID

private $ll_CID = 0;

Shipping ID

private $ll_shippingID = 0;

Affiliate ID (optional)

private $ll_AFID = 0;

Insert the shortcode into your order site

[woocommerce_limelight]

Last step is to set a product ID. Go to your WooCommerce products in your wordpress backend and create for every product a new custom field they called "productId" and set the LimeLight product ID as the value.

About

LimeLight CRM integration for WooCommerce


Languages

Language:PHP 95.6%Language:JavaScript 4.4%