View Issue Details

IDProjectCategoryView StatusLast Update
0006533OXID eShop (all versions)2. ----- eShop backend (admin) -----public2023-06-29 12:38
ReporterAlexN Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status confirmedResolutionopen 
Product Version4.10.1 / 5.3.1 
Summary0006533: feature request - extend menu.xml by e.g. an order function
DescriptionI have been given the task to develop a module that extends attributes. Therefor I need additional models. In order to maintain them I have created respective admin pages.

For usability reason I would like to position them after the "attribute" page provided by OXID eShop.

In detail I can think of following feature/process:
1. Define menu.xml as common
2. Each node having an id receives a second optional second attribute "positionAfterId".

OXID eShop will display the menu accordingly.

If you have any question or ideas how to improve such a function, feel free to post your suggestions :)
TagsNo tags attached.
ThemeNot defined
BrowserNot defined
PHP VersionNot defined
Database VersionNot defined

Activities

QA

2016-10-26 16:42

administrator   ~0011851

The Menu structure available in the shop is the standard format used in OXID shops. Currently a node can be inserted at the end of the available Mainmenus(for example, a sub menu can be inserted into the main menu ADMINISTER PRODUCTS at the end i.e., after "List All Reviews") using a module. But the node cannot be inserted before/after already defined menus.

Changing the Severity to "feature"