1 / 11
Jun 2010

Ive got both the add to cart buttons and the view cart buttons but when i add an item to the cart i can't remove it. Any ideas?

  • created

    Jun '10
  • last reply

    Jun '10
  • 10

    replies

  • 1.5k

    views

  • 2

    users

  • 9

    links

The HTML code for your cart is not exactly how it is provided. This could be changes you made, or changes made by your hosting service when you saved your page. Your page current has the view cart button look like this:

<p><a href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=765910&cl=106722&ejc=2" 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></p>

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

<script language="javascript" type="text/javascript">

<!--

function EJEJC_lc(th) { return false; }

// -->

</script><br />

<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script></p>



This is the defualt code for your account:

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

<script language="javascript" type="text/javascript">

<!--

function EJEJC_lc(th) { return false; }

// -->

</script>

<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>



Try and set the code on your page to the default code that we provide. If your hosting service is changing the code you may need to contact them to find out how you can add in code without their system changing it.

I can't see no difference in the code but i tryed it anyway with no luck. I know its not the hosting company because if i change the theme is works fine. Somthing in the theme is stopping it from working.

Seem to be getting there now. Ive seperated the code and put:

<script language="javascript" type="text/javascript">

<!--

function EJEJC_lc(th) { return false; }

// -->

</script>

<script src='http://www.e-junkie.com/ecom/box.js' type='text/javascript'></script>



Into the custom scroted area of my theme.

Is the Update Cart option now showing up? I tried to check the link you provided before but it was not available.



It is possible that the theme you are using include some coding that conflicts with our code or the CSS of the theme is causing aspects of our cart not to show up.



Also, when I copy and pasted the code from your site and placed it in my previous posting it did look different. Not sure why it changed, but I am sorry for any confusion.

Yes it is working now. Somthing was blocking the code in my theme but the makers have a custom script box in the options witch fixed the problem.