Get Disabled Form Select data

Using the disabled attribute prevents the user from changing the value, but does not submit the value with the form. For resolving we can use this method another input field and make it as Hidden

Empty the Cart on SCA

Empty the entire cart if it contains more than 1 item it is not easy to empty one by one, for that we can remove by adding altering the domain

Get Components on SCA Domains

We can get components based on https://system.netsuite.com/help/helpcenter/en_US/APIs/SuiteCommerce/Extensibility/Frontend/index.html added screenshot below for reference var container = SC.Application(‘Shopping’)var profile = container.getComponent(‘UserProfile’) profile.getUserProfile().then(function(e){console.log(e)})

To Run Default NetSuite Extension Locally on your System

If you want to run the Netsuite Extension local like FeaturedCategory. First on Go to Netsuite and file cabinet SuiteScripts > extensions > NetSuite > FeaturedCategory@1.2.0 choose the extension from the path like here we have chosen FeaturedCategory@1.2.0. Download the file and add it to the workspace you have fetched and run locally so we can get the default Netsuite Extension… Continue reading To Run Default NetSuite Extension Locally on your System