Package DE_EPAGES::ShippingTypes::API::Object::ShippingMethodFree
This module is object package for free shipping methods.
Base |
DE_EPAGES::Order::API::Object::ContainerShippingMethod |
Functions
hasSettings
Returns true if the shipping method has any settings, i.e. if the tab page "Settings" should be displayed. Free shipping methods normally don't have settings, except if they have a shipping fulfilment method.
Syntax |
$HasSettings = $Object->hasSettings; |
Return |
|
lineItem
Returns lineItem for container, adds LineItemPrice = 0.
Syntax |
my $hInfo = $ShippingMethod->lineItem($Container); |
Input |
|
Return |
|
price
Returns the shipping price by the given requirements. Here the shipping price is always 0.
Syntax |
$ShippingPrice = $Object->price( $hVars ); |
Input |
|
Return |
|