
Originally Posted by
clydejones
There is no extra "success page". everything (introduction, submission form, success message) is all included in tpl_returns_default.php. If there were an extra </div> it should distort the returns page when it first appears with the submit form as well as when the success message shows up.
It works as is out of the box on other templates and there are no html warnings about an extra </div>.
I did notice that cherry_zen is tableless (that is you've dropped the contentMainWrapper table from tpl_main_page.php) and that the left and right columns are floated after the main content.
I'll double check in any case.
I understand there is only one file, and while there is no "extra" div, it is misplaced, so that the success page does indeed end up with an extra div, while the other pages do not.... I tried validating the success page, and though she had a ton of other errors, one of them was a div issue. From her page source:
Code:
<div class="centerColumn" id="pageThree">
<h1>Return Authorization Request</h1>
<form name="returns" action="http://store.annron.com/index.php?main_page=returns&action=send" method="post">
<br class="clearBoth" />
<div class="mainContent success">Your message has been successfully sent.</div>
</div>
</form>
<div class="buttonRow back"><a href="http://store.annron.com/index.php?main_page=index"><img src="includes/templates/cherry_zen/buttons/english/button_back.gif" alt="Back" title=" Back " width="60" height="21" /></a></div>
<br class="clearBoth" />
</div>
See this post, I suggested a fix that fixed the issue:
http://www.zen-cart.com/forum/showpo...&postcount=739
Bookmarks