Affiliate Software aMember Integration - for aMember versions lower than v4



To integrate aMember (aMember versions lower than v4) with OSI Affiliate Software follow these instructions:

  1. In your OSI Affiliate Software control panel, click on GETTING STARTED on the left navigation. Next, click on EASY SETUP WIZARD. Then click on the first link that says "I want to get the code to insert on my landing and thank you pages."
  2. Next, add the landing page code provided into your landing page.
  3. Next, select aMember from the drop-down list.
  4. Grab the code provided and add it to the thanks.html file in /templates/ and add the code after {include file="footer.html"} line. The code will look like this


    {literal}
    <script>
    function hideIF() { 
    document.getElementById('IF').style.display = '';
    }
    function getSaleInfo() {

    document.getElementById('st_code').innerHTML='<iframe src="https://test.myomnistar.com/salejs.php?amount={\literal}{$payment.a..." alt="" id=IF width=50 height=50 border="0" frameborder="0" onload="hideIF()">';
    }
    window.onload = getSaleInfo; 
    </script>
    {/literal}
    <div id="st_code"></div>

    NOTE: Make sure to get the code from your affiliate software. This is just a sample.
  5. That's it. You are now integrated with aMember.

If you want our team to do the integration for you, please send your request to support@osiaffiliate.com.

The next step after integration, is to test the software. Watch this video to see how you will test if you did the integration correctly.