View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002257 | OXID eShop (all versions) | 1.09. Integrations: Facebook, Trusted Shops, Shop lupe, Econda | public | 2010-12-12 15:22 | 2012-12-11 08:47 |
Reporter | manuel | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.4.5 revision 31315 | ||||
Fixed in Version | 4.5.1 revision 38045 | ||||
Summary | 0002257: Econda integration does not work for multishops with seperated URLs | ||||
Description | /core/smarty/plugins/oxemosadapter.php <code> protected function _getScriptPath() { $myConfig = $this->getConfig(); $sShopUrl = $myConfig->isSsl() ? $myConfig->getConfigParam( 'sSSLShopURL' ) : $myConfig->getConfigParam( 'sShopURL' ); return "{$sShopUrl}modules/econda/out/"; } </code> does not work, because the original config path is not the path of the current shopurl. <code>$sShopUrl = $this->getCurrentShopUrl()</code> should solve the problem | ||||
Tags | Econda | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||