Announcement

Collapse
No announcement yet.

T&C pop-up not popping up

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

    #16
    It wouldn't be order00 would it, it'd be order01 surely?

    EDIT: Ignore me I am talking crap and thinking of the tick to confirm you've read the T&C's.

    Comment


      #17
      What can I say? If I look at the terms and conditions link I see this:

      javascript:ShowPopUp('http://www.dymo-label-printers.co.uk/http://www.dymo-label-printers.co.uk/infopopup.html',650,450);
      Very odd. I can only assume you're playing with it to see what happens.

      Mike
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment


        #18
        In the source of your checkout page I see (at the top)

        <actinic:basehref value="http://www.dymo-label-printers.co.uk/"></actinic:basehref>

        Which I'd have expected the Perl scripts to have replaced with a

        <base href="http://www.dymo-label-printers.co.uk/" />

        As this isn't happening, the actinicore.js and actinicextras.js cannot be located (checkout pages come from your cgi-bin and these JavaScript files are not there).

        No Ideas as to why this is happening though.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #19
          In V7 (I looked in a 7.0.4 site) templates the BASEHREF line is usually

          <Actinic:BASEHREF VALUE="NETQUOTEVAR:BASEHREF"/>

          You seem to have

          <actinic:basehref value="NETQUOTEVAR:BASEHREF"></actinic:basehref>

          The capitalisation of BASEHREF may be important.

          Best check a Primary Template that hasn't been tinkered with.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #20
            yes, I was playing when you saw that double url. I have now replaced the INFOPANELS with a standard 'target=_blank' href and it works fine.

            Yes the baseref does look different to the other site, I will have to investigate that further. Thanks.
            John

            Comment


              #21
              I will have to investigate that further
              Worth doing as there will be other problems caused by this (like the Actinic JavaScripts not being loaded - so no cart summary). Browse your site using Firefox and use its Tools / Error Console to see.
              Norman - www.drillpine.biz
              Edinburgh, U K / Bitez, Turkey

              Comment


                #22
                yes, but my firefox is reporting that the attribute "heigth" is not recognised. But it is doing this on every website I visit... so not really sure how many of the errors are real and how many are just bugs in firefox...
                John

                Comment


                  #23
                  but my firefox is reporting that the attribute "heigth" is not recognised
                  That's probably a warning. Warnings are less important.

                  It's errors with red crosses that you need to worry about.
                  Norman - www.drillpine.biz
                  Edinburgh, U K / Bitez, Turkey

                  Comment

                  Working...
                  X