View Issue Details

IDProjectCategoryView StatusLast Update
0005424OXID eShop (all versions)4.12. Subshop handlingpublic2015-12-31 18:14
Reportertomas_liubinas 
PriorityhighSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.7.9 / 5.0.9 
Target Version4.8.6 / 5.1.6Fixed in Version4.8.6 / 5.1.6 
Summary0005424: Product over the URL is accessible even if product is not assigned to the shop
DescriptionCreate 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.
Tagsshared basket, Subshops
ThemeAll
BrowserAll
PHP Versionany
Database Versionany

Relationships

related to 0004409 resolvedtomas_liubinas Session sharing between subshops with different domains does not work 
has duplicate 0005467 closedjurate.baseviciene Produtcs not active in mall can be accessed in the fronend 
related to 0004536 resolvedtomas_liubinas Loading of items does not work for non-subshop items 
related to 0005321 resolvedLinas Kukulskis Loading of articles is not performed in other subshops 

Activities

aurimas.gladutis

2014-04-22 14:42

reporter   ~0009851

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.

martinwegele

2014-08-28 09:39

reporter   ~0010103

Enable shared basket with the config option $this->blMallSharedBasket = true;