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 >

E-junkie classic button code

In 2018 we modernized the ready-made purchase button codes we issue to sellers in the E-junkie Dashboard, really just updating the buttons' appearance and providing an easy way to customize their color and size.

Our older "classic" version of button codes still work just fine, and you can obtain those by selecting that option at the very bottom of the button codes screen in your Dashboard, or you can just adapt the example codes we provide below—just replace the YYYYYY with your E-junkie Client ID (which you can find in your Dashboard under Manage Seller Account > View Account Summary) and replace the XXXXXX in the Add to Cart or Buy Now code with the relevant product's Item Number:

ADD TO CART:

<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="return EJEJC_lc(this);"><img src="https://www.e-junkie.com/ej/ej_add_to_cart.gif" border="0" alt="Add to Cart"></a>

Note for products using Variations or Variants to define buyer-selectable product options, the Add to Cart code is considerably more complex, so we'd recommend you just copy that ready-made code from your E-junkie Dashboard.

VIEW CART:

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

CART SCRIPT:

This was formerly included as part of the View Cart button code.

<script type="text/javascript">function EJEJC_lc(th) { return false; }; </script>
<script src="https://www.e-junkie.com/ecom/box.js" type="text/javascript"></script>

BUY NOW:

<a href="https://www.e-junkie.com/ecom/gb.php?c=single&cl=YYYYYY&i=XXXXXX" target="ejejcsingle"><img src="http://www.e-junkie.com/ej/x-click-butcc.gif" alt="Buy Now" border="0"></a>

Note that the example Buy Now button code shown here would take the buyer to instant checkout with PayPal. To have it lead to card-payment checkout instead, simply replace the c=single part with c=cc&ejc=4.