eShop ( modulo di WordPress) integration
Un plugin di carrello degli acquisti accessibile per WordPress, ricco di varie funzionalità.
eShop è un plugin di carrello degli acquisti accessibile tramite WordPress, ricco di varie funzionalità. Il metodo di integrazione viene utilizzato per integrare PayPal in eShop con il tuo account Post Affiliate Pro.
Integrazione con PayPal (passaggio 1)
Accedi al tuo account FTP, vai su ‘wp-content/plugins/eshop/paypal/’ e modifica il file ‘eshop-paypal.class.php‘.
Trova la linea:
return $echo;
e aggiungici sopra questo codice:
/* 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 */
Per far funzionare il tutto, devi abilitare il plugin PayPal nel tuo pannello commerciante di Post Affiliate Pro.
Integrazione con PayPal (passaggio 2)
Il prossimo e ultimo passaggio consiste nel trovare questa linea nello stesso file:
function validate_ipn() {
Incolla questo codice proprio sotto di esso:
/* 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 */
Non dimenticarti di integrare il codice di tracciamento dei clic al tuo account Word Press.
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!
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!