Important

You are browsing documentation for version 5.1 of OroCommerce, supported until March 2026. Read the documentation for version 6.0 (the latest LTS version) to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

Content Node Menu Items 

Content Node Menu Item is a menu item with target type Content Node. Such menu items are processed by the menu builder Oro\Bundle\CommerceMenuBundle\Builder\ContentNodeTreeBuilder that is responsible for the following:

  1. Ensures that the content node restrictions are satisfied by getting resolved content nodes from Oro\Bundle\WebCatalogBundle\Menu\Oro\Bundle\WebCatalogBundle\Menu\CompositeMenuContentNodesProvider provider.

  2. Sets the menu item URI (and label if not set) according to the title of the underlying content node.

  3. Adds children menu items mimicking the content node children tree as per Oro\Bundle\CommerceMenuBundle\Entity\MenuUpdate::$maxTraverseLevel field. Such menu items are treated as system menu items and marked with an extra option Oro\Bundle\CommerceMenuBundle\Builder\ContentNodeTreeBuilder::IS_TREE_ITEM denoting the menu item as a tree item that was added automatically.

Note

Content Node Menu Item always has an extra option Oro\Bundle\CommerceMenuBundle\Entity\MenuUpdate::TARGET_CONTENT_NODE that contains the underlying content node.