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 session content

the code was 

 <cfelseif Isdefined ('FORM.update_button.y')>
    <cfloop from="1" to="#ArrayLen(SESSION.cart)#" index="i">
     <cfset SESSION.cart[i].quantite = FORM["quantite_" & i] />
    </cfloop>
 <cflocation url="contenu_commande.cfm">


the only thing I did is to duplicate the fucntion and add the increase / 
decrease build in function to it.

thank you for your help
Marc
> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302725
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to