Announcement

Collapse
No announcement yet.

PSP bounce in v9

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

    PSP bounce in v9

    I have recreated an existing website in v9 (first official release), and it all seems to work very well, except for two problems:

    1. the automated bounce from checkout page 2 into either Worldpay or PayPal has disappeared. Is there a setting somewhere which controls this? Cannot find a reference to this in earlier v8 or v9 posts.

    2. I keep mistyping "hotshot" as "hotshit"!

    URL of site is http://www.educationaltoys2enjoy.co.uk
    Andy Shercliff
    www.4children2enjoy.co.uk

    #2
    1. have you seen this thread regarding the <body onload> http://community.actinic.com/showthread.php?t=31135

    2. filthy boy!


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Problem fixed - thanks

      Replaced <BODY> statment with

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

      Works fine. Many thanks.
      Andy Shercliff
      www.4children2enjoy.co.uk

      Comment


        #4
        Ensure this code appears in the HEAD area of your page by going to the design tab, and selecting Checkout Page 2 in the pagetype dropdown.
        Code:
        	<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>
        [added] I must learn to refresh the page before writing a reply, when I have been away from the PC....
        Last edited by wjcampbe; 20-Mar-2008, 09:25 AM. Reason: Jont posted while I was occupied elsewhere
        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


          #5
          Already there

          Thanks. This appears to be present in the standard layout <actinic:variable name="JavaScriptFunctions" />.
          Andy Shercliff
          www.4children2enjoy.co.uk

          Comment

          Working...
          X