Package DE_EPAGES::Envialia::API::Tools
This package provides the Envialia global functionality.
@EXPORT_OK |
Functions
AreMandatoryShippingFieldsSet
checks all required fields are mandatory in the shop
Syntax |
$IsAllowed = AreMandatoryShippingFieldsSet($Shop); |
Example |
my $IsAllowed = AreMandatoryShippingFieldsSet($Shop); |
Input |
|
Return |
|
GetLabelImagePath
returns the path for the barcode image of a shipping label
Syntax |
$Path = GetLabelImagePath($ShippingLabel,$FileExtension); |
Example |
my $Path = GetLabelImagePath($ShippingLabel,'gif'); |
Input |
|
Return |
|