Announcement

Collapse
No announcement yet.

Error on add to Basket

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Error on add to Basket

    The following product(s) can not be added to the basket.
    You can find the error description(s) by following the link(s).

    Is there error I am receiving when clicking add to basket on certain products ...

    http://www.1stforbridalshoes.co.uk

    This product works:- http://www.1stforbridalshoes.co.uk/acatalog/Puff.html

    This product DOESN'T work:- http://www.1stforbridalshoes.co.uk/a...l-Rainbow.html

    Think I have seen this somewhere else on the forums, but that was version 8 to do with duplicate products ...

    I have done a complete purge - refresh without success.
    Austin Harvey
    Girls Of Elegance Ltd
    http://www.girlsofelegance.co.uk

    #2
    Bump - Any ideas on this one please?
    Austin Harvey
    Girls Of Elegance Ltd
    http://www.girlsofelegance.co.uk

    Comment


      #3
      Not sure if relevant but you have a lump of code:
      Code:
      <div id="fb-root"></div>
      <script>
        window.fbAsyncInit = function() {
          FB.init({appId: '133501810014510', status: true, cookie: true,
                   xfbml: true});
        };
        (function() {
          var e = document.createElement('script'); e.async = true;
          e.src = document.location.protocol +
            'all.js';
          document.getElementById('fb-root').appendChild(e);
        }());
      </script></div>
      That seems to be trying to load file all.js but you don't have all.js on your server. And that final </div> seems to be an orphan.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment

      Working...
      X