View Issue Details

IDProjectCategoryView StatusLast Update
0004166OXID eShop (all versions)1. ----- eShop frontend -----public2012-12-10 14:37
ReporterFibreFoX Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionwon't fix 
Product Version4.6.1 revision 45706 
Summary0004166: Obsolete Code in basic-theme mail-template
DescriptionThere is old(?) code in the mail-template, i think this can be removed

    [{*
    [{foreach from=$payment->aDynValues item=value}]
    [{assign var="ident" value='EMAIL_ORDER_OWNER_HTML_'|cat:$value->name}]
    [{assign var="ident" value=$ident|oxupper}]
      [{oxmultilang ident=$ident }]: [{ $value->value }]

    [{/foreach}]
    *}]
Steps To Reproducelook in the code
Additional InformationThere may be some other code-fragments that could be removed (e.g. [{* *}] )
TagsNo tags attached.
ThemeBasic
BrowserAll
PHP Versionany
Database Versionany

Activities

arturas.sevcenko

2012-06-22 12:39

reporter   ~0006960

In 5.0 basic theme will be removed, so we are not doing template changes to it anymore.