Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 08-10-2002 09:56:06

Guest
Guest

Remote add to cart

For the remote HTML add-to-cart form:

1) How can I make it so there is no amount listed--the customer enters the amount?
2) The quantity will always be 1.  Do I need a quantity field?  If so, how do I make it so it can only be 1?

Thanks.

 

#2 08-10-2002 10:39:30

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Remote add to cart

Make the quantity field hidden:

<INPUT TYPE="HIDDEN" NAME="quantity" VALUE="1">

And the price field a textbox:

<INPUT TYPE="TEXT" NAME="price" VALUE="" SIZE="5">


Nick Hendler

Offline

 

Board footer