Public Member Functions | |
| tx_commerce_ordermailhooks () | |
| ordermoveSendMail ($mailcontent, $mailfromname, $mailfromaddress, $userMail, $bcc, &$orderdata, &$template) | |
| generateTemplatearray ($mailkind, $pid, $order_sys_language_uid) | |
| processOrdermails (&$orderdata, &$detaildata, $mailkind) | |
| moveOrders_preMoveOrder (&$orderdata, &$detaildata) | |
| moveOrders_postMoveOrder (&$orderdata, &$detaildata) | |
| makeAdressView ($addressArray, $subpartMarker) | |
| generateMail ($orderUid, $orderData) | |
Public Attributes | |
| $cObj | |
| $csConvObj | |
| $templateCode | |
| $templatePath | |
| $customermailadress | |
| $tablename | |
| $extConf | |
|
|
This is just a constructor to instanciate the backend library
|
|
||||||||||||
|
This Method generates a Mailcontent with $this->templatecode as Mailtemplate. First Line in Template represents the Mailsubject. The other required data can be queried from database by Parameters.
Hook for processing Marker Array Inspired by tt_news
|
|
||||||||||||||||
|
Getting a template with all Templatenames in the Mailtemplaterecords according to the given mailkind and pid
|
|
||||||||||||
|
Renders on Adress in the template This Method will not replace the Subpart, you have to replace your subpart in your template by you own
|
|
||||||||||||
|
Initial method for hook that will be performed before the Order will be moved to another Orderstate
|
|
||||||||||||
|
Initial method for hook that will be performed after the Order will be moved to another Orderstate
|
|
||||||||||||||||||||||||||||||||
|
This method converts an sends mails.
Convert Text to charset |
|
||||||||||||||||
|
This method will be used by the initial methods before and after the Order will be moved to another Orderstate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4