5 / 5
Dec 2009

Hi, does anyone know why the shopping cart on this page/site doesn't work right? http://www.nihatband.com/store.htm

I have not made the site myself a friend of ours did. She says she doesn't use dream weaver or anything thing else but hand coded all of that. Doug

  • created

    Dec '09
  • last reply

    Dec '09
  • 4

    replies

  • 1.2k

    views

  • 3

    users

  • 5

    links

It appears that the line-wrapping in your page's source code is causing a problem for certain parts of our cart button codes. In particular, your Add to Cart code looks like this:



<a

href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=576525&cl=79249&ejc=2"

target="ej_ejc" 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>



...but that onClick attribute needs to be kept together on the same line, like this:



<a

href="https://www.e-junkie.com/ecom/gb.php?c=cart&i=576525&cl=79249&ejc=2"

target="ej_ejc" 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>



There's a similar issue with the onClick attribute of your View Cart button code, so you'll need to fix that one as well.

Okay, Thanks Tyson, I am very happy with the service and look forward to getting more things to sell on your site. It's to bad that there are people that respond like the post in front of mine. Doug