Announcement

Collapse
No announcement yet.

PSP Bounce Again - PLEASE HELP

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

    PSP Bounce Again - PLEASE HELP

    Hi

    Just finished our new look site (from scratch) and uploaded fine.

    However the PSP bounce age does not work for either Protx or Paypal (just sits there)

    Having read the other posts on the subject I added the java code Chris suggested but this has made no difference.

    Any ideas as to how we can fix this?
    Thanks

    JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

    #2
    Design | Layouts | Web Page Inner Layouts, right click PSP Bounce page layout and select Revert to Factory Settings.

    If that does not work, find and follow the instructions to add a 'next' button on the page.

    BTW I did see the paypal Buy Now button, It was only on the CC page I had nowhere to go.
    Bill
    www.egyptianwonders.co.uk
    Text directoryWorldwide Actinic(TM) shops
    BC Ness Solutions Support services, custom software
    Registered Microsoft™ Partner (ISV)
    VoIP UK: 0131 208 0605
    Located: Alexandria, EGYPT

    Comment


      #3
      Thanks Bill - I will go and try that now - Paypal i can live with its the auto forward to Protx that I need to work
      Thanks

      JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

      Comment


        #4
        Ive just had a similar problem with a protx site - looks like bruces fix has not been included in the latest upgrade. Make sure the code goes above the closing head tag

        Comment


          #5
          Just checked and I can see the code in the source - still does not bounce even after reverting the layout.
          Thanks

          JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

          Comment


            #6
            Have you got the ONLOAD statement in the body tag on the overall layout?

            Comment


              #7
              Yep - looks like it.

              <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
              <html>
              <head>
              <title><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Section%27" ><actinic:variable name="PageTitle" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Brochure%27" ><actinic:variable name="PageTitle" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%200%27" >Checkout Step 1 @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%201%27" >Checkout Step 2 @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Checkout%20Page%202%27" >Checkout Step 3 @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Shopping%20Cart%27" >Your Shopping Basket with <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Add%20To%20Cart%20Confirmation%27" >Selection Added to Basket</actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Receipt%27" >Your Receipt from <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Search%27" >Search our Site @ <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Search%20Results%27" >Your Search Results with <actinic:variable name="CompanyName" /></actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27Bounce%20Page%27" >Forwarding you to the next page...</actinic:block></title>
              <actinic:variable name="BaseHref" />
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
              <meta http-equiv="MSThemeCompatible" content="yes" />
              <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaKeywords%22%20%2f%3e%20%21%3d%20%22%22%29" >
              <meta name="keywords" content="<actinic:variable name="GlbMetaKeywords" />" />
              </actinic:block>
              <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Section%22%29%20AND%20%28%3cactinic%3avariable%20name%3d%22GlbMetaDescription%22%20%2f%3e%20%21%3d%20%22%22%29" >
              <meta name="description" content="<actinic:variable name="GlbMetaDescription" />" />
              </actinic:block>
              <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
              <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaKeywords%22%20%2f%3e%20%21%3d%20%22%22">
              <meta name="keywords" content="<actinic:variable name="MetaKeywords" />" />
              </actinic:block>
              </actinic:block>
              <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%22Section%22" >
              <actinic:block if="%3cactinic%3avariable%20name%3d%22MetaDescription%22%20%2f%3e%20%21%3d%20%22%22">
              <meta name="description" content="<actinic:variable name="MetaDescription" />" />
              </actinic:block>
              </actinic:block>
              <actinic:block if="%3cactinic%3avariable%20name%3d%22IsP3PPolicyUsed%22%20%2f%3e"><link rel="P3Pv1" href="<actinic:variable name="P3PFullPolicyLink" />"></actinic:block>
              <actinic:block if="%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%21%3d%20%22Contact%20Us%22" >
              <actinic:variable value="Script for Blocking Unregistered Customers" name="UnregCustomerMessage" if="%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20FALSE" />
              </actinic:block>
              <link href="actinic.css" rel="stylesheet" type="text/css">
              <script language="javascript" type="text/javascript" src="actiniccore.js"></script>
              <script language="javascript" type="text/javascript" src="actinicextras.js"></script>

              <!-- Placeholder of cookie checking javascript code. Do not remove it! -->
              <Actinic:COOKIECHECK />

              <script language="javascript" type="text/javascript">
              <!--
              saveReferrer();
              // -->
              </script>

              <actinic:block if="%28%3cactinic%3avariable%20name%3d%22PageType%22%20%2f%3e%20%3d%3d%20%27PSP%20Bounce%20Page%27%29%20AND%20%28%3cactinic%3avariable%20name%3d%22IsPSPTestMode%22%20%2f%3e%20%3d%3d%20false%29" >
              <script language="JavaScript" type="text/javascript">
              <!--
              function onLoad()
              {
              document.formOCC.submit();
              }
              // -->
              </script>
              </actinic:block>
              Thanks

              JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

              Comment


                #8
                Tried Chris's other suggestion of the manual button on Protx so at lease they can get to the server - This does not work either..
                Thanks

                JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

                Comment


                  #9
                  Back in post #6 Jo suggested you check the <body tag to ensure that it contained a call to the onload function you showed in post #8

                  Look for
                  Code:
                  <body onload="javascript:onload;"> or <body onload="whatever-else-gets-loaded;javascript:onload;">
                  Bill
                  www.egyptianwonders.co.uk
                  Text directoryWorldwide Actinic(TM) shops
                  BC Ness Solutions Support services, custom software
                  Registered Microsoft™ Partner (ISV)
                  VoIP UK: 0131 208 0605
                  Located: Alexandria, EGYPT

                  Comment


                    #10
                    Hi Bill

                    It looks like this

                    <body onload="javascriptnload;MM_preloadImages('but_bioplast1.jpg','but_bellybars1.jpg','but_bcr1.jpg','but_barbells1.jpg','but_nose1.jpg','but_eyebrow1.jpg','but_labret1.jpg','but_nipple1.jpg','but_albert1.jpg','but_stretching1.jpg','but_scaffold1.jpg','but_tragus1.jpg','but_surface1.jpg','but_circular1.jpg','but_barclose1.jpg','but_segment1.jpg','but_largeg1.jpg','but_retainers1.jpg','but_bioflex1.jpg','but_aftercare1.jpg','but_playboy1.jpg','but_sale1.jpg','but_home1.jpg','but_gripper1.jpg','but_tongue1.jpg')">
                    Thanks

                    JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

                    Comment


                      #11
                      That looks like some Dreamweaver onload script. There is a known issue with the requirement for the inbuild Actinic Onload to be in the body tag to bounce to the PSP pages.


                      Bikster
                      SellerDeck Designs and Responsive Themes

                      Comment


                        #12
                        Hi Jont

                        It just loads all of the button images for he roleovers.

                        I think I will restore our old site on a spare PC in the office and take a look at the last working one.
                        Thanks

                        JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

                        Comment


                          #13
                          OK guys

                          Its now working

                          Got this from my old site - pasted it in and its away for both Protx and Paypal

                          <body onload="<actinic:variable value="PreloadImages" name="OnLoadScript" />">
                          Thanks for everyones help - orders at last...
                          Thanks

                          JoBananas Body Jewellery - Body piercing jewellery, belly bars and ear stretching plugs

                          Comment


                            #14
                            body onload="<actinic:variable value="PreloadImages" name="OnLoadScript" />">
                            Yep that is definately needed - Ive brought this up before with actinic ie this code is not beeing added to some templates/external designs

                            Comment


                              #15
                              To insert the onload into a layout, right click in your overall layout <body HERE

                              insert layout, choose OnLoadScript from the resultant box, insert.

                              Comment

                              Working...
                              X