UNEXPECTED_ERROR\nDetails: TypeError: Cannot find default value for object

Slack Notes – Sep 6 2019 Error – “Cannot find default value for object” when try to submit order using Commerce APIThe module that using in extension’s model is SC.Models.Init and using the order object from that modulenot able to track the source of the error since the logs only say Code: UNEXPECTED_ERROR\nDetails: TypeError: Cannot find default value for object.… Continue reading UNEXPECTED_ERROR\nDetails: TypeError: Cannot find default value for object

Error with themeAssets Path

Error – Error with themeAssets Path. Specifically with getThemeAbsoluteUrlOfNonManagedResources. We are developing a theme but when testing we get broken images when the site switches to the netsuite checkout domain (moving away from the store url) Specifically the ajax loader, also the site cannot seem to properly find the favicon even though that path is… Continue reading Error with themeAssets Path

Add new values to the configuration record via extension

The below code enables us to add content to existing fields in the configuration. The client request was to add custom template for PLP. The current display is grid, list, table. However, it is required to edit the template for customization. Since customer used SC bundle if we edit the theme, it will stop to… Continue reading Add new values to the configuration record via extension

Tax Free Certificate Upload Extension

SCL-303 Tax Exemption Certificate This extension has JS, Template, SCSS, SuiteScript files. We have to provide permission for the SS file manually. The extension will be helpful for the user to remove tax from their order if they have a tax free certificate, below are the steps to create the extension Create 2 custom transaction… Continue reading Tax Free Certificate Upload Extension