Affiliate Software Documentation

Commission Integration with Volusion

To integrate the affiliate software with Volusion, follow these steps:

  1. From your Admin Area, go to Design > Site Content.
  2. Scroll down until you find Article ID 130. If the article is not ID 130 in your store, use Search to find the article where Spot Key is ROI_Javascripts.
  3. Click the Article ID.
  4. In the Article Body field, click the HTML icon in the Easy Editor toolbar.
  5. Enter or paste the following code into the Article Body field and click Save.
    <script>
    var order = Order[0];
    var amount = Order[2];
    document.write('<img src="http://www.domain.com/affiliates/sale/amount/' + amount + '/trans_id/' + order + '" border="0" height="1" width="1" />');
    </script>
  6. Make sure to change the www.domain.com/affiliates to point to your installation URL.