View Issue Details

IDProjectCategoryView StatusLast Update
0002065OXID eShop (all versions)1.05. Userspublic2011-10-25 16:22
Reporteralkapwn 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version4.5.5 revision 40299 
Summary0002065: Contact-Mail shows MR or MRS instead of localized salutation
DescriptionContact-Mail shows internal MR or MRS salutation value instead of localized salutation. Should show "Herr"/"Frau" or "Mr/Mrs" in original language.
TagsNo tags attached.
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

seifert_eduard

2011-03-15 19:41

reporter   ~0004228

Why not solved yet?

bugcity

2011-10-13 08:57

reporter   ~0005303

Last edited: 2011-10-13 09:01

View 5 revisions

Solution, until it's fixed
---------------------------

in /views/contact.php, line 112, $aParams['oxuser__oxsal'] has to be translated:

$sMessage = oxLang::getInstance()->translateString( 'CONTACT_FROM' )." ".oxLang::getInstance()->translateString( $aParams['oxuser__oxsal'] ) (...)

instead of

$sMessage = oxLang::getInstance()->translateString( 'CONTACT_FROM' )." ".$aParams['oxuser__oxsal'] (...)