ePages 6.10 - DE_EPAGES/Order/UI/Shop.pm

Package DE_EPAGES::Order::UI::Shop

Functions

SearchTransactions
TransactionPaymentName
ViewTransactions

SearchTransactions

Searches for transactions of the current payment type. The TLE variable #Pager contains the search results. See also TransactionPaymentName.

Syntax
$Handler->SearchTransactions( $Servlet );
Input
$Servlet (object)
servlet

TransactionPaymentName

Returns the name of the payment type as string. This name is used for the transaction search. A search definition with the name 'Search'.$self->TransactionPaymentName().'Transactions' must exist in class Shop. This method has to be overloaded by sub classes. The default implementation throws an error.

Syntax
$Name = $Handler->TransactionPaymentName();
Return
$Name (string)
name of payment type

ViewTransactions

Simple user interface for searching transactions if SearchTransactions failed.

Syntax
$Handler->ViewTransactions( $Servlet );
Input
$Servlet (object)
servlet