
Mambo-ChargePlus
Learn how to integrate Mambo-ChargePlus with Post Affiliate Pro for seamless ecommerce tracking, customizable dashboards, and robust affiliate marketing support...

Would you like to improve your affiliate software even more? Check out the Mambo-phpShop integration for Post Affiliate Pro.
Integration with mambo-phpShop is made by placing sale tracking script into the order confirmation page.
Open and edit the temlate file that displays order confirmation page. It is the file:
/mambo/administrator/components/com_phpshop/classes/ps_checkout.php
Find the following code which should already exist in the file:
if (AFFILIATE_ENABLE == '1') { $ps_affiliate->register_sale($order_id); }
Copy/Paste the following code into the file, under the code found above:
print '<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('$order_subtotal');
sale.setOrderID('$order_id');
PostAffTracker.register();
</script>";
It is now integrated. Every time customer enters the order confirmation page the tracking code is called and it will register a sale for referring affiliate.
Experience seamless integration with Mambo-phpShop and boost your affiliate sales with Post Affiliate Pro. Start your free trial today!

Learn how to integrate Mambo-ChargePlus with Post Affiliate Pro for seamless ecommerce tracking, customizable dashboards, and robust affiliate marketing support...
Would you like to improve your affiliate software even more? Check out the Presta Shop integration for Post Affiliate Pro.

Would you like to improve your affiliate software even more? Check out the Summer Cart integration for Post Affiliate Pro.
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.