View Issue Details

IDProjectCategoryView StatusLast Update
0005873OXID eShop (all versions)1.04. Content, static (register, contact etc.) pagespublic2023-12-07 14:28
Reportermartinwegele Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
Status confirmedResolutionopen 
Product Version4.9.0_5.2.0_beta1 
Summary0005873: missing image in mallstart.tpl in demo-mode
DescriptionIf an EE is running in demo-mode and you choose to have a shop selector as the start page (assuming you have created at least one active subshop) this start page will have a broken image.
This can be fixed very easily by changing [{ $oViewConf->getImageUrl('admin_start.jpg') }] to [{ $oViewConf->getImageUrl('admin-banner.jpg') }]
Steps To Reproduce

  1. Install an EE
  2. add $this->blDemoShop= true; to config.inc.php
  3. Create a new additional shop via the admin interface
  4. Activate that shop
  5. Go to the start page of the shop (shop selector page is the default)
  6. The missing image should link to the admin panel.
Additional InformationI suppose that this image disappeared when the Azure theme was introduced in 4.5.0. In older shop versions (e.g. 4.4.8) you can find it in out/basic/img/admin_start.jpg
TagsDemo Shop, EE
ThemeAzure
BrowserAll
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.