Announcement

Collapse
No announcement yet.

Website not bouncing to Protx

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

    Website not bouncing to Protx

    Hiya,

    I have made the site design template in dreamweaver , registered the site etc ..

    In dreamweave when I check varibles it is not saying I am missing any ..

    However when you add something to the cart and go to through the shoppin cart pages .. the site is getting stuck on the page which say you are going to be redirected to the secure shopping cart ..

    www.mums-tums.com is the website url ..

    http://www.mums-tums.com/cgi-bin/os000001.pl is the page which is not bouncing to protx ..

    Does anybody know why this is doing it ? ..

    Thanks in advance
    s a b b i e t a g e d

    (*^_^*)

    A wise Monkey never monkies with another Monkies Monkey ..

    #2
    I have exactly the same problem on http://www.winesandhampers.co.uk. It gets to the 'you will now be taken to Protx...' and no further. What have we missed ?
    Richard Gosler
    Phoenix Digital Media Ltd
    Dorset, UK

    Comment


      #3
      This solution worked for me:

      http://community.actinic.com/showthr...&threadid=4747
      Richard Gosler
      Phoenix Digital Media Ltd
      Dorset, UK

      Comment


        #4
        Thanks

        Right tried both solutions which worked but caused errors on page however further diggin found this works

        onload="<actinic:variable value="PreloadImages" name="OnLoadScript" />"

        place that in the body tag -
        s a b b i e t a g e d

        (*^_^*)

        A wise Monkey never monkies with another Monkies Monkey ..

        Comment


          #5
          Their is a javascript you need to include in the <head> of your outerlayout which is required for the protx page to load correctly.

          <script language="JavaScript" type="text/javascript">
          <!--
          function onLoad()
          {
          document.formOCC.submit();
          }
          // -->
          </script>

          Above you will see the script. Switch to the design tab and click the parent button until you can see the outerlayout (eg you'll see the meta tags etc) and paste it just before the </head> tag.

          This should solve the issue as I had the same problem.

          Comment


            #6
            Have you read THIS as Actinic have a fix.

            Bob
            Supporting the environment. This post uses 100% recycled electrons.
            Bob Isaac
            Director/Web Admin
            Volvo Owners Club Ltd

            Actinic MS Business Version 8.5.2

            Comment

            Working...
            X