4.
In order to integrate 3DCart with our software, first login to 3DCart's site, then navigate to Settings > Design > Template editor. Click 'Edit' next to checkout-step4.html and add the following code at the very end:
<script>
function hideIF() {
document.getElementById('IF').style.display = 'none';
}
function getSaleInfo() { document.getElementById('st_code').innerHTML = '<iframe src="https://youraccount.ositracker.com/sales/salejs/amount:[total]/transaction:[invoicenum]" alt="" id=IF width=50 height=50 border="0" frameborder="0" onload="hideIF()">';
}
window.onload = getSaleInfo;
</script>
<div id="st_code"></div>