Affiliate Software Documentation

Commission Integration with Shopify

To integrate the affiliate manager with Shopify, follow these steps:

  1. Login to your Shopify Admin Area.
  2. Click on Settings.
  3. Click on Checkout.
  4. Scroll down to the Order Processing section.
  5. In the box under Additional content &scripts, add the following code:
    <iframe src="https://www.domain.com/affiliates/sale/amount/{{subtotal_price|money_without_currency}}/trans_id/{{order_number}}" border="0" scrolling="no" frameborder="0" width="1" height="1"></iframe>
  6. change www.domain.com/affiliates to point to your JAM installation URL.
  7. Save changes
*Shopify may require that you have SSL on your iframe code, so make sure the affiliate software domain is also SSL enabled.