Package DE_EPAGES::Order::UI::Shop
Functions
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 |
|
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 |
|
ViewTransactions
Simple user interface for searching transactions if SearchTransactions failed.
Syntax |
$Handler->ViewTransactions( $Servlet ); |
Input |
|