Lost income due to COVID-19? E-junkie is providing 1 year free accounts to sell anything, anywhere. Click Here for more details.

E-junkie Help >

How to obtain your purchase link URL from the full E-junkie button code

NEW! We now provide short Text Links in the Get Purchase Buttons/Links screen of your E-junkie Dashboard, which you can copy and paste anywhere you can't paste HTML or can only use a link-maker feature or share a link. As such, the instructions below are now really only necessary if you need to manually append variables to the end of your E-junkie purchase link URL.

The Cart or Buy Now button code you obtain from Seller Admin is the complete HTML code to create a link when pasted directly into the raw source code of your page; just copy the ready-made code from us and paste it into the source code of your page, wherever you want the button to appear among your own text, layout and images.

However, there may be cases where you just need the purchase link URL by itself without the rest of the HTML. This may be useful if you want to sell from a site/page where you are not allowed to paste HTML, or perhaps you want to include a purchase link in a plaintext email or forum post, or maybe your site-builder only gives you a link-/button-maker widget where you can only paste in the URL target of the link.

The standard button code you obtain from Seller Admin would look like this example:

<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&ejc=2&cl=YYYYYY&i=XXXXXX" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="https://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"/></a>

Then the bare URL part of that code would be just this part alone:
https://www.e-junkie.com/ecom/gb.php?c=cart&ejc=2&cl=YYYYYY&i=XXXXXX

For a Buy Now rather than Cart button, the URL would look slightly different:
https://www.e-junkie.com/ecom/gb.php?c=single&cl=YYYYYY&i=XXXXXX

Note that the XXXXXX and YYYYYY parts would differ in your own code, so be sure to obtain your code/URLs directly from your own Seller Admin; in fact, the YYYYYY part will always match your E-junkie Client ID, and the XXXXXX part will always match the product's Item Number, so you can use that knowledge to create purchase links manually for any product you've already added in your Seller Admin.