If you have the Virtuemart Shopping Cart and you are looking to set up your own affiliate program, this can be easily done. If you do not already have an affiliate software system you can sign up for one of the Omnistar Affiliate Software Plans.

After you have your Affiliate Software account setup the integration into Virtuemart Shopping Cart is really easy. Simply follow the steps below.

We have made it easy to integrate your affiliate software with your shopping cart or gateway by following the instructions below. If you would like our technical team to integrate the software for you then you can sign up for our Managed Integration option.


Step 1. Make sure you have purchased VP Conversion Tracking plugin.


Step 2. Login to your Joomla admin account and select Extensions then Plugins


Step 3. Search for VP Conversion Tracking plugin and click on it to Edit.


Step 4. Select the Custom Conversion Tracking Code tab. Name the Conversion Tracking Code: 1 with OSI and select Yes for enabled. Choose BODY for the Location. Paste the code below in the Tracking Code Snippet text box. Click on Save & Close once done.

Tracking code: 

<script async>

    function hideIF() {    

        document.getElementById('IF').style.visibility = '';

    }

    function getSaleInfo() {

        document.getElementById('st_code').style.visibility = 'hidden';

        document.getElementById('st_code').innerHTML='<iframe src="https://YOUROSIDOMAIN.ositracker.com/sales/salejs/amount:{{ order_subtotal_after_couponDiscount }}/transaction:{{ order_number }}" alt="" id=IF width=50 height=50 border="0" frameborder="0" onload="hideIF()">';

   } 

   window.onload = getSaleInfo;

</script>

<div id="st_code"></div>


Note: Replace YOUROSIDOMAIN with your actual OSI domain before pasting the code.