notification icon on order in navigation merchant portal
How can we implement notification for navigation in merchant portal.
We have a scenario. Let say 5 new order is created so we want to show 5 in order tab in navigation.
Please suggest.
Comments
-
Hi @sushant.kumar ,
It's not possible OOTB. You need to customize the navigation using Angular components to achieve the same in Merchant Portal
Thanks0 -
Hi Team,
I found this line in vendor/spryker/zed-ui/src/Spryker/Zed/ZedUi/Presentation/Components/app/layout-main/layout-main.component.html
<spy-navigation [items]="navigationConfig" [collapsed]="isCollapsed"></spy-navigation>
and after that i can not find the way from where it is converting it into navigation.
There is one more thing i found that in path node_modules/@spryker/navigation/lib/navigation/navigation.d.ts
I got these lines :-
export interface NavigationComponentMethods {
collapse(): void;
expand(): void;
toggle(): boolean;
isCollapsed(): boolean;
}
export interface NavigationItem {
title: string;
url?: string;
icon?: string;
isActive?: boolean;
isDisabled?: boolean;
subItems?: NavigationItem[];
}Is there anyone who did this type of customization. Please suggest.
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 75 Spryker News
- 921 Developer Corner
- 781 Spryker Development
- 88 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 34 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 25 Job Opportunities
- 3.2K ๐ Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random