Hi, does anyone know why the shopping cart on this page/site doesn't work right? http://www.nihatband.com/store.htmI 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
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:<ahref="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:returnEJEJC_lc(this);"><imgsrc="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Addto Cart"/></a>...but that onClick attribute needs to be kept together on the same line, like this:<ahref="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);"><imgsrc="http://www.e-junkie.com/ej/ejadd_to_cart.gif" border="0" alt="Addto 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
Not to be a bother or anything but now the cart opens correctly but the music player thing remains over it. The cart is not on? http://www.nihatband.com/store.htm
It sounds like the flash used on the music player is conflicting with the shopping cart. Here is a link to our help page on using our cart on a flash site:http://www.e-junkie.com/ej/help.flash-shopping-cart.htm
Share and learn in the E-junkie community.