The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dancer::Plugin::Interchange6::Cart::Product

DESCRIPTION

Extends Interchange6::Cart::Product.

ATTRIBUTES

See "ATTRIBUTES" in Interchange6::Cart::Product for inherited attributes.

dbic_product

Used to stash the related Interchange6::Schema::Result::Product object so that other accessors can be lazily built from it on demand.

Required.

selling_price

Inherited. Lazily set via "dbic_product".

clearer: clear_selling_price

"clear_selling_price" is called whenever "set_quantity" in Interchange6::Cart::Product gets called so that possible quantity based pricing is recalculated.