In some implementations of Denali R2, the npm install command returns an error. As a result, the installation cannot continue. This error occurs due to a version mismatch with the request HTTP client. You must change the version of the request client to correct the error. Step 1: Modify package.jsonIf you have not already done… Continue reading npm Error on Implementations
Author: Achu T V
Resolve Failing Themes and Extensions Activation on Extension Manager
There are instances when processing Themes and Extensions Activation via Extension Manager always results to Error state with message of: “Job execution time exceeded. The job has been IN_PROGRESS for more than 15 minutes.”. One of the po There are two ways of resolving the problem depending on the use case Delete the Domain with… Continue reading Resolve Failing Themes and Extensions Activation on Extension Manager
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
Configure Facet Fields :- important points
Note the following when configuring facets: Facet fields must be set up in NetSuite to appear on the site. If the facet’s URL Component is not set in NetSuite, the site will display the default field ID. Not specifying a set facet on the Facets subtab results in the default appearance for the associated facet.… Continue reading Configure Facet Fields :- important points
Sorting Functionality In Cart
Client Needs to Change the default sorting method which is currently used for sorting the cart items.By default, the items are sorted in the order they were added. So, it need be changed to sort on the basis of brand and sub-category. define( ‘JJ.CartSCrollUpdate.CartScrollUpdate’, [ ‘JJ.CartSCrollUpdate.CartScrollUpdate.View’, ‘Cart.Item.Actions.View’, ‘GlobalViews.Modal.View’, ‘Profile.Model’, ‘Cart.AddToCart.Button.View’, ‘Cart.Summary.View’,… Continue reading Sorting Functionality In Cart
Sorting Functionality In Mini Cart
Below code is used for changing the default sorting order in the Mini cart.
PROPOSAL :SORTING THE ITEMS IN CART PAGE BY BRAND AND SUB-CATEGORY
Proposal Summary This proposal covers both the functional and UI development for Sorting the items in cart page by brand and sub-category in SCA webstore for Point Australia website. The items will be sorted on the basis of products brand and sub-category. Requirement To Sort the items on the cart page by brand and sub-category.… Continue reading PROPOSAL :SORTING THE ITEMS IN CART PAGE BY BRAND AND SUB-CATEGORY
Resolve Error: “Invalid_Login_Credentials” During Gulp Deployment in SuiteCommerce Advanced
Error: “Invalid_Login_Credentials” occurs even when the email and password are correctly specified. Gulp deploy command creates a directory called DeployDistribution. This directory contains the combined source files that are deployed to NetSuite. It also defines how gulp connects to your account during deployment. To resolve this error ensure that the .nsdeploy file exists on the development environment… Continue reading Resolve Error: “Invalid_Login_Credentials” During Gulp Deployment in SuiteCommerce Advanced
PROPOSAL FOR ADDING ‘FREE SHIPPING COUNTDOWN’ IN CART PAGE
Proposal SummaryThis proposal covers both the functional and UI development for adding ‘free shipping countdown’ to the cart page of the SCA webstore of Point Australia.RequirementTo add ‘free shipping countdown’ to the cart page. Our SolutionWe can add a free shipping countdown to the cart page. The free shipping countdown will be added to the… Continue reading PROPOSAL FOR ADDING ‘FREE SHIPPING COUNTDOWN’ IN CART PAGE
All Item options and custom transaction column fields are displaying in The PDP page.
There may be an issue in the PDP page due to all Item options and custom transaction column fields are displaying in the PDP page. The site may be unresponsive due to the time taken for displaying all the item options. Sample screen shot To remove this we need to check “SHOW ONLY ITEMS LISTED… Continue reading All Item options and custom transaction column fields are displaying in The PDP page.