I downloaded my website 'nopcart.js' file in case there was a problem with my localhost one. When I use the unaltered file it works fine but as soon as I apply your mod, no go. Also I am using the fields "QUANTITY", "NAME", "PRICE" and "ID_NUM", none of which are null, the script and field names are as per the examples I downloaded from NOP Design prior to my original setup. - for example...
<form Name=Cart style="float: right"><td height="1" valign="bottom">
<div align="right" style="width: 659; height: 31">
<right>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="662" height="42">
<tr>
<td width="291" height="24" valign="middle" align="center">
<p align="left"><font color="#800000">Product # 385-0001</font>
<font color="#000000">- 12 inch Square Mirror Tile</font></p>
</td>
<center>
<td width="108" height="24" valign="middle">
<p align="center">Rate $2.00</td>
</center>
</center>
<td width="59" height="1" valign="middle">
<p align="right">Quantity:</p>
</td><center>
<center>
<td valign="middle" width="48"><input type=text size=4 maxlength=4 name="QUANTITY" onChange='this.value=CKquantity(this.value)' value="1">
<input type=hidden name="PRICE" value="2.00">
<input type=hidden name="NAME" value="12 inch Square Mirror Tile">
<input type=hidden name="ID_NUM" value="385-0001">
</td>
<td width="146" height="1" align="right" valign="middle"><input type=button value=' Add to quote ' onClick='AddToCart(this.form)'>
</td>
</tr>
</table>
</center>
</div>
</center>
</div>
</form>
<<<<<Apologies for the code, FrontPage y'know>>>>>
This same format is repeated throughout the site with different values. Is there any way to trace what values are set for name, quantity, id_num & price when the script is running?
Again, many thanks
