Package DE_EPAGES::Order::API::Shop
This package provides the shop functions of order.
@EXPORT_OK |
Functions
- GetLatestOrderCreationDate
- GetNextOrderNo
- ProcessOrderDocumentTextAttributes
- ProcessOrderDocumentTextAttributesByLanguageID
- ShouldSplitShippingAndPaymentTax
GetLatestOrderCreationDate
Returns the datetime of the latest created order of the given shop
Syntax |
$LatestOrderCreationDate = GetLatestOrderCreationDate($Shop); |
Input |
|
Return |
|
GetNextOrderNo
Returns the next order alias for this shop.
Syntax |
my $OrderNo = GetNextOrderNo($Shop); my $OrderNo = GetNextOrderNo($Shop, $Object); |
Input |
|
Return |
|
ProcessOrderDocumentTextAttributes
set shop attributes for order documents by the given PageType alias
Syntax |
ProcessOrderDocumentTextAttributes($Shop, $PageTypeAlias, $Update); |
Input |
|
ProcessOrderDocumentTextAttributesByLanguageID
set shop attributes for order documents by the given PageType alias and language id
Syntax |
ProcessOrderDocumentTextAttributesByLanguageID($Shop, $PageTypeAlias, $Update, $LanguageID); |
Input |
|
ShouldSplitShippingAndPaymentTax
Returns, if the taxes for shipping and payment should be splitted for the given shop (address)
Syntax |
my ($SplitShippingTaxes, $SplitPaymentTaxes) = @{ ShouldSplitShippingAndPaymentTax($Shop) }; |
Input |
|
Return |
|