Announcement

Collapse
No announcement yet.

How do I add a manual 'continue' button onto my SSL bounce page?

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

    How do I add a manual 'continue' button onto my SSL bounce page?

    Open 'ShoppingCart.pl' in Notepad (this file is in your site directory).

    Find the following code:

    Find the following code:
    $sHTML = "<HTML><HEAD>\n" .
    "<SCRIPT LANGUAGE='JavaScript'>\n" .
    "<!-- \n" .
    "function onLoad() {document.Bounce.submit();}\n" .
    "// -->\n" .
    "</SCRIPT>\n" .
    "</HEAD>\n" .
    "<BODY OnLoad='onLoad();'>\n" .
    "<FORM NAME='Bounce' METHOD=POST ACTION='$sURL'>\n" .
    "<INPUT TYPE=HIDDEN NAME='ACTINIC_REFERRER' VALUE='$sReferrer'>\n" .
    "<INPUT TYPE=HIDDEN NAME='COOKIE' VALUE='$sCookie'>\n" .
    "<INPUT TYPE=HIDDEN NAME='CARTCOOKIE' VALUE='$sCartCookie'>\n" .
    "<INPUT TYPE=HIDDEN NAME='SESSIONID' VALUE='$sSessionID'>\n" .
    "<INPUT TYPE=HIDDEN NAME='DIGEST' VALUE='$sBusinessCookie'>\n" .
    $sHTMLParams .

    Underneath that code, add the following line:

    "<br>Please wait for your browser to forward you to the next page or click <input type=submit name='here' value='here.'>\n" .

    The space and period at the end of the line is very important.

    SellerDeck is not able to provide any detailed support for script changes made. If you find that there is a problem, an original copy of the script can be found within the 'Original' folder in your installation. Copy this into your site folder.
Working...
X