View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005493 | OXID eShop (all versions) | 1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econda | public | 2013-11-03 22:28 | 2013-12-02 10:59 |
| Reporter | joshua | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | unable to reproduce | ||
| Product Version | 4.8.0 / 5.1.0 | ||||
| Target Version | 4.8.1 / 5.1.1 | ||||
| Summary | 0005493: Path to Econda file emos2.js in frontend not correct for subshops | ||||
| Description | If you're using EE with multiple subshops set up, the path to econda file emos2.js is not set correctly. The econda emos2.js files reside in folder modules/econda/out/<shopid>/emos2.js, but in shop frontend the files are loaded using following url: /modules/econda/out/emos2.js | ||||
| Additional Information | Workaround: Fix method _getScriptPath in file oxemosadapter and replace code with follwing: $myConfig = $this->getConfig(); $sShopId = $myConfig->getShopId(); $sShopUrl = $this->getConfig()->getCurrentShopUrl(); return "{$sShopUrl}modules/econda/out/$sShopId/"; | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
Reminder sent to: joshua Hi, As we saw, you already submitted a complete solution for this issue. If you feel fancy, you'd also have the possibility to contribute your changes directly to our GitHub repository on https://github.com/OXID-eSales/oxideshop_ce/. [^] Please leave a note there with the bug number you fixed so we can close this issue in the bug tracker." Best regards |
|
|
I'm sorry, I'm not feeling fancy right now for changing this via GitHub. Please adopt this on your own... cheers, joshua |
|
|
Reminder sent to: joshua Hi, We cant reproduce such issue. The econda emos2.js files no reside in folder modules/econda/out/<shopid>/emos2.js, the module econda emos2.js file is reside in folder /modules/econda/out/emos2.js. Could you please give us more details how to reproduce this case? Best regards, |
|
|
Hi, Bug is closed as unable to reproduce. Best regards |