View Issue Details

IDProjectCategoryView StatusLast Update
0006351OXID eShop (all versions)2. ----- eShop backend (admin) -----public2024-03-06 14:09
ReporterSvenDeichmann Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.9.7 / 5.2.7 
Fixed in Version6.0.0-beta.1 
Summary0006351: Link to shop start page always links to main shop, even if a subshop is selected
DescriptionThe link in the top frame next to "Home" always points to the frontend of the first shop. If you select a subshop you would expect that the subshop frontend is opened instead.
Steps To Reproduce1. go to admin
2. create a subshop with a different URL
3. Switch to the new subshop
4. click on "Shop's start page"
TagsNo tags attached.
Attached Files
ThemeAll
BrowserAll
PHP VersionAll
Database VersionAll

Activities

gerldental

2017-01-06 15:38

reporter   ~0011907

as possible fix, in /application/views/admin/navigation.tpl

at the top of file:

[{assign var="oConfig" value=$oViewConf->getConfig()}]

direct befor:

[{if $loadbasefrm}]
//reloading main frame

insert:
top.header.document.getElementById( "shopfrontlink" ).href = "[{$oConfig->getShopURL($oViewConf->getActLanguageId(), false)}]";

QA

2017-01-09 15:12

administrator   ~0011911

The Start Page button in Shop admin is controlled by Master Settings->Core Settings-><MAIN_SHOP>/Mall/Start Page type.

The fix provided in the note( 0006351:0011907 ) can be used as a temporary workaround for the specific requirement but cannot be used as a fix since it negates the intended functionality of the setting "Start Page type"