I am working on a website that uses the NOP Cart and this is the form code that I am using. I know its not what you are looking for but should give you an example. I think you may have to play with the form variables in order to get it to work. In other words try taking the hidden value with the PRICE and put it into the input area of your select tag then add the onChange='this.value=CKquantity(this.value)' value="1" to the tag as well and see if that works. If not you may have to reorganize your form so that it works. Have you tried posting to the NOP forums to see if they can help you? They are usually pretty good.
Hope that helps,
Kaiman
Website Design and Hosting - Glenwood Springs, CO
<form>
<input type=text size=2 maxlength=3 name=QUANTITY onChange='this.value=CKquantity(this.value)' value="1">
<input name="submit" type="submit" class="buttons" id="submit" value="Sign Up"/>
<input type=hidden name=PRICE value="1795.95">
<input type=hidden name="NAME" value="Sales Management 101 Denver, CO June 20-21, 2005">
<input type=hidden name="ID_NUM" value="SM1DN">
</form>
|