Affiliate Software Documentation

Commission Integration Using Generic Pixel Tracking

To integrate the affiliate software for commission generation using a hidden image tag, you will need to do the following:

  1. Open up your shopping cart's or web site's 'Thank you' page.
  2. You will need to find the $AMOUNT and $ORDERID for your thank you page. This is required to generate commissions on a sale.
  3. Add the hidden image tag to your thank you page. Here's some sample code:
    <img src="http://www.yourdomain.com/affiliates/sale/amount/$AMOUNT/trans_id/$ORDERID" border="1" height="1" width="1" />
  4. Make sure to change the http://www.yourdomain.com/affiliates to point to your affiliate install and change the $AMOUNT and $ORDERID variables to reflect that of your shopping cart or thank-you page.