Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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.