>> <CFLOOP Query="#Session.Cart#">

<Coming in late as usual>

Eh?  Never used CF Loop like that before... is it not just a string that
goes into the query attribute of the cfloop?

>From the docs...
<cfloop query = "query_name"
  startRow = "row_num"
  endRow = "row_num"> 

ie query_name  not the actual query

Have you tried setting it to a local variable...

<cfset qBasket = session.cart>
or 
<cfset qBasket = duplicate(session.cart)>

#dc
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:137483
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to