RE: Adding items to Shopping cart

2001-01-02 Thread BORKMAN Lee
Well, yeah. The most basic approach is like this: 1) on your form, make a text box for each product, and name the text field quantity_XXX, where XXX is the product ID; 2) on your form-handler, loop through all of the form fields. If fieldName is of the form "quantity_XXX", and the value of the

Re: Adding items to Shopping cart

2000-12-21 Thread Jon Hall
of course it can jon - Original Message - From: "JayB" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, December 21, 2000 12:07 PM Subject: Adding items to Shopping cart > I apologize if this was sent twice...sent it ye

RE: Adding items to Shopping cart

2000-12-21 Thread Phoeun Pha
of course CF can do this kind of thing -Original Message- From: JayB [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 21, 2000 11:08 AM To: CF-Talk Subject: Adding items to Shopping cart I apologize if this was sent twice...sent it yesterday and didn't see it sh

Re: Adding items to Shopping cart

2000-12-21 Thread paul smith
At 10:07 AM 12/21/00 -0700, you wrote: >One of the things I really like about our current cgi shopping cart system >is that a customer can add multiple items to the cart from one page with a >single click of the add to basket button. The WebMonkey demo cart does this: http://hotwired.lycos.com/

Re: Adding items to Shopping cart

2000-12-21 Thread Dick Applebaum
Yes, with the proper design,,, Probably involves some JavaScript too, to make it efficient on the client side and to improve the interface. Dick At 10:07 AM -0700 12/21/00, JayB wrote: >I apologize if this was sent twice...sent it yesterday and didn't see it >show up > > >Basic Question...

Adding items to Shopping cart

2000-12-21 Thread JayB
I apologize if this was sent twice...sent it yesterday and didn't see it show up Basic Question... Most shopping carts I've seen/used require you to click to add a product or multiple of one product, which takes you to some calculate page, then back to add a different item, the back to