Public Member Functions | |
| article_order_id ($PA, $fobj) | |
| sum_price_gross_format ($PA, $fobj) | |
| order_articles ($PA, $fobj) | |
| order_status (&$data, &$pObj) | |
| invoice_adress ($PA, $fobj) | |
| crdate ($PA, $fObj) | |
| delivery_adress ($PA, $fobj) | |
| adress ($PA, $fobj, $table, $uid) | |
| fe_user_orders ($PA, $fobj) | |
|
||||||||||||||||||||
|
Adresss Renders the an Adress adresss block
Load the table TCA into local variable Fist select Data from Database We should get just one Result So Render Result as $arr for template::table() Better formating via template class
TYPO3 Core API's Page 63 Walk thrue rowset, get TCA values and LL Names Get The label |
|
||||||||||||
|
Artcile order_id Just a hidden field
|
|
||||||||||||
|
Normal |
|
||||||||||||
|
Invoice Adresss Renders the invoice adresss
|
|
||||||||||||
|
|
|
||||||||||||
|
Invoice Adresss Renders the invoice adresss
|
|
||||||||||||
|
Oder Articles Renders the List of aricles
GET Storage PID and order_id from Data Select Order_articles TS config of fields in list Taken from class.db_list_extra.php Only if we have a result Header colum : Switch to moneylib to use formating Walk true Data Not very noice to render html_code directly change rendering html code here Trash icon Cerate the summ row New article Deaktivated as first step, will see if remove
Always Update sum_price_net and sum_price_gross To Be shure everything is ok |
|
||||||||||||
|
Oder Status Selects only the oder folders from the pages List
create a new data item array Get the poages below $order_pid Check if the Current PID is below $orderPid, id is below orderPid we could use the parent of this record to build up the select Drop Down otherwhise use the default PID |
|
||||||||||||
|
Artcile order_id Just a hidden field
|
1.4.4