Partner
QuickBooks e-commerce shopping cart solutions.
IA Modules was founded to create add on software specifically for the QuickBooks community. The integration is managed by adding the sale tracking code to the thank you page.
Integrate the thank you page
Connect to your FTP and edit file Email_Order.htm – place this code e.g. to the end of the file:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost('<Subtotal/>' - '<Shipping/>');
PostAffTracker.register();
</script>
Save your changes and that’s it, it’s integrated.
Do not forget to integrate your pages with the click tracking code.