Removing Items

1 view
Skip to first unread message

Rod

unread,
Jun 23, 2007, 5:07:02 PM6/23/07
to Open Shopping Cart
Hi,

I'd like to know how can I remove an item using Code Behind?

Thanx

Marc Chouteau

unread,
Jun 28, 2007, 7:17:47 AM6/28/07
to open-shop...@googlegroups.com
Hi Rod,

CartItem cartItem = Cart.List[0]; // for exemple

Cart.RemoveItem(cartItem);

Marc
Reply all
Reply to author
Forward
0 new messages