View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005710 | OXID eShop (all versions) | 1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econda | public | 2014-03-24 16:46 | 2016-05-30 10:57 | 
| Reporter | gerldental | Assigned To | |||
| Priority | high | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.8.4 / 5.1.4 | ||||
| Fixed in Version | 4.9.10 / 5.2.10 | ||||
| Summary | 0005710: Active language abbreviature with $oView->getActiveLangAbbr() ?! | ||||
| Description | there 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 Reproduce | Make 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 Information | why just not using $oViewConf->getActLanguageAbbr()? | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
| Theme | Azure | ||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
| 
		 | 
	
	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  | 
| 
		 | 
	
	Fixed with the Pull request 367 (https://github.com/OXID-eSales/oxideshop_ce/pull/367) | 
| 
		 | 
	The pull request was merged to master and ported to 5.2 and 5.3 branches. |