The SC Custom Fields extension templates do not us...
# suitecommerce
s
The SC Custom Fields extension templates do not use translate helper which is widely used for translation. Since it is a managed bundle, I don't want to extend it. @Steve Goldberg Cam you help by explaining the procedure to share this issue with SuiteCommerce team? Thanks
s
That's probably true, but you should be setting translations for custom fields in NetSuite on the custom fields themselves. I'm pretty sure it will use whatever translated value you set there
Por ejemplo
s
Thanks @Steve Goldberg
FYI, @Steve Goldberg I quickly checked and found that the translation from the field record is not being sent to the front-end. The extension is relying on Configuration data for the lable.
s
Ah, you are right
Well, I would then step back again and say configuration records are per-domain and we only recommend/support one language per domain
Without extending the core module, you could just write some JavaScript to replace it, either in the DOM after its rendered or in the configuration record before it renders.
🫡 1
s
Thanks, that's what I've done to achieve this. Would it be possible to add a warning or info note to the NetSuite helpdoc for this extension? This would be helpful for others as well.
s
Warning or info note about what?
s
My mistake, you're right. It's not needed if customer maintain a domain per language.