Andrew,
Please check the layout you are using for the checkout to see if it has the following code just before the closing 'Head' tag ( </head> ).
If that is in place, then check if the opening body tag has the following code
These need to be in place for the bounce from Protx to work.
Kind regards,
Please check the layout you are using for the checkout to see if it has the following code just before the closing 'Head' tag ( </head> ).
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>
Code:
<body onload="<actinic:variable value="PreloadImages" name="OnLoadScript" />">
Kind regards,
Comment