View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005424 | OXID eShop (all versions) | 4.12. Subshop handling | public | 2013-09-20 17:16 | 2015-12-31 18:14 |
Reporter | tomas_liubinas | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.9 / 5.0.9 | ||||
Target Version | 4.8.6 / 5.1.6 | Fixed in Version | 4.8.6 / 5.1.6 | ||
Summary | 0005424: Product over the URL is accessible even if product is not assigned to the shop | ||||
Description | Create a subshop to http://subshop/ If you tried to access a product which exists in sister subshop over the URL, the product will be displayed in current subshop. Example: http://subshop/index.php?cl=details&anid=05848170643ab0deb9914566391c0c63 Or over subshop URL once it is generated: http://subshop/Trapez-ION-MADTRIXX.html The product should not be accessible directly by URL. Ideally the shop should redirect to appropriate shop. | ||||
Tags | shared basket, Subshops | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
related to | 0004409 | resolved | tomas_liubinas | Session sharing between subshops with different domains does not work |
has duplicate | 0005467 | closed | jurate.baseviciene | Produtcs not active in mall can be accessed in the fronend |
related to | 0004536 | resolved | tomas_liubinas | Loading of items does not work for non-subshop items |
related to | 0005321 | resolved | Linas Kukulskis | Loading of articles is not performed in other subshops |
|
Changed the behaviour so that the product would only be accessible from subshop when it does not have it assign is when shared basket is enabled. In other cases it acts as it was before 0004536 fix. |
|
Enable shared basket with the config option $this->blMallSharedBasket = true; |