OptimizePress e tabelle dei prezzi con i link PayPal integration
Si tratta di un plugin e di un tema che ti permettono di creare delle landing page e dei siti di iscrizione, senza bisogno di sapere come codificare.
OptimizePress (WordPress module) è un nuovo metodo che ti permette di creare delle landing page ad alta conversione, delle pagine di vendita e dei portali di iscrizione.
Se usi la funzionalità Tabella dei prezzi di OptmizePress, e in quelle tabelle dei prezzi usi i link di pagamento che portano a PayPal (link diretti che portano a PayPal incluso l’id del tuo pulsante hosted di PayPal), allora segui i passaggi di integrazione qui sotto.
Aggiungi un ID speciale ai link di pagamento della tabella dei prezzi
Nel file ‘wp-content/plugins/optimizePressPlugin/lib/assets/tpls/pricing_table/style_X.php‘ (X può essere 1, 2 o 3) aggiungi questa linea:
$i=0;
proprio sopra la linea di:
foreach($tabs as $tab){
E dentro:
<a href="<?php echo $tab['order_button_url']; ?>" class="css-button"><?php echo $tab['order_button_text']; ?></a>
subito prima del tag href aggiungi:
id="ptPayPalLink<?php echo $i++;?>" name="ptPayPalLink"
in modo che il codice diventi così:
<a id="ptPayPalLink<?php echo $i++;?>" name="ptPayPalLink" href="<?php echo $tab['order_button_url']; ?>" class="css-button"><?php echo $tab['order_button_text']; ?></a>
Implementazione del Codice di tracciamento dei clic e di uno script che applica il cookie ai link di pagamento
Ora, in “WP ADMIN > Optmizepress > Dashboard > Analytics e Tracciamento > Analytics e Tracciamento > Altri codici di tracciamento” aggiungi il seguente codice che è il tuo Codice di Tracciamento dei clic insieme allo script che applicherà il cookie a tutti i link di pagamento della tabella dei prezzi:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript"><!--
PostAffTracker.setAccountId('default1');
try {
PostAffTracker.track();
} catch (err) { }
//-->
</script>
<script type="text/javascript">
var PayPalLinkCount = document.getElementsByName('ptPayPalLink').length;
for (var i=0; i < PayPalLinkCount;i ) {
PostAffTracker.writeCookieToLink('ptPayPalLink' i, 'custom');
}
</script>
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!
Unlock endless customization with HTML banners, enhancing interactivity and click-through rates. Effortlessly design with WYSIWYG or HTML editors, and seamlessly integrate affiliate links using dynamic variables. Explore Post Affiliate Pro's advanced banner features to elevate your affiliate marketing strategy.
How can I charge my affiliates a signup fee?
Charge affiliates a signup fee with Post Affiliate Pro using Amember or PayPal integration. Learn how to set it up easily!
Discover the power of DirectLink tracking, an advanced feature that lets affiliates link directly to your site without URL parameters, boosting SEO and trust. Perfect for increasing backlinks and avoiding parameter removal, but note: it's incompatible with Facebook/Instagram and requires click tracking on landing pages. Ensure security by approving affiliate URLs manually. Visit to learn more!