Announcement

Collapse
No announcement yet.

extended info not working

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

    extended info not working

    hi all

    here is an example
    http://www.beddingcentres.co.uk/acat...tress_pg1.html

    the extended info is not working on any products. Allproducts on the website are duplicate and the originals are placed in a hidden folder for easier detail changing. however, the originals do not have working extended info either

    thanks
    http://www.beddingcentres.co.uk
    memory foam mattresses and discounted beds. free next day delivery on everything over £100

    http://www.mrmattress.co.uk

    #2
    The is a javascript error reporting in Firefox for the minicart.. could this be causing issues with the pop-up script?


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Your website does not have the actiniccore.js file in the <head></head> area of the HTML.
      This javascript file contains the ShowPopUp() function that opens the popup window.
      Without this file the call to the function (when you click on the Info button) will error and therefore no popup.

      You need:
      <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
      <script language="javascript" type="text/javascript" src="actinicextras.js"></script>
      in the head of the HTML
      Fergus Weir - teclan ltd
      Marketing - Design - Technology

      Comment


        #4
        thanks guys thats great!
        http://www.beddingcentres.co.uk
        memory foam mattresses and discounted beds. free next day delivery on everything over £100

        http://www.mrmattress.co.uk

        Comment


          #5
          tried inserting thoses in the head tags and sends my page bonkers and all the layout gets skewed
          http://www.beddingcentres.co.uk
          memory foam mattresses and discounted beds. free next day delivery on everything over £100

          http://www.mrmattress.co.uk

          Comment


            #6
            Slap my wrists..
            Need to add the

            </script>

            at the end of each line.
            I have updated the post above.
            Fergus Weir - teclan ltd
            Marketing - Design - Technology

            Comment


              #7
              ha ha stupid me, didnt even pick on on the lack of close tags! had one of those days yesterday! thanks will try that now!
              http://www.beddingcentres.co.uk
              memory foam mattresses and discounted beds. free next day delivery on everything over £100

              http://www.mrmattress.co.uk

              Comment

              Working...
              X