Package DE_EPAGES::Order::API::Shop
This package provides the shop functions of order.
@EXPORT_OK |
Functions
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 |
|