View Issue Details

IDProjectCategoryView StatusLast Update
0005493OXID eShop (all versions)1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econdapublic2013-12-02 10:59
Reporterjoshua Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version4.8.0 / 5.1.0 
Target Version4.8.1 / 5.1.1 
Summary0005493: Path to Econda file emos2.js in frontend not correct for subshops
DescriptionIf 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 InformationWorkaround:

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/";
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

jurate.baseviciene

2013-11-07 11:10

reporter   ~0009244

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

joshua

2013-11-07 11:13

reporter   ~0009245

I'm sorry, I'm not feeling fancy right now for changing this via GitHub. Please adopt this on your own...

cheers, joshua

jurate.baseviciene

2013-11-18 16:32

reporter   ~0009279

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,

jurate.baseviciene

2013-12-02 10:59

reporter   ~0009321

Hi,

Bug is closed as unable to reproduce.


Best regards