View Issue Details

IDProjectCategoryView StatusLast Update
0003134OXID eShop (all versions)1. ----- eShop frontend -----public2015-05-04 15:21
Reporterd3 Assigned To 
PriorityurgentSeverityblockReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.5.1 revision 38045 
Fixed in Version4.5.2 revision 38481 
Summary0003134: EE: SSL call loading wrong shop
DescriptionIf you assign an [shop SSL URL] to an subshop and call that URL the supershop ist loaded instead of the subshop.
Steps To Reproduce1. Create a new shop ([Master Settings]->[Core Settings]), with [Shop inherits all inheritable items (products, discounts etc) from it's parent shop.] and select the [Shop Parent].

2. Activate the subshop and go into [Master Settings]->[Core Settings]->[Mall].

3. Insert values for the parameters [Shop URL] (http://subshop.supershop.com) and [Shop SSL URL] (https://sslfromsubshop.supershop.com).
(opt. activate the basic theme for subshop)

4. Open frontend of the subshop and click on [open account].

5. Now the supershop is loaded.

Additional Informationconfig.inc.php:

testet with:
1.
$this->sShopURL = 'http://www.supershop.com';
$this->sSSLShopURL = null;

2.
$this->sShopURL = 'http://www.supershop.com';
$this->sSSLShopURL = 'http://sslfromsupershop.supershop.com';

3.
$this->sShopURL = 'http://www.supershop.com';
$this->sSSLShopURL = 'http://sslfromsubshop.supershop.com';
TagsHTTPS, Subshops
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0003140 resolvedalfonsas_cirtautas EE: Main shop redirects to subshop if different domain is set to subshop 

Activities

dainius.bigelis

2011-08-11 17:20

reporter   ~0005001

We reproduced issue also in the eShop 4.4.8

alfonsas_cirtautas

2011-08-18 14:45

reporter   ~0005060

Added ssl mall url check to domain to shop id resolver