Une solution e-commerce pour le système de gestion de contenu Mambo.
L’intégration avec Mambo-ChargePlus se fait en plaçant le script de suivi des ventes dans la page de confirmation.
Recherchez un fichier
Recherchez et ouvrez le fichier :/components/com_mambocharge_plus/mambocharge_plus_thankyou.php.
Intégration
Insérez le code suivant au tout début de ce fichier :
<?php
$aff_subtotal = $_POST['amount3'];
$aff_orderid = $_POST['invoice'];
?><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 $aff_subtotal ?>');
sale.setOrderID('<?php echo $aff_orderid ?>');
PostAffTracker.register();
</script>
Terminé
Il est maintenant intégré. Chaque fois que le client entre dans la page de confirmation de la commande, le code de suivi est appelé et il enregistre une vente pour l’affilié référent.
The text discusses the Post Affiliate Pro tool for tracking sales and creating free subdomains for businesses. It can be integrated with various point of sale systems, including LightSpeed, with instructions provided for adding tracking code to your website. The text also covers integrating with PaySimple and creating a unique URL with sales tracking code. The article ends with information on integrating with PayWhirl and Shopify, as well as Squarespace and its available variables for tracking sales.
The text presents a website that offers resources, blog, glossary, and affiliate program directory. The user is informed about the creation of their affiliate program and the process of accessing their account. The website uses cookies, and the user is invited to schedule a call to learn about how Post Affiliate Pro can benefit their business. Contact options are also provided.
Le texte contient des informations sur la création et l'intégration d'un formulaire de paiement en ligne. Il explique comment ajouter du code HTML pour suivre les transactions et enregistrer les commissions. Le texte est également axé sur la promotion du logiciel d'affiliation Post Affiliate Pro et fournit des informations sur ses fonctionnalités.