Felhasználóbarát online fizetési platform Nigériában.
A VoguePay lehetővé teszi, hogy online fizetéseket hajtson végre és fogadjon el más voguepay-tagoktól vagy etranzact- és visa kártya tulajdonosoktól. A mesterkártya-tulajdonosok akkor regisztrálnak, amikor fizetni akarnak Önnek.
Az integrációs módszerrel nyomon követheti a teljes költséget, a rendelési azonosítót, a termékazonosítót és az ügyfél e-mail címét.
Gomb integráció
A VoguePay gombjainak integrálásához csak ezt a speciális kódot kell hozzáadnia a gomb kódjához:
<input id="pap_ab78y5t4a" type="hidden" name="notify_url" value="//URL_TO_PostAffiliatePro/plugins/VoguePay/voguepay.php" />
Ha már használja a notify_url mezőt:
Az integráció továbbra is lehetséges – adja hozzá a konkrét ID tulajdonságot a beviteli sorba:
<input id="pap_ab78y5t4a" type="hidden" name="notify_url" value="......." />
Amikor ezt beállítja, van egy további lépés, amelyet meg kell tennie – szerkessze a notify_url paraméterben beállított szkriptet, és adja hozzá ezt a kódot (akár a fájl elejéhez, akár a VoguePay válaszait feldolgozó speciális funkcióhoz):
/* Post Affiliate Pro integration snippet */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'URL_TO_PostAffiliatePro/plugins/VoguePay/voguepay.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 munkáját.
Véglegesítés
Ha a gombjai be vannak építve, illessze be a következő kódot minden olyan oldalra, ahol VoguePay gombjait használják:
<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>
Győződjön meg arról, hogy a kódban meghatározott URL protokollja megegyezik a webhely protokolljával (ha a webhely HTTPS-t használ, az URL-nek is HTTPS-nek kell lennie).
Ne felejtse el engedélyezni VoguePay beépülő modulját a Post Affiliate Pro kereskedői panelen.
Ne felejtse el integrálni webhelyét a kattintáskövető kóddal is.
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.