3 / 3
Sep 2012

I am getting ready to add 652 add to cart buttons to my website. I already have a custom add to cart image that I would like to use for my button. I would like to know if there is a way that I can use e-junkie to set my image as the default image so when I make a new button the code automatically shows my image? I realize that I can make a button and then edit the html to show my image instead, but doing this 652 times will take a long time.

  • created

    Sep '12
  • last reply

    Sep '12
  • 2

    replies

  • 1.2k

    views

  • 2

    users

  • 4

    links

We have no way to specify a custom button image URL that would be included in the button codes we generate for you. However, your Add to Cart buttons follow a common format where only the &i= value (Item Number) differs from one product to another -- in this example Add to Cart code, XXXXXX would be the product's Item Number:



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



Your View Cart button code is unique to you but the same for all your products, so you only need one copy of that code on every page; typically, this would go in a common header/footer/sidebar area that gets inserted into every page.



We can also help you import your initial batch of products all at once, and this would allow you to specify a custom Item Number for each product, so you would have a record of those numbers at your end to facilitate placing Add to Cart buttons in your site. Just email support to request our import template file and further instructions:

https://www.e-junkie.com/ej/contact.php

Thanks, that is very helpful and just knowing that will streamline this process a lot.