View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000133 | OXID eShop (all versions) | 1.03. Basket, checkout process | public | 2008-09-16 16:08 | 2012-12-10 13:25 |
Reporter | lars_sobanski | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | 4.0.0.0 revision 13895 | ||||
Summary | 0000133: no billing data in shopadmin | ||||
Description | Hi, our officeteam encountered a bug in shopadmin. The data of “Payment with: Bankeinzug/Lastschrift” is missing. Now I chanced the templates to send them with the order email in email_order_owner_html.tpl But the data is missing in admin In order_overview.tpl Following is present: [{ if $paymentType->aDynValues }] <table cellspacing="0" cellpadding="0" border="0"> [{foreach from=$paymentType->aDynValues item=value}] <tr> <td class="edittext"> [{ $value->name}] : </td> <td class="edittext"> [{ $value->value}] </td> </tr> [{/foreach}] </table> [{/if}] But nothing beeing put out. In order_overview.php: $this->_aViewData["paymentType"] = $oOrder->getPaymentType(); But “paymentType” dosent contain the information. | ||||
Tags | Order | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 5.2.6 | ||||
Database Version | 5.0.33 | ||||