What affiliate systems work with the cart?
Posted by Michael G.K on 30 August 2008 05:38 AM

Pretty much all affiliate systems will work with the cart. You will need to place the affilaite code on the completed.html page which is accessable through the File Manager >> Skins Files. Because setting up an affiliate system is ourside our free support, we cannot help you set up the variables for your affiliate system.

The following variables can be passed to the affiliate system.

In all versions 3.4.3 the following variables are avaliable:

Order ID = {$order_id}
Order Amount = {$order_amount}

You may need to add a "|" to seperate.

If your using version 3.4.4 and above, the following variables are avaliable:

{$order_id}

{$order_amount}
{$shipping_amount}
{$city}
{$region}

You can also break down by item:

{foreach from=$items item="item"}

{$order_id}
{$item.sku}
{$item.product_name}
{$item.price}
{$item.quantity}

(163 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).