SuiteCommerce Base Theme Improvements

The SuiteCommerce Base Theme has been updated to include several improvements including the following: Appearance improvements to the theme, including to the header, footer, and MyAccount areas. Updates were made to make the theme more intuitive and aesthetically pleasing, including changes to fonts, backgrounds, and the search field. New CMS areas in the footer and… Continue reading SuiteCommerce Base Theme Improvements

How to a add tooltip for expander text using CSS

we can add the ? using CSS by extending the standard tooltip In the template file where we need to call the default data-toggle and style the class as shown below <i data-toggle=“tooltip” class=“cart-summary-expander-tooltips”></i> @extend .sc-tooltip; .cart-summary-expander-tooltips{ @extend .sc-tooltip; cursor: pointer; color: #6EA8FE; }

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 “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

Extension Manager Error or Deployed Theme Not Appearing In Extension Manager

After performing a successful Gulp Deploy, the deployed theme is not available within the Extension Mangers theme section to be selected and activated. Extension Manager shows an error page when you try to open Extension Manager (Path: Commerce > Websites > Configuration). This could be caused by SC Extension Management version update. Error message: {“header”:{“status”:{“code”:”ERROR”},”message”:”Unexpected… Continue reading Extension Manager Error or Deployed Theme Not Appearing In Extension Manager

Error: No such file or directory, stat ‘DeployDistribution/*’

The error happens in the terminal when deploying the theme/Extension. Method 1: In the terminal run, command nvm install 12.21.0 then run command gulp theme:deploy ( if the error appears in the theme ) gulp extension:deploy (if the error appears in the extension) Method 2: delete node-modules folder run command npm cache clean –force run command npm install run… Continue reading Error: No such file or directory, stat ‘DeployDistribution/*’

Resolve Aconcagua gulp theme error SSS_Invalid_Scriptlet_ID

There might be instances where the Customer would encounter the error, 404 – {“error”:{“code”:”SSS_INVALID_SCRIPTLET_ID”,”message”:”That Suitelet is invalid, disabled, or no longer exists.”}} while doing a gulp theme:deploy. Below are the steps to resolve the issue: A. Edit the custom SCDeployer role with the following permissions: To edit the SCDeployer role, navigate to Setup > Users/Roles > Manage Roles > Edit custom SCDeployer role.… Continue reading Resolve Aconcagua gulp theme error SSS_Invalid_Scriptlet_ID