View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004018 | OXID eShop (all versions) | 1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econda | public | 2012-05-08 10:18 | 2012-12-11 08:47 |
Reporter | Spritje | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.5.10 revision 44222 | ||||
Fixed in Version | 4.5.12 revision 52682 | ||||
Summary | 0004018: The emospro.search string is URL-encoded forwarded to econda instead of URL-escaped | ||||
Description | In Search e.g.http://www.dampferhammer.de <http://www.dampferhammer.de> search for "Test test" http://www.dampferhammer.de/shop/index.php?stoken=117EE8FA&force_sid=&lang=0&cl=search&searchparam=test+test The emospro.search string is URL-encoded forwarded to econda instead of URL-escaped. | ||||
Steps To Reproduce | In Source code: <script type="text/javascript"><!-- var emospro = {}; emospro.content = "Shop\/Suche"; emospro.siteid = "oxbaseshop"; emospro.langid = 0; emospro.pageId = "b1d5149ad2d08b754fd0b7f80ca13ddf"; emospro.search = [["test%20test",3]]; <-- Should be test test instead of test%20test --> window.emosPropertiesEvent(emospro); //--> </script> | ||||
Additional Information | emospro.search = [["test%20test",3]]; <-- Should be test test instead of test%20test --> Also in Version 4.6.0. This Info is given from eConda support team. | ||||
Tags | Econda | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0004016 | resolved | edvardas_gineika | econda: json function returns null if title has an umlaut |