NAME
Mango::Catalyst::Controller::Cart - Catalyst controller for cart information
SYNOPSIS
package MyApp::Controller::Cart;
use base 'Mango::Catalyst::Controller::Cart';
DESCRIPTION
Mango::Catalyst::Controller::Cart provides the web interface for shopping cart information.
ACTIONS
add : /cart/add/
Adds and item to the cart.
clear : /cart/clear/
Removes all items from the cart.
index : /cart/
Displays the contents of the cart.
instance : /cart/
Loads the current users cart.
restore : /cart/restore/
Restores a wishlist into the cart.
SEE ALSO
Mango::Catalyst::Model::Carts, Mango::Provider::Carts
AUTHOR
Christopher H. Laco
CPAN ID: CLACO
claco@chrislaco.com
http://today.icantfocus.com/blog/