A gyorsabb és biztonságosabb módja a pénzküldésnek, az online fizetésnek, a pénz fogadásának vagy a kereskedői számla létrehozásának.
A PayPal Express Checkout integrálja az IPN visszahívást még akkor is, ha a visszahívást más rendszer (pl. bevásárlókosár) használja.
Figyelem! Ez a PayPal Express Checkout szolgáltatással való integráció leírása, ha PayPal gombokat használ weboldalain. Ha a PayPal-t használja feldolgozó rendszerként a bevásárlókosarában, használja a bevásárlókosárba való integráció módszerét, ne ezeket a lépéseket.
PayPal gomb
Most adja hozzá a következő kódot MINDEN PayPal gomb űrlapjához:
<input type="hidden" name="custom" value="" id="pap_dx8vc2s5">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript">
</script>
Ez biztosítja, hogy a hivatkozó az egyéni mezőbe kerüljön.
Példa
Példa frissített PayPal űrlapra:
<!-- Begin PayPal Button -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="paypalemail@yoursite.com">
<input type="hidden" name="undefined_quantity" value="1">
<input type="hidden" name="item_number" value="Product Name">
<input type="hidden" name="amount" value="19.95">
<input type="hidden" name="image_url" value="https://yoursite.com/images/paypaltitle.gif">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="return" value="http://www.yoursite.com/paypalthanks.html">
<input type="hidden" name="cancel_return" value="http://www.yoursite.com">
<input type="hidden" name="custom" value="" id="pap_dx8vc2s5">
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/notifysale.php" type="text/javascript"></script>
<input type="image" src="http://images.paypal.com/images/x-click-but5.gif" border="0" name="submit">
</form>
<!-- End PayPal Button -->
Integráció 2
Most az IPN-visszahívás a szkriptre mutat. Ezt a visszahívást a PAP paypal.php szkriptnek is továbbítania kell, amelynek URL-je: https://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php.
Abban az esetben, ha a paypal feldolgozó szkriptje PHP-ben van, a következő kódot használhatja ennek végrehajtásához. Elhelyezheti a feldolgozási fájl elejére.
/* PAP integration */
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://URL_TO_PostAffiliatePro/plugins/PayPal/paypal.php");
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
curl_exec($ch);
/* end of PAP integration */
Ez biztosítja, hogy a teljes IPN-visszahívást a rendszer az eredeti szkript befolyásolása nélkül továbbítsa
Ez minden, ami szükséges. Mostantól, amikor művelet van, a PayPal Express Checkout IPN-funkciójával hívja meg az eladáskövető szkriptünket, és a rendszer jutalékot generál a partner számára.
The article discusses various shopping cart software, including Pinnacle Cart, XtCommerce, ShopSite, and DL Guard, with instructions on integrating Post Affiliate Pro tracking code into each system. The focus is on helping users effectively utilize the software for their ecommerce needs, with information on related resources and free account creation available.
OptimizePress / OptimizeMember (WordPress modul)
The text discusses the integration of affiliate systems with websites, shopping carts, and payment gateways. It suggests using a JavaScript code or image for tracking, and mentions the compatibility of the Post Affiliate Pro system with various platforms. The text also mentions the OptimizePress tool for creating high-converting landing pages and the use of pricing tables with PayPal links. Overall, the text offers general solutions for integrating affiliate systems and maximizing conversion rates.