View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003134 | OXID eShop (all versions) | 1. ----- eShop frontend ----- | public | 2011-08-11 14:22 | 2015-05-04 15:21 |
| Reporter | d3 | Assigned To | |||
| Priority | urgent | Severity | block | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.5.1 revision 38045 | ||||
| Fixed in Version | 4.5.2 revision 38481 | ||||
| Summary | 0003134: EE: SSL call loading wrong shop | ||||
| Description | If you assign an [shop SSL URL] to an subshop and call that URL the supershop ist loaded instead of the subshop. | ||||
| Steps To Reproduce | 1. 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 Information | config.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'; | ||||
| Tags | HTTPS, Subshops | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| related to | 0003140 | resolved | alfonsas_cirtautas | EE: Main shop redirects to subshop if different domain is set to subshop |