Once the quantity is entered it calculate the total amount as price * qty. This is also working fine.
This works fine if there is only one item in the shopping cart. If there are multiple items in the cart, user get prompt proper and amount is calculated properly but it gets posted on the 1st item only, this is because the all the items are loaded via a while loop, for every row a text boxes are generated dynamically. Now i want to know how i can pass the unique id (for
quantity textbox for accepting qty ) of the current row
following is the code where the textboxes and quantity are generated depending upon no of rows in cart.
value="" readonly="readonly" />
Code for button
Please help regarding this asap i need to make this live.
thanks in advance.

Replies
Know the answer? Post it — somebody with the same question will find it here.