Oxid Eshop integration
Una potente soluzione ecommerce.
L’integrazione con Oxid Eshop è abbastanza semplice. Tutto quello che devi fare è integrare la pagina di ringraziamento del tuo negozio.
Aggiungi il codice di tracciamento delle vendite
Per prima cosa, accedi al tuo FTP e vai su out/theme_name/tpl/page/checkout/ dove “theme_name” è una directory del tema che stai utilizzando in questo momento.
Dovresti vedere un file thankyou.tpl – che è quello che andremo a modificare. Trova questa linea:
<div id="thankyouPage">
e incollaci sopra il codice dell’integrazione.
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost('[{$order->oxorder__oxtotalbrutsum->value}]');
sale.setOrderID('[{ $order->oxorder__oxordernr->value }]');
PostAffTracker.register();
</script>
Uno dei valori che verrà utilizzato per il costo totale nel codice di cui sopra, è il costo del prodotto con IVA. Se vuoi usare altri valori, puoi fare riferimento a questi:
[{$order->oxorder__oxtotalnetsum->value}]
- IVA esclusa
[{$order->oxorder__oxtotalbrutsum->value}]
- IVA inclusa
[{$order->oxorder__oxartvatprice1->value}]
- Valore IVA
[{$order->oxorder__oxtotalordersum->value}]
- prezzo pieno dell’ordine
[{$order->oxorder__oxcurrency->value}]
- codice valuta (USD, EUR, …)
[{$order->oxorder__oxcurrate->value}]
- tasso di conversione della valuta
Non dimenticarti di integrare le tue landing page con il codice di tracciamento dei clic.
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.
Copy Post Affiliate Pro to your server
Learn to install Post Affiliate Pro on your server effortlessly with our step-by-step video guide using an FTP client.
How to integrate Post Affiliate Pro with Google Analytics?
Learn how to seamlessly integrate Post Affiliate Pro with Google Analytics to effectively track affiliate-referred visits. Follow our step-by-step guide to generate optimized URLs using the Google Analytics URL builder, decode them, and use them as Destination URLs in your campaigns. Visit now to enhance your tracking capabilities.
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!
How to integrate Post Affiliate Pro (Network) with 3rd party affiliate systems?
Learn how to integrate Post Affiliate Pro with 3rd-party affiliate systems. Follow our step-by-step guide to streamline your affiliate tracking!