I am in the test mode for the checkout.
After I submit all the info (address, cc info etc) and hit the checkout... I got this on the next screen, instead of Confirm Your Order
I am not including the whole file...
<!-- ClientApp: Error-count incremented (1) -->
Content-type: text/html
<?xml version="1.0" encoding="UTF-8">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title>Portmanteau Thanks You For Your Order</title>
<script type="text/javascript" language="JavaScript">
<!--
function dis_red(name) {
var n1 = 'E_' + name;
id = document.getElementById(n1);
if (id != undefined) {
id.className += ' field_warn';
}
id = document.billing.elements[name];
if(id != undefined) {
id.className += ' field_warn';
}
}
function clear_red(name) {
var n1 = 'E_' + name;
id = document.getElementById(n1);
if (id != undefined) {
id.className = id.className.replace(/(?:^|\s)field_warn(?!\S)/,'');
}
id = document.billing.elements[name];
if(id != undefined) {
id.className = id.className.replace(/(?:^|\s)field_warn(?!\S)/,'');
}
}
var ss_ordernum = "1236";
var ss_ordertotal = "286.25";
var ss_subtotal = "260.00";
// -->
</script>
<style type="text/css">
ul
{
list-style-type:none;
margin:0;
padding:0;
}
li
{
display:inline;
}
</style>
<style type="text/css">
<!--
body {
color: #000000;
background-color: #FFFFFF;
}
body, td, li, a, p, div, th {
font-family: 'Courier New',Courier,monospace; font-size: 12pt;}
/*** Hyperlinks ***/
a:link, a:hover { color: #00015F;}
a:visited { color: #810602;}