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.
Fatal error: Cannot access parent class
Resolve the "Fatal error: Cannot access parent class" by disabling xCache on your server. Contact support for more help.
Signup affiliate - Syntax error
Fix syntax errors in 'after signup' mail templates for new users. Learn how to resolve this issue in Post Affiliate Pro.
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!
Error about Referral ID at affiliates signup page
Troubleshoot referral ID errors on affiliate signup by deactivating conflicting plugins in your merchant panel for seamless integration.