Inheritance diagram for tx_commerce_pi5:

Public Member Functions | |
| init ($conf) | |
| main ($content, $conf) | |
| getBillingAddress ($withTitle=1) | |
| getDeliveryAddress () | |
| handlePayment () | |
| getListing ($template=false) | |
| finishIt () | |
| getBasketSum ($type= 'WEB') | |
| getAddress ($addressType, $newLine= '< br/>', $headstart= '< strong >', $headstop='</strong >') | |
| validateAddress ($addressType) | |
| getPaymentData () | |
| getPaymentType () | |
| getInputForm ($config, $step, $parseList=true) | |
| getAddressFromDB ($config, $step, $fieldList=array(), $getFromSession=true) | |
| handleAddress ($type) | |
| getInputField ($fieldName, $fieldConfig, $step) | |
| getSingleInputField ($fieldName, $fieldConfig, $step) | |
| getSelectInputField ($fieldName, $fieldConfig, $step) | |
| parseFieldList ($fieldConfig) | |
| canMakeCheckout () | |
| sendUserMail ($orderUid, $orderData) | |
| sendAdminMail ($orderUid, $orderData) | |
| generateMail ($orderUid, $orderData) | |
Public Attributes | |
| $prefixId = "tx_commerce_pi5" | |
| $scriptRelPath = "pi5/class.tx_commerce_pi5.php" | |
| $extKey = "commerce" | |
| $imgFolder = "" | |
| $templateCode = '' | |
| $dbFieldData = array() | |
| $formError = array() | |
| $orderId | |
| $currency = '' | |
|
|
Returns wether a checkout is allowed or not. Currently it always returns TRUE!!! implement some checks |
|
|
Finishing Page from Checkout
Do the output |
|
||||||||||||
|
Generates one Mail
Hook for processing Marker Array Inspired by tt_news
|
|
||||||||||||||||||||
|
Returns a string that contains the address data of the specified type. The type can be 'billing' or 'delivery'.
|
|
||||||||||||||||||||
|
|
|
|
This method returns an general overview about the basket content. It contains
|
|
|
Creates a form for collection the billing address data. Hook for processing Marker Array Inspired by tt_news
|
|
|
Creates a form for collection the delivery address data. Hook for processing Marker Array Inspired by tt_news
|
|
||||||||||||||||
|
Returns a single input form field. |
|
||||||||||||||||
|
Creates a form from a table where the fields can prefilled, configured via TypoScript. |
|
|
Method to list the content of the basket including all articles, sums and addresses.
Hook for processing Marker Array Inspired by tt_news
|
|
|
|
|
|
Returns the payment type. The type is extracted from the basket object. The type is stored in the basket as a special article.
|
|
||||||||||||||||
|
Returns a selectbox |
|
||||||||||||||||
|
Returns a single textfield |
|
|
|
|
|
This method handles all the stuff concerning the payment. Hook for processing Marker Array Inspired by tt_news
|
|
|
Init Method, autmatically called $this->main
Reimplemented from tx_commerce_pibase. |
|
||||||||||||
|
Main Method, automatically called by TYPO3 wher inserting the plugin
|
|
|
Creates a list of array keys where the last character is removed from it. |
|
||||||||||||
|
Sends Admin Mail
Convert Text to charset Check if user Mail is set |
|
||||||||||||
|
Sends the Information Mail to the user
Convert Text to charset |
|
|
Checks if an address in the SESSION is valid |
|
|
Reimplemented from tx_commerce_pibase. |
|
|
|
|
|
Reimplemented from tx_commerce_pibase. |
|
|
|
|
|
Reimplemented from tx_commerce_pibase. |
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4