
Originally Posted by
clydejones
In your tpl_returns_default.php
near the top of the file find and delete the following lines of code:
<tr>
<td class="breadCrumb" colspan="2"><?php echo $breadcrumb->trail(BREAD_CRUMBS_SEPARATOR); ?></td>
</tr>
This will take care of your breadcrumb issue.
In the same file, find the following line of code; near the bottom.
<td class="main"><?php echo zen_draw_textarea_field('reason', 'soft', 40, 15); ?></td>
and change it as follows:
<td class="main"><?php echo zen_draw_textarea_field('reason', 'soft', 'cols="40" rows="15"'); ?></td>
That should take care of the stray 15.
Let me know if everything works.
PS. I re-wrote the entire template file so it would work better with v1.3.0.1