Home Integration Methods E-junkie

E-junkie

E-junkie integrates using IPN callback.
Note! This is description of integration 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 as some kind of digital delivery or membership registration.

1
Activate Ejunkie integration plugin in PAP4
Activate Ejunkie integration plugin in PAP4

1. Go to PAP4 Merchant Panel
2. Go to Plugins -> Ejunkie IPN handling and click Activate
2
Configure url notification in Ejunkie Admin panel
Setup url notification in Ejunkie Admin panel

1. Go to Seller Admin -> Account Preferences
2. Set up http://www.yoursite.com/affiliate/plugins/Ejunkie/ejunkie.php as Common Notification URL.
3
Add integration code to E-junkie button codes
Add this code to EVERY E-junkie sale's page where are your sale links(buttons).
this should add cookie to every link with id="p87t5d65s65" to property named custom.
4
Change yor button codes like you add id protperty to it
Change yor button codes like you add id attribute to it

example:
<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>

change to 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>