looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread megan sherman
Hi, I am trying to build a shopping cart table that displays a customer's intended purchases from a temporary database holding that information. Each item and its description and cost get put on their own line in the table using cfoutput. I'm trying to provide a form input box for the quantity on

Re: looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread Phoeun Pha
why wasnt it working before? what happened? - Original Message - From: megan sherman <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Sent: Friday, March 16, 2001 8:27 AM Subject: looping qty form input box in shopping cart table using cfoutput > Hi, > I am

RE: looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread Dylan Bromby
rm so you can UPDATE your DB in each iteration of this CFLOOP. hope that makes sense. works really well for me. -Original Message----- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 6:26 AM To: CF-Talk Subject: Re: looping qty form input box in shopping cart table

RE: looping qty form input box in shopping cart table using cfoutput

2001-03-16 Thread Dylan Bromby
l give you the VALUE of each variable from the form so you can UPDATE your DB in each iteration of this CFLOOP. hope that makes sense. works really well for me. -Original Message----- From: Phoeun Pha [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 15, 2001 6:26 AM To: CF-Talk Subject: Re: