View Issue Details

IDProjectCategoryView StatusLast Update
0006681OXID eShop (all versions)2.3. Extensions (modules, themes)public2017-09-18 08:37
Reporteravalue Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version4.10.5 / 5.3.5 
Summary0006681: Visual CMS: $oView gets replaced globally
DescriptionIn many standard OXID templates you directly access $oView. If for example, the topseller visual cms module is embedded on the start page (start.tpl), the variable $oView gets overwritten with the visual cms shortcode controller.
Steps To Reproduce1. Create a visual cms ident
2. Add a topseller module
3. Embed the visual cms content with [{oxcontent ident="yourcontent}] on start.tpl
4. Output [{$oView->getClassName()}] in base.tpl right after the </head> section, it will return nothing as $oView is an instance of visual cms controller.
TagsNo tags attached.
ThemeFlow
BrowserGoogle Chrome
PHP Version7.0
Database VersionNot defined

Activities

QA

2017-08-18 17:53

administrator   ~0012212

What do you mean with topseller visual cms module?

Cant reproduce with some tested widgets.