View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006351 | OXID eShop (all versions) | 2. ----- eShop backend (admin) ----- | public | 2016-03-16 10:51 | 2024-03-06 14:09 |
Reporter | SvenDeichmann | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.9.7 / 5.2.7 | ||||
Fixed in Version | 6.0.0-beta.1 | ||||
Summary | 0006351: Link to shop start page always links to main shop, even if a subshop is selected | ||||
Description | The 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 Reproduce | 1. go to admin 2. create a subshop with a different URL 3. Switch to the new subshop 4. click on "Shop's start page" | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | All | ||||
Browser | All | ||||
PHP Version | All | ||||
Database Version | All | ||||
|
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)}]"; |
|
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" |