There are instances when no domains are being displayed to be selected when performing a gulp theme:fetch command. Below are troubleshooting steps to ensure that the domains would be displayed. Solution Navigate to Customization > SuiteBundler > Search and Install Bundles > List Ensure that SuiteCommerce Extension Management and SuiteCommerce Base Theme is installed and updated Navigate to Commerce > Hosting > SSP Applications > Edit/View SSP Application Click Link to Domain Ensure that SSP Application is… Continue reading Unable to Select Domain on gulp theme:fetch
Author: Achu T V
Resolve Internal Error Search Failed in SuiteCommerce Web Sites
Upon viewing all items in the web store, the Error: “Internal Error Search Failed” gets displayed. The same error also happens on the Item Search API. Please ensure that other SuiteCommerce Advanced (SCA) websites are not experiencing the same issue.Rarely, it has been observed that this particular problem occurs in multiple regions for SuiteCommerce webstores. However,… Continue reading Resolve Internal Error Search Failed in SuiteCommerce Web Sites
Customize GlobalViewsConfirmationView
we can customize default global modals using the below sample code. Note:For displayinga text area in the body section u need to go to the corresponding theme template (global_views_confirmation.tpl) and make {{body}} to {{{body}}}
Resolving Permission Errors in Scriptable Cart
When you use custom records with Scriptable Cart, you may encounter permission errors when adding items in the shopping cart, or when attempting to check out. In most cases, careful review of the custom record you created, and the code in your script can resolve the problem. Check the custom record carefully: Verify that the… Continue reading Resolving Permission Errors in Scriptable Cart
Error in Loading Transaction History page
There may an internal error or Page not found issue will occure while opening the transaction history page of SCA sites. To resove this issue 1.Check whether the SSP application contains all required files. 2.Make the Domain As a single secured one.
Resolve Error: “Unexpected Error – Ticket:Xxxxxxxxxxxx Contact NetSuite Support” on SuiteCommerce Base Theme
Scenario You may encounter an unexpected error when installing SuiteCommerce Base Theme before SuiteCommerce Extension Management. Error: “Unexpected Error – Ticket:Xxxxxxxxxxxx Contact NetSuite Support” This is because SuiteCommerce Extension Management contains extensions which support themes within SuiteCommerce Base Theme bundle. Solution You must install SuiteCommerce Base Theme and SuiteCommerce Extension Management bundles in the following… Continue reading Resolve Error: “Unexpected Error – Ticket:Xxxxxxxxxxxx Contact NetSuite Support” on SuiteCommerce Base Theme
Resolve “Error: Path must be string” when doing gulp theme: deploy
Sometimes, Developers may encounter Unexpected Behavior during gulp theme: deploy Error: Path must be string Solution This is a known Issue for Node Version 8.x.x.x To be able to rectify this, User may try another Node Version (e.g 4.x.x.x or 6.11.x) and this will resolve the behavior.
Resolve Error “Hash.update: Missing a required argument” on Activation of Theme
Scenario Upon activation of a customized theme or extension, it is possible to receive an error with a message “Hash.update: Missing a required argument..”. This error mainly resembles the impact of changes that have not been fully implemented. Solution In order to resolve this error, .tmp files that have been created upon changes in the root folder… Continue reading Resolve Error “Hash.update: Missing a required argument” on Activation of Theme
Resolve Checkout Blank Page Returned when Payment Instrument is enabled in SuiteCommerce Website
When the Payment Instrument is enabled on the Account, at times the checkout page returns blank specifically if there is a theme associated in the website. Thus, SuiteCommerce lets you take advantage of NetSuite’s Payment Instruments feature. When the checkout page return blanks and payment instrument is enabled, below are the steps to integrate with the… Continue reading Resolve Checkout Blank Page Returned when Payment Instrument is enabled in SuiteCommerce Website
Resolve Could Not Download All the Extension Files Error When Activating Extension
Scenario User may encounter a “Could not download all the extension files” error when trying to activate extension. This happen when some modules failed to be completely fetch and is missing under the workspace folder on your developer environment. Solution Assign SCDeployer role to employee record Open a command line or terminal Access the top-level… Continue reading Resolve Could Not Download All the Extension Files Error When Activating Extension