Christopher H. Laco > Handel-0.32 > Handel::Checkout::Plugin::AssignOrderNumber

Download:
Handel-0.32.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Handel-1.00011

NAME ^

Handel::Checkout::Plugin::AssignOrderNumber - Checkout plugin to assign order numbers

SYNOPSIS ^

    use Handel::Checkout;

    my $checkout = Handel::Checkout->new({
        order       => $order,
        phases      => 'CHECKOUT_PHASE_FINALIZE',
        loadplugins => 'Handel::Checkout::Plugin::AssignOrderNumber'
    });

    $checkout->process;

DESCRIPTION ^

This checkout plugin simply assigns a number to $order->number during the CHECKOUT_PHASE_FINALIZE phase.

SEE ALSO ^

Handel::Checkout::Plugin, Handel::Checkout

AUTHOR ^

    Christopher H. Laco
    CPAN ID: CLACO
    claco@chrislaco.com
    http://today.icantfocus.com/blog/