Will, I would be careful using URL variables to hold shopping cart information. They have a maximum size of I believe 255 characters which might cause your cart to be truncated, especially if you are holding product descriptions in it.
Andy -----Original Message----- From: Will Tomlinson <!---The cart info variable "#URL.cart#" arrives at my template via HTTP call, and looks like this. description:quantity:price:productcode delimited by ~ product description 1 blah blah:1:24.99:FX25~product description 2 blah blah:3:19.99:MX25~product description 3 blah blah:1:49.99:CX25 ---> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188365 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

