Supercart integration
Uma solução de e-commerce tcheca.
Este é o método de integração com o Supercart (supercart.cz).
Edite o arquivo da página de agradecimento
O primeiro passo é encontrar o arquivo template/default/order_finish.php e adicionar este código, por exemplo, ao final do arquivo:
<?php echo tpl('system/pap_tracking.php', array('order' => $order)); ?>
Salve suas alterações.
Crie o arquivo de rastreamento
Como você pode ver, apontamos o arquivo de modelo para um arquivo personalizado na etapa anterior. Agora temos que criá-lo.
Crie um arquivo pap_tracking.php no diretório template/system/ e adicione este conteúdo a ele:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
<?php
// $order['total_price']
$i = 1;
foreach($order->order_products() as $product) {
echo "var sale$i = PostAffTracker.createSale();";
echo "sale$i.setTotalCost('".$product['price'] * $product['quantity']."');";
echo "sale$i.setOrderID('".$order['id'].'('.$i.")');";
echo "sale$i.setProductID('".($product['sku'] ? $product['sku'] : $product['id'])."');";
$i++;
}
?>
PostAffTracker.register();
</script>
Salve o arquivo. Caso você o tenha criado localmente, não se esqueça de carregá-lo em template/system/. Pronto, sua loja acaba de ser integrada.
Não se esqueça de integrar seu código de rastreamento de cliques – você pode inseri-lo no arquivo template/default/footer.php
Post Affiliate Pro Alternative
Discover why Post Affiliate Pro is the top choice in affiliate tracking software with robust features and stellar customer support.
Why are commissions not being tracked ?
Resolve commission tracking issues in Post Affiliate Pro with solutions for integration, click tracking, and more. Get help now!
Post Affiliate Pro Domain parking possible problems
Solve domain parking issues with Post Affiliate Pro. Learn how to fix SSL, CNAME, and DNS errors for smooth domain setup.
Overview of Plugins and Features
Discover the limitless potential of Post Affiliate Pro with its powerful plugin system, enabling you to enhance your account with a wide range of features. Learn how to activate features like Action Commissions, Banner Rotator, and Multiple Currencies, and explore integration options through our plugin directory. Visit now to transform your affiliate marketing strategy!
Post Affiliate Pro Domain parking guide
Learn to park your custom domain with Post Affiliate Pro. Discover CNAME setup, SSL requirements, and troubleshoot common issues.
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!