Egy nagyon könnyen használható és könnyű WordPress beépülő modul, amely lehetővé teszi termékek vagy szolgáltatások online értékesítését egyetlen kattintással a WordPress blogjában.
A WordPress Simple Paypal bevásárlókosár lehetővé teszi, hogy bármely bejegyzéshez vagy oldalhoz hozzáadjon egy „Kosárba helyezés” gombot a termékéhez. Ezzel az egyszerű bevásárlókosár-bővítménnyel közvetlenül a saját WordPress-webhelyéről adhat el termékeket és szolgáltatásokat, és WP-blogját e-kereskedelmi oldallá változtatja.
Az integráció a PayPal átjáró modulon belüli közvetlen integrálásával lehetséges. Ugyanazt követheti nyomon, mint a normál PayPal integrációval.
Gomb integráció
Az első lépés a fájl szerkesztése:
wp-content/plugins/wordpress-simple-paypal-shopping-cart/includes/wspsc-cart-functions.php
ahol a kosár gomb generálódik. Keresse meg ezt a sort:
$urls .= '<input type="hidden" name="notify_url" value="' . $notify . '"/>';
és cserélje ki erre a kódra:
// $urls .= '<input type="hidden" name="notify_url" value="' . $notify . '"/>';
$urls .= '<input type="hidden" name="notify_url" value="' . $notify . '" id="pap_ab78y5t4a" />'; // Post Affiliate Pro integration snippet
Most keresse meg a sort:
return $output;
és adja hozzá a következő kódot a sor fölé:
/* Post Affiliate Pro integration snippet */
$output .= '<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">'."
PostAffTracker.writeCookieToCustomField('pap_ab78y5t4a', '', 'pap_custom');
</script>";
/* /Post Affiliate Pro integration snippet */
Ennyi, mentse el a munkáját.
Küldje el újra a PayPal-értesítést a Post Affiliate Pro-nak
Az utolsó lépés a fájl szerkesztése:
wp-content/plugins/wordpress-simple-paypal-shopping-cart/paypal.php
ahol az IPN értesítés feldolgozása folyamatban van. Keresse meg ezt a sort:
function wpc_handle_paypal_ipn()
és adja hozzá a következő kódot a függvényindításhoz:
/* Post Affiliate Pro integration snippet */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://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 */
Mentse el a munkáját, és kész. Győződjön meg arról, hogy a PayPal beépülő modul aktív és konfigurálva van a(z) Post Affiliate Pro fiókban. Mostantól követni fogja az összes paypal-fizetést.
Ne felejtse el integrálni webhelyét a kattintáskövető kóddal, hogy minden működjön.
WishList Member (WordPress tagsági modul)
The affiliate program has many advantages for businesses and reliable software is needed for proper operation. It is important to inform partners about variable changes with email templates. The company offers various products, features, integrations, and support through their website. They also offer learning resources such as a blog, academy, and glossary.
This text discusses the various features and integrations offered by Post Affiliate Pro and Quality Unit LLC for affiliate marketing. It mentions the customizable one-click upsell feature for Shopify stores through CartHook integration. It also talks about integrations with SquirrelCart and ZOHO subscriptions, as well as providing guidance on integrating with RoboKassa payment system.
The article discusses integrations with the Post Affiliate Pro platform, which allows for tracking of affiliate marketing sales. It mentions various integrations available and provides a sample code for tracking sales. The article also mentions the benefits of using the Post Affiliate Pro and how it can be integrated into different platforms such as Windows-based shopping carts and membership systems. It emphasizes the importance of using JavaScript for tracking and provides instructions for setting up the integration.