View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007117 | OXID eShop (all versions) | 1.01. Products (product, categories, manufacturer, promotions etc.) | public | 2020-04-09 19:37 | 2024-07-03 13:18 |
Reporter | DayanaLuedecke | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.2.0 | ||||
Summary | 0007117: wrong function call in the template leads to shop offline, e.g. if a TAG is called | ||||
Description | An 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 ()}] | ||||
Tags | No tags attached. | ||||
Theme | Wave | ||||
Browser | Not defined | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Fixed with https://github.com/OXID-eSales/wave-theme/commit/8b7944349ffb2dd53925638df51eb4c4fe91d5cd in wave theme version 1.6.1 |