View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004969 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2013-02-27 14:41 | 2013-03-05 09:36 |
Reporter | ray | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 4.7.3 / 5.0.3 revision 54408 | ||||
Summary | 0004969: choosing variant not possible with Windows Mobile 7 due to charset | ||||
Description | it was reported in forums, that it is not possible to put a product in basket because choosing the variant does not enable the button "to cart", when using Windows Mobile 7 additional the "Reset Selection" is missing apparently the reason is, that the function delivers a charset ISO-8859-15 which is not known by WM7 and IE7 | ||||
Additional Information | possible solution in core/oxview.php (Line 671): public function getCharSet() { if ( $this->_sCharSet == null ) { $this->_sCharSet = oxRegistry::getLang()->translateString( 'charset' ); } if ($this->_sCharSet == "ISO-8859-15" && ( strpos( $_SERVER['HTTP_USER_AGENT'], "Windows Phone OS 7." ) || strpos( $_SERVER['HTTP_USER_AGENT'], "MSIE 7.0" ) ) ) { $this->_sCharSet = "iso-8859-1"; } return $this->_sCharSet; } | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
http://forum.oxid-esales.com/showthread.php?t=18458 |
|
we tested on win phone 7.5 and bug do not exist. because it already use IE9. now available version is 7.8. so usage of win phone 7 is rare and it already have newest update for phone OS bug. the provided fix is correct and can be used in OXID eShops individually. (IE7 for normal windows azure theme do not support) |