I want to change the menu Item Name..is it possibl...
# suitecommerce
g
I want to change the menu Item Name..is it possible through Extensions? Any one has any idea on this
s
It depends on the menu item you're talking about but a general approach would be to use translations to change the string
g
i dont want to change the tpl..
s
Right, you do it in the configuration record
g
May i know the how to write?
Do i need to change the Configuration json?
s
I don't understand your first question but the answer is the same for the second one: you change it in the configuration record
g
If i can take the Wishlist as MenuItem..i want to change theWishname to some other name? is it possible to do through Extensions?
s
I mean, if you want to do it in an extension that's also possible https://system.app.netsuite.com/app/help/helpcenter.nl?fid=section_1516657590.html
f
I agree with Steve, the easiest way to do it would be through translations in the Configuration record
g
Can we change the Myaccount Menu tree names also?
s
They're translatable strings, just like everything else
g
I have tried what you have suggested,but it is not getting the value
s
OK, it looks like the string for the Wishlist menu item is not a translatable string
g
Then what is workaround for that
s
Probably some JavaScript that targets the text contents of the element and replaces it manually
OK I think I found the issue. Basically the template is not told to translate the strings that come in for the menu items
It can be fixed with a straight-forward change to the theme, but if you can't do that then you'll need to workaround it
OK I've done a bit more testing and it seems to work some of the time and not others, now I'm really confused
g
😐
s
Indeed
message has been deleted
g
Did u change the template??
s
Both of these are unchanged
In the 'working' case I am just running my theme locally