Teljes funkcionalitású kapcsolatfelvételi űrlap-bővítmény, amely drag and drop felülettel, fejlett értesítési útválasztással, lead-rögzítéssel, feltételes logikai mezőkkel, többoldalas űrlapokkal, árkalkulációkkal és külső űrlapokból bejegyzések létrehozásával rendelkezik.
A WordPress kapcsolatfelvételi űrlapjai nem egyszerűbbek, mint a gravitációs űrlapok
GravityForms a PayPal-lal
Ha a GravityForms-on keresztül szeretné nyomon követni a paypal-fizetéseket, kövesse az alábbi néhány lépést.
Az első lépés, hogy jelentkezzen be az FTP-re, ahol a WordPress telepítve van, és keresse meg a fájlt
wp-content/plugins/gravityforms/form_display.php
Szerkessze a fájlt, és keresse meg ezt a sort:
return $footer;
Illessze be ezt a kódot a sor fölé:
$footer .="<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>";
Mentse el munkáját.
GravityForms PayPal 2-vel
Most szerkessze a fájlt (ha nincs “class-gf-paypal.php” fájlja, akkor lehet, hogy csak “paypal.php” fájlja van):
wp-content/plugins/gravityformspaypal/class-gf-paypal.php
és keresse meg a következő kódsort:
$ipn_url = urlencode(get_bloginfo("url") . "/?page=gf_paypal_ipn");
Adja hozzá ezt a kódot a sor alá:
/* Post Affiliate Pro integration snippet */
$ipn_url .= urlencode("&pap_custom=".$_POST['custom']);
/* /Post Affiliate Pro integration snippet */
Most keresse meg ezt a sort:
private static function verify_paypal_ipn(){
és illessze be ezt a kódot közvetlenül a sor alá:
/* 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 */
Ne felejtse el integrálni a WordPress-t a kattintáskövető kóddal – a legjobb gyakorlat az, hogy a láblécfájlba helyezi a Megjelenés> Szerkesztés menüpontban.
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.
The text discusses various methods of integrating the Post Affiliate Pro tracking system into e-commerce websites. It also highlights the benefits of using Iono and eCartSoft for customer service and billing, and mentions integrations with other platforms such as Cart66 and SquirrelCart. The ViArt CMS is also discussed as an option for tracking sales using specific variables. The text provides instructions for adding the tracking code to a website's checkout page and encourages readers to create a free account with Post Affiliate Pro.