6 / 6
Aug 2015

Greetings,



I'm a bit baffled because, for a while, I was successful in removing the continue shopping button from my cart, now it has suddenly reappeared. I've done all I can to troubleshoot, but to no avail.



I'd really appreciate any help:



http://personalityjunkie.com/ebooks/



Note: The View Cart button code is on the page, but I've replaced the image with an inconspicuous period.

  • created

    Jul '15
  • last reply

    Aug '15
  • 5

    replies

  • 1.5k

    views

  • 3

    users

  • 2

    links

The problem appears to be that your View Cart customization code is all on one line in your page including the HTML comment lines <!-- and //-->. There at least needs to be a line break after the <!--, so the function EJEJC_lc(th) ...etc. starts on a new line. In fact, you can just delete the <!-- and //--> parts entirely, since those were only ever needed for really ancient browsers that nobody uses anymore.

Okay,



So I made no further changes and the continue shopping button is suddenly gone again (hurrah!). My site did have an automatic Wordpress update, however, which I suppose could have somehow contributed.



Anyway, thank you so much for your help, you guys are always quick responders!

Looks like the cart customization code in your page has been reformatted into separate lines again, so if you didn't do that yourself, likely your latest WordPress update fixed the problem that a prior update probably caused in the first place.