Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
SuiteCommerce Extension needs properties in its configuration json file longer than 300 characters
I am using SuiteCommerce Standard.
Due to great difficulty in finding out how to customize the behavior of our SuiteCommerce web site in the proper way, I've resorted to building an extension that runs client-side javascript on every page, to handle everything from displaying unit-of-measure conversions on each item in the shopping cart, to calculating freight costs before the user places their order, based on the shipping address they select, change, or create.
But since this extension relies on injecting client-side javascript onto every page (whether it's shopping, myaccount, or checkout), and because I needed to be able to iterate on changes to that code quickly, I am concatenating all that javascript from Configuration fields in the extension's Configuration json file.