
Hello,
we have Portal with main navigation. One of the web link there is 'Order' - where clients can check their current items list in current Order.
We want to customiize web link in navigation menu to show how many items are in order, but I'm not sure where and how to put javascript to show it like this: Order (3).
I know and know how to make webapi request to get information about items count, but not sure how modify this data on view. Can anyone advise me on that?
hi you will need a variable with the number and for the title you can concat the title tap with that number. var str = 'horseThumb_'+id;
then you can use that str variable in your html title attribute page or the title tap