After the user submits payment on the Authorize.net payment page the folowing message is displayed:
That is all that is on the page. The link returns an error:
The following errors have occurred.
(13) The merchant login ID or password is invalid or the account is inactive.
But of course my account is active. Notice the href for the return link is empty in the page source below.
Here is the source:
<div class="hikashop_authorize_thankyou" id="hikashop_authorize_thankyou">
<span id="hikashop_authorize_thankyou_message" class="hikashop_authorize_thankyou_message">
Thank you for your purchase.<br/><a href="">You can go back to the shop by clicking on this link</a> </span>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr">
<head>
<base href="http://www.heatmisersaves.com/index.php" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="y_key=8630ca965f79c29f" />
<meta name="description" content="Home of the HeatMiser�?� Energy Saving Furnace Controller with Adaptive Cycle Management - reduce heating cost - conserve natural gas - conserve fossil fuels - reduce emissions" />
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
<title>HeatMisersaves.com Home of the HeatMiser�?�</title>
<link href="/templates/cloudbase/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="/media/com_hikashop/css/frontend_default.css" type="text/css" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="http://www.heatmisersaves.com/components/com_k2/css/k2.css" type="text/css" />
<script type="text/javascript" src="/media/com_hikashop/js/hikashop.js"></script>
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/media/system/js/modal.js"></script>
<script type="text/javascript" src="http://www.heatmisersaves.com/components/com_k2/js/k2.js"></script>
<script type="text/javascript">
do_nothing( function() {
SqueezeBox.initialize({});
$$('a.modal').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
var K2RatingURL = 'http://www.heatmisersaves.com/';
</script>
<link rel="stylesheet" href="http://www.heatmisersaves.com/templates/cloudbase/css/addons.css" type="text/css" />
<link rel="stylesheet" href="http://www.heatmisersaves.com/templates/cloudbase/css/template.css" type="text/css" />
<link rel="stylesheet" href="http://www.heatmisersaves.com/templates/cloudbase/css/print.css" type="text/css" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-20461873-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</head>
<body class="contentpane">
<div class="column">
</div>
</body>
</html>
I would like the user to be redirected to
www.heatmisersaves.com/my-orders
automatically
Thank you,
Bill