Mambo-phpShop integration
A integração com mambo-phpShop é feita colocando o script de rastreamento de vendas na página de confirmação do pedido.
Editar modelo
Abra e edite o arquivo de modelo que exibe a página de confirmação do pedido. É o arquivo:
/mambo/administrator/components/com_phpshop/classes/ps_checkout.php
Localize o local de integração
Encontre o seguinte código que já deve existir no arquivo:
if (AFFILIATE_ENABLE == '1') { $ps_affiliate->register_sale($order_id); }
Integração
Copie/cole o seguinte código no arquivo, sob o código encontrado acima:
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>";
Finalizado
Agora está integrado. Toda vez que o cliente entra na página de confirmação do pedido, o código de rastreamento é chamado e ele registrará uma venda para o afiliado indicado.

Copy Post Affiliate Pro to your server
Learn to install Post Affiliate Pro on your server effortlessly with our step-by-step video guide using an FTP client.
9. Integrate the affiliate software with your website
Integrate your affiliate software seamlessly with your website for effective tracking of referrals and commissions. Set it up right!
How to integrate Post Affiliate Pro (Network) with 3rd party affiliate systems?
Learn how to integrate Post Affiliate Pro with 3rd-party affiliate systems. Follow our step-by-step guide to streamline your affiliate tracking!
Discover how the Affiliate Sale Tracking Codes feature in Post Affiliate Pro can streamline your affiliate marketing efforts by allowing affiliates to specify postback URLs/pixels for tracking commissions across multiple programs. Available in the Ultimate and Network editions, this feature is essential for those running their own affiliate programs. Learn how to activate and manage these codes for seamless integration and enhanced tracking capabilities. Visit now to optimize your affiliate tracking!