View Issue Details

IDProjectCategoryView StatusLast Update
0005074OXID eShop (all versions)2. ----- eShop backend (admin) -----public2013-04-17 14:51
Reporterray Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.3 / 5.0.3 revision 54408 
Fixed in Version4.7.5 / 5.0.5 
Summary0005074: wrong language key used in ordered items overview
Descriptionin admin at Administer Orders -> Orders Overview there is a wrong language key used

in last column it shows the total amount of the number of sold articles, but the header says "Price" - which would mean "single price of articel"

better use SHOWLIST_SUM
Additional Informationin /admin/tpl/list_order.tpl around line 118:

    [{block name="admin_list_order_sorting"}]
        
...

        <td class="listheader">javascript:top.oxid.admin.setSorting( document.forms.showlist, '', 'oxprice', 'asc');document.forms.showlist.submit();</td>
    [{/block}]
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

ray

2013-04-17 12:24

reporter   ~0008618

Last edited: 2013-04-17 12:31

...yeah - copy&paste is not that easy when bugtracker renders parts of the code...
what about some BBcode for the tracker? https://github.com/bueltge/Markdown-for-MantisBT

here is the affected line 118:

< td class="listheader">< a href="javascript:top.oxid.admin.setSorting( document.forms.showlist, '', 'oxprice', 'asc');document.forms.showlist.submit(); " class = " listheader " > [{ oxmultilang ident="price" }] < /a > < / td>

tadas

2013-04-17 14:51

reporter   ~0008623

Replaced translation as suggested.