View Issue Details

IDProjectCategoryView StatusLast Update
0006470OXID eShop (all versions)3.2. HTML, CSS, JavaScriptpublic2024-03-20 14:53
Reporterkeywan.ghadami Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0006470: articlelist grid, line, infogrid must be one template
Descriptioncurrently each list has it's own template, that makes project/themes hard to maintain because you need to implement things double.
Solution in some project is to use only client side logic (java script/css) to switch views so things become better cache able, switching is faster and less template files have to be adapted
Steps To Reproducee.g. in flow theme:
folder htdocs/application/views/flow/tpl/widget/product
you will find 3 templates beginning with "listitem_"


TagsNo tags attached.
ThemeAzure, Flow
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

Sven Brunk

2024-03-20 14:53

administrator   ~0016461

This might be the case in some projects, and we already reduced the number of types to two in Apex, but in general you would take away the possibility for the framework to switch between list types that have completely different behavior and markup.
We do not want this.