Un plugin de panier d’achat accessible pour WordPress, doté de diverses fonctionnalités.
eShop est un plugin de panier d’achat accessible pour WordPress, rempli de diverses fonctionnalités. La méthode d’intégration est utilisée pour intégrer PayPal dans eShop avec votre Post Affiliate Pro.
Intégration avec PayPal (étape 1)
Connectez-vous à votre FTP, naviguez vers ‘wp-content/plugins/eshop/paypal/’ et éditez le fichier ‘eshop-paypal.class.php‘.
Trouver la ligne :
return $echo;
et ajoutez ce code au-dessus :
/* Post Affiliate Pro integration snippet */
$echo = str_replace("name=\"notify_url\"","name=\"notify_url\" id=\"pap_ab78y5t4a\"",$echo);
$echo .= '<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">'."PostAffTracker.setAccountId('Account_ID');
PostAffTracker.setAppendValuesToField('&pap_custom=');
PostAffTracker.writeCookieToCustomField('pap_ab78y5t4a');
</script>";
/* /Post Affiliate Pro integration snippet */
Pour que tout cela fonctionne, vous devez activer le plugin PayPal dans votre panneau marchand Post Affiliate Pro.
Intégration avec PayPal (étape 2)
La prochaine et dernière étape consiste à trouver cette ligne dans le même fichier :
function validate_ipn() {
Collez ce code juste en dessous :
/* Post Affiliate Pro integration snippet */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,
"https://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php?pap_custom=".$_GET['pap_custom']);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* /Post Affiliate Pro integration snippet */
N’oubliez pas d’intégrer le code de suivi des clics à votre Word Press.
The text provides detailed instructions for integrating tracking scripts into a Volusion online store and adding tracking codes for sales. It also mentions the option to create a free account with Post Affiliate Pro for commission management. Additionally, it discusses the integration of Shopware, a comprehensive eCommerce solution, through a plugin for tracking clicks and sales. The text also mentions Miva 9 and osCommerce as options for improving affiliate software and provides contact information for support.
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.