You have made changes to code that is not marked as editable
When i run the ecart checkout wizard, at the end i the You have made changes to code that is not marked as editable error only on 1 page the pp confirm page.
Now the pp confirm page will not redirect to the success page when the order is sent, and it wont add the items to the database. but the email does send out.
I have retried checkout wizard again.
What is wrong with my template file?
here is the html to my template file.
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>website name</title>
<!-- TemplateEndEditable -->
<link href="../style.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<style type="text/css">
#block_body{
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cv_block_body_bg2.png',sizingMethod='scale');
}
#bottom{
background-image: none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/cv_block_body_bottom.png',sizingMethod='scale');
}
</style>
<![endif]-->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body>
<div align="center">
<div id="wrap">
<div id="wrap2">
<?php require_once('../top-mod.php'); ?>
<div id="block_body">
<div class="main_body">
<div class="left">
<?php require_once('../leftnav.php'); ?>
<div class="right">
<div class="right"><!-- TemplateBeginEditable name="main" -->
<p> </p><!-- TemplateEndEditable -->
</div>
</div>
</div>
<div class="main_body2"></div>
<?php require_once('../footer-mod.php'); ?>
</body>
</html>