Find
Code:
<span id="save_percent">{ $discount }</span>%
</td>
</tr>
</table>
</td>
{/if}
</tr>
</table>
<p />
<table width="100%" cellpadding="0" cellspacing="0">
change it to
Code:
<span id="save_percent">{ $discount }</span>%
</td>
</tr>
</table>
</td>
{/if}
</tr>
</table>
</tr>
</table>
<p />
<table width="100%" cellpadding="0" cellspacing="0">
( add </tr></table> before opening the next table> )