E-junkie integration
A quick and easy solution for selling online.E-junkie integrates using IPN callback.
Note! This is description ofintegration with E-junkie if you use E-junkie buttons on your web pages.
Also,make sure you don’t already use E-junkie IPN for another purpose, such assome kind of digital delivery or membership registration.
Activate Ejunkie integration plugin in PAP
Activate Ejunkie integration plugin in PAP:
- Go to PAP Merchant Panel
- Go to Plugins > Ejunkie IPN handling and click Activate
Configure url notification in Ejunkie Admin panel
Setup URL notification in Ejunkie Admin panel:
- Go to Seller Admin > Account Preferences
- Set up as Common Notification URL
https://URL_TO_PostAffiliatePro/plugins/Ejunkie/ejunkie.php
Add integration code to E-junkie button codes
Add this code to EVERY E-junkie sale’s page where your sales links are:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.writeCookieToLink('p87t5d65s65', 'custom');
</script>
This will add cookie value to every link with id=”p87t5d65s65″ to property named custom.
NOTE: In case you are using buttons instead of links, please use this line:
PostAffTracker.writeVisitorIdToAttribute('pap87t5d65s65', 'action','custom');
instead of this:
PostAffTracker.writeCookieToLink('p87t5d65s65', 'custom')
Links start with:
<a href="...>
Buttons start with:
<form action="...>
Change your button (link) codes
Change your button (link) codes by adding id attribute to it. If the code looks e.g. like this:
<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=entrybasic&cl=103436&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a>
Add ID attribute to it (value p87t5d65s65) so the code looks like this:
<a id="p87t5d65s65" href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=entrybasic&cl=103436&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a>
The TEXT discusses the impact of technology on modern society, focusing on the benefits and drawbacks of its widespread use. It also addresses the importance of finding a balance between technological advancement and human well-being. Additionally, the TEXT highlights the significance of ethical considerations in the development and implementation of new technologies. Overall, it emphasizes the need for a thoughtful and responsible approach to technology in order to maximize its positive impact while minimizing potential harm.