View Issue Details

IDProjectCategoryView StatusLast Update
0005709OXID eShop (all versions)4.12. Subshop handlingpublic2023-12-20 15:34
Reportergregor.hyneck Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version4.8.4 / 5.1.4 
Summary0005709: Start page type can't be configured correctly any more after a subshop was created
DescriptionThe mall start page is shown even when the shop is configured not to show the mall start page. When setting the "Start page type" in the Mall tab of the main shop to "Show main shop front page", I would expect that the mall start is no longer shown. But it is still shown under some circumstances. (see steps to reproduce)


Steps To ReproduceIn the main shop set "Start page type" to "Show Shop Selector". Then create a subshop. After the subshop was created, set "Start page type" in the main shop to "Show main shop front page". You would expect to show always the main shop front page. But in some cases, e.g. when calling the URL http://myshop.com/index.php?shp=2 the mallstart is shown.
TagsSubshops
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

gregor.hyneck

2014-03-21 14:32

reporter   ~0009672

Workaround: execute the SQL "DELETE FROM `oxconfig` WHERE `OXVARNAME` = 'iMallMode' AND `OXSHOPID`=X" for each subshop.