RE: some issue while increment/decrement value of product in a shopping cart

2008-04-04 Thread Bobby Hartsfield
Well you are obviously looping over your entire cart and adjusting the quantity of each item when the buttons are clicked. The buttons are also very generically named which makes me believe that they aren't tied to individual items in anyway. -Original Message- From: marc collignon

Re: some issue while increment/decrement value of product in a shopping cart

2008-04-04 Thread marc collignon
Hi Bob, Thank you for your prompt answer , In deed I do loop in to all the Session content, but how can I provent that before I did add that increase / decrease feature , customers add to manualy change the quantity field value to upgrade it and it was working and not affecting the all

RE: some issue while increment/decrement value of product in a shopping cart

2008-04-04 Thread Bobby Hartsfield
and minus -Original Message- From: marc collignon [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2008 12:26 PM To: CF-Talk Subject: Re: some issue while increment/decrement value of product in a shopping cart Hi Bob, Thank you for your prompt answer , In deed I do loop in to all