- This topic has 1 reply, 2 voices, and was last updated 12 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › Adcell integration with eStore checkout
Hello,
I am trying to integrate the Adcell affiliate programm into my Membership site.
I am using eStore with manual checkout. Now Adcell asked me to integrate the following tracking code into the checkout of my store:
<script type="text/javascript" src="http://www.adcell.de/js/jsadlib.js"></script>
<script type="text/javascript">
Adcell.user.track({
'pid' : '2524',
'eventid' : '3054',
'referenz' : 'ABC_123',
'betrag' : '123.45'
});
</script>
<noscript>
<img src="http://www.adcell.de/event.php?pid=2524&eventid=3054&referenz=ABC_123&betrag=123.45" border=0 width=1 height=1>
</noscript>
The value of “referenz” would be the affiliate ID (from a cookie?) and the “betrag” is the value of the cart.
How and where do I need to add this?
Thanks
We don’t have any integration with them but you could try the following:
Go to WP eStore’s coupons/discounts menu and look at the field called “Special Offer Text”. You can add any HTML and JavaScript code there and eStore will execute it after each sale when your customer lands on the “Thank You” page. Since you are using the manual checkout, you will need to enable the “Send Product Download Links in the Email” option from eStore’s manual checkout settings so the Thank You page options get executed. Let me know if that helps.