Debounce Function

Add a function with debouncedValidation on that function call another, the meaning of this is it will wait for 1000ms then execute the inside function

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)})