View Issue Details

IDProjectCategoryView StatusLast Update
0007117OXID eShop (all versions)1.01. Products (product, categories, manufacturer, promotions etc.)public2020-07-10 16:40
ReporterDayanaLuedecke Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status acknowledgedResolutionopen 
Product Version6.2.0 
Summary0007117: wrong function call in the template leads to shop offline, e.g. if a TAG is called
DescriptionAn incorrect variable is called in the template list / list.tpl of the theme WAVE.
This leads e.g. by calling a TAG to a shop offline.

In line 32 [{$ actCategory-> getTitle ()}] is currently called, but [{$ oView-> getTitle ()}] is correct.

[{block name = "page_list_listhead"}]
<div class = "page header">
[{assign var = 'rsslinks' value = $ oView-> getRssLinks ()}]
<h1 class = "h1">
[{$ actCategory-> getTitle ()}]
TagsNo tags attached.
ThemeWave
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

There are no notes attached to this issue.