Shift4Shop integration
Build your store or website with a risk free trial, no credit card needed.
Shopping Carts from Shift4Shop are complete e-commerce storefront solutions for your new or existing web site. Easily build, edit, and maintain your online shop and collect orders without any programming or HTML knowledge!
This integration integrates template for Shift4Shop’s thank you page.
NOTE: Your installation of Post Affiliate Pro must be available via HTTPS:// because the checkout happens in a secured page.
Add sale tracking code
Go to Settings> Design> Titles & Content> Checkout #4 and add following code to the very end:
<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();
var subtotal='[ordersubtotal]';
sale.setTotalCost(subtotal);
sale.setOrderID('[invoice-prefix][invoice-number]');
PostAffTracker.register();
</script>
Click tracking code
Add your click tracking code to Settings> Design> Header and Footer section.