Mambo-phpShop
Integrate Mambo-phpShop with Post Affiliate Pro by adding a sale tracking script to the order confirmation page. Edit the ps_checkout.php file, locate the integration code, and insert the provided script to track affiliate sales.

Mambo-phpShop integration
Integration with mambo-phpShop is made by placing sale tracking script into the order confirmation page.
Edit template
Open and edit the temlate file that displays order confirmation page. It is the file:
/mambo/administrator/components/com_phpshop/classes/ps_checkout.php
Locate integration place
Find the following code which should already exist in the file:
if (AFFILIATE_ENABLE == '1') { $ps_affiliate->register_sale($order_id); }
Integration
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>";
Finished
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.
Frequently asked questions
- How do I integrate Mambo-phpShop with Post Affiliate Pro?
Integration is done by placing a sale tracking script into the order confirmation page of your Mambo-phpShop installation. Follow the step-by-step instructions provided to ensure accurate affiliate tracking.
- Where do I insert the tracking code in Mambo-phpShop?
Edit the template file '/mambo/administrator/components/com_phpshop/classes/ps_checkout.php' and place the provided tracking script under the existing affiliate registration code.
- What benefits does this integration provide?
By integrating Mambo-phpShop with Post Affiliate Pro, you can accurately track affiliate-driven sales, optimize your affiliate program, and boost your e-commerce revenue.
Try Post Affiliate Pro for Free
Experience seamless integration with Mambo-phpShop and boost your affiliate sales with Post Affiliate Pro. Start your free trial today!