Christopher H. Laco > Mango > Mango::Catalyst::Controller::Carts::Items

Download:
Mango-0.01000_13.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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/