Package DE_EPAGES::Colissimo::API::Object::LineItemShippingColissimo
object interface for LineItemShippingColissimo.
Base |
DE_EPAGES::Order::API::Object::LineItemShipping |
Functions
className
Returns the class name, used for DAL access.
Syntax |
$ClassName = $LineItemShippingColissimo->className; |
Return |
|
dbPackage
Returns the database package, used for DAL access.
Syntax |
$DbPackage = $LineItemShippingColissimo->dbPackage; |
Return |
|
prepareOrder
This functions allows a shipping line item to prepare a basket for the shipping process. The default implementation does nothing. Called by DE_EPAGES::Colissimo::Hooks::Basket::OnBasket2OrderShippingColissimo
Syntax |
$LineItemShippingColissimo->prepareOrder($hValues); |
Input |
|
recalculate
overwrite parents method
Syntax |
$LineItem->recalculate($hValues); |
Input |
|