A shopping cart software that is easy to use, affordable and customizable.
This integration method was tested for SquirrelCart v2.4.3
Open template
Open file: themes/{your_theme}/thanks_for_order.tpl.php
Integration
Add following code at 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('<?php echo $SC['order']['product_total'] ?>');
sale.setOrderID('<?php echo $SC['order']['number'] ?>');
PostAffTracker.register();
</script>
This is all that is required. Now whenever there’s sale, the saletracking script sale.php is called, and it will generate commission forthe affiliate.
The article discusses PostAffiliate Pro, a platform that allows businesses to create their own affiliate programs. The platform is available for free, and integrations are available for various shopping cart scripts written in PHP. The article provides instructions for integrating PostAffiliate Pro with Quick.Cart and includes a list of related resources for other integrations. The article also includes contact information for sales and customer support.
The text is about Cart66, a plugin for selling digital and physical products on WordPress. It also describes how to integrate it with PostAffiliate Pro to track sales, products, and coupons. There are instructions for different tracking methods and even for cloud-based Cart66. The article also lists some other integrations with PostAffiliate Pro.