How to setup IA Modules  Affiliate Program


IA Modules, stands for Integration & Automation Modules, are used as add on software for QuickBooks. In 2002, IA Modules was first opened for integrations. IA Modules saves QuickBooks user’s time by uniquely delivering the best innovations, features and support. IA Modules have been primarily focused in the remote sales and eCommerce automation. IA eCommerce Shopping Cart solution has earned several years #1 rankings. Among hundreds of shopping cart, IA Modules are the only one that has reliable, deep, fully featured QuickBooks integration and an expert support staff.

Steps

Edit the file Email_Order.htm on your hosting server and place following code at the end.
<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="YOUR-OSI-URL/sales/salejs/amount:'+('<Subtotal/>' - '<Shipping/>')+'" alt="" id=IF width=50 height=50 border="0" frameborder="0" onload="hideIF()">';
}
window.onload = getSaleInfo;
</script>
<div id="st_code"></div>


Change ‘YOUR-OSI-URL’ with your OSI URL.