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.
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!
How to integrate Post Affiliate Pro with Google Analytics?
Learn how to seamlessly integrate Post Affiliate Pro with Google Analytics to effectively track affiliate-referred visits. Follow our step-by-step guide to generate optimized URLs using the Google Analytics URL builder, decode them, and use them as Destination URLs in your campaigns. Visit now to enhance your tracking capabilities.
Easily integrate Post Affiliate Pro or Post Affiliate Network with WordPress using our plugin to track clicks, register new users as affiliates, and monitor contact form submissions. Activate click tracking, automate affiliate signups, and utilize affiliate shortcodes to enhance your website's functionality. Download now to streamline your affiliate management directly from WordPress.
How can I charge my affiliates a signup fee?
Charge affiliates a signup fee with Post Affiliate Pro using Amember or PayPal integration. Learn how to set it up easily!