3 / 3
May 2010

Okay, I put up my first page of items on my web site (http://store.770days.com/) yesterday and the buttons are working fine (on the books page).



Today, I created a new page of items, and did everything the same way, but the buttons won't load up the cart. Now, if you click to open in a new window or tab, it works.



I don't know how to fix it. Help?

  • created

    May '10
  • last reply

    May '10
  • 2

    replies

  • 1.0k

    views

  • 2

    users

  • 1

    link

It appears your new comics page is missing the part of the View Cart code that actually operates the overlay-style cart. Remove every instance of this fragment of View Cart code from your new page:



<SCRIPT language=javascript type=text/javascript><!--

function EJEJC_lc(th) { return false; }

// --></SCRIPT>



...then copy fresh View Cart code from your Seller Admin and paste that anywhere in the source code of your new page. BTW, your View Cart code is unique to you but the same for all your products, so you really only need one block of complete View Cart code on every page that has any number of Add to Carts (you don't need a View Cart for every single Add to Cart button :^).