How to Add a New Navigation Node and Page in SAP Commerce (Hybris).
Beside of "My Coupons" Navigation Node I want to create My Test Node ,then link it to new custom My Test Page Step 1 : Identitfy the Parent Node is MyAccountNavNode Take reference from location: /customercouponaddon/resources/customercouponaddon/import/contentCatalogs/electronicsContentCatalog/cms-responsive-content.impex (or) /customerinterestsaddon/resources/customerinterestsaddon/import/contentCatalogs/electronicsContentCatalog/cms-content.impex Step 2: Create a CMS Link Component because the CMS Link Component represents a clickable link on the storefront. $contentCatalog = electronicsContentCatalog $contentCV =catalogVersion(CatalogVersion.catalog(Catalog.id[default= $contentCatalog ]),CatalogVersion.version[default=Staged])[default= $contentCatalog :Staged] INSERT_UPDATE CMSLinkComponent ; $contentCV [ unique = true ] ; uid[ unique = true ] ; name ; url ; &linkRef ; target(code)[default= 'sameWindow' ] ...