PDA

View Full Version : Oops Netquotevar Coupon Code


Owen Drumm
23-May-2005, 10:46 AM
Netquotevar coupon code is showing instead of the catalog sections at www.dabfitness.com. Upgraded from version 6 to 7. I don't require any coupon codes anyway. Anyone know what the glich is?

wjcampbe
23-May-2005, 02:57 PM
name="Image43" border="0" src="contact.gif" width="80" height="16"></a></td>
</tr>
<tr> <script language="JavaScript">
<!--
document.write("Items:&nbsp;" + getCartItem(3)+"&nbsp;<BR>");
document.write("Value:&nbsp;" + getCartItem(1));
// -->
</script>
</font></span> </div>
</td>


This looks like the problem. The <tr> starts a new table row, then you have your javascript - then a </td> closes a cell that is not open. Add an opening <td> tag before <script and all should come right again.

Owen Drumm
23-May-2005, 03:08 PM
I sorted it by getting the original template and modifying that. Funny how it worked in version 6 and upgrading to 7 made a ricket