In this code:

<cfset session.cart[#prodID#].quantity=session.cart[#form.prodID#].quantity+1>

the # symbols are completely unnecessary.

<cfset session.cart[prodID].quantity=session.cart[form.prodID].quantity+1>

will work just the same.

On Wed, Mar 12, 2008 at 9:33 AM, Phillip Perry <[EMAIL PROTECTED]> wrote:
> Well, I figured it out....
-- 
mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301034
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