View Issue Details

IDProjectCategoryView StatusLast Update
0000133OXID eShop (all versions)1.03. Basket, checkout processpublic2012-12-10 13:25
Reporterlars_sobanski Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.0.0.0 revision 13895 
Summary0000133: no billing data in shopadmin
DescriptionHi,

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.
TagsOrder
Attached Files
clip_image001.jpg (29,456 bytes)   
clip_image001.jpg (29,456 bytes)   
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities