Announcement

Collapse
No announcement yet.

PSP Bounce Page Removal

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

    PSP Bounce Page Removal

    Is it possible to remove the PSP Bounce Page altogether so that when you have entered all your delivery details you go straight to the PSP's site?

    I know some people like to be reassured by being told that they are being transferred to a secure server but I have a client who would rather it looked like the payment process was being handled in-house.
    Actinic Web Design | Actinic Templates

    #2
    Hi Rob,

    I'm afraid you cannot remove the bounce page.

    You could try speeding the bounce delay up though. In your design tab select the page type "PSP Bounce Page". Search for:

    document.formOCC.submit();

    and replace the surrounding code with:


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

    Toby Blanchard

    Comment


      #3
      Hi Toby,

      Many thanks for your reply. The only thing is that, with Protx, although it says it automatically transfers you to the secure server you still need to click the 'next' button to get to the Protx server.

      I had to manually reinsert the 'next' button as mentioned in the Protx Actinic Guide - without it you just get stuck on that page.
      Actinic Web Design | Actinic Templates

      Comment


        #4
        Hey Rob,

        Protex should by default have a next button and automatically bounce you.

        What I would do is backup Act_OCCPROTXTemplate.html in:

        C:\Program Files\Actinic v8\Sites\Site1\CommonOCC

        Then copy over the original from:

        C:\Program Files\Actinic v8\OCCUpgrade\CommonOCC

        I'd then backup the PSP bounce page layout in the Design | Library | Layouts - Web Page Inner Layout | PSP Bounce Page Bulk (right click copy). Then revert it factory settings.

        Also for your PSP overall layout, make sure you have in your <body> tag:


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

        Does this sort it out?
        Regards,

        Toby Blanchard

        Comment


          #5
          Hi Toby,

          Sorry for the delay in getting back to you. I did what you said and it made no difference. Still not being automatically transferred to Protx.

          Rob
          Actinic Web Design | Actinic Templates

          Comment


            #6
            Hi Rob,

            I think we would need to take a look at your snapshot to find out what the problem is. Can you please log a support query here.
            Regards,

            Toby Blanchard

            Comment

            Working...
            X