View Issue Details

IDProjectCategoryView StatusLast Update
0005710OXID eShop (all versions)1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econdapublic2016-05-30 10:57
Reportergerldental Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.8.4 / 5.1.4 
Fixed in Version4.9.10 / 5.2.10 
Summary0005710: Active language abbreviature with $oView->getActiveLangAbbr() ?!
Descriptionthere is issue with function $oView->getActiveLangAbbr() (in thankyou.tpl)

this function returns language abbreviature only if backend option "Core Settings -> performance -> Display Language" is on.

For some reason (for example: the only one language in shop) this option can be in off-state.
Thats causes, thats function returns no language and Trusted-Shops-Button (for rating) Link is broken.

Steps To ReproduceMake Core Settings -> performance -> Display Language option to OFF.
Make Trusted-Shops (customer protection) to Active. (tsID and then save).
Customer rating ->Trusted shops ->"On order confirmation page after checkout " ON

Additional Informationwhy just not using $oViewConf->getActLanguageAbbr()?
TagsNo tags attached.
Attached Files
2014-04-07_1818.png (22,809 bytes)   
2014-04-07_1818.png (22,809 bytes)   
2014-04-07_1819.png (17,894 bytes)   
2014-04-07_1819.png (17,894 bytes)   
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

svetlana

2014-04-07 17:23

reporter   ~0009816

Added screenshoots, which shows the difference between
when Make Core Settings -> performance -> Display Language option to OFF.
and Make Core Settings -> performance -> Display Language option to ON

anton.fedurtsya

2016-05-27 15:33

administrator   ~0011610

Last edited: 2016-05-27 15:33

Fixed with the Pull request 367 (https://github.com/OXID-eSales/oxideshop_ce/pull/367)

anton.fedurtsya

2016-05-30 10:57

administrator   ~0011613

The pull request was merged to master and ported to 5.2 and 5.3 branches.