NAME
Mango::Catalyst::Controller::Carts::Items - Catalyst controller for cart item information
SYNOPSIS
package MyApp::Controller::Cart::Items;
use base 'Mango::Catalyst::Controller::Cart::Items';
DESCRIPTION
Mango::Catalyst::Controller::Carts::Items provides the web interface for shopping cart items.
ACTIONS
delete : /cart/items/<id>/delete/
Removes the specified item from the current cart.
instance : /cart/items/<id>
Loads the specified cart item form the current cart.
update : /cart/items/<id>/update/
Updates the specified item in the current cart.
SEE ALSO
Mango::Catalyst::Controller::Carts
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/