Hi!

I've got a shopping basket going:

<cfset tempValue = queryAddRow(session.basket)>
<cfset tempValue = querySetCell(session.basket, "ID",  form.ID)>
<cfset tempValue = querySetCell(session.basket, "Quantity", form.quantity)>

But I can't find the instructions on how to delete items 
from the basket.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to