To resolved Issue II, follow the instructions below: Steps: Ensure that the node 4.9.1, gulp 3.9.1 and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced. To verify that Node, Gulp and npm are installed correctly, follow these checklist: To check node, run node -v in the command line window To run multiple Node versions, see article 49023… Continue reading How to resolve Syntax error: Unexpected token while running Gulp local
Author: Ramya H
Secure HTTP(HTTPS) with local server.
https://suiteanswers.custhelp.com/app/answers/detail/a_id/50242/loc/en_US Refer this.
How to add getThemeAssetPath in .json file instead of using static URL in the code ?
Resolve EADDRINUSE error when running gulp local
Suite Commerce Advanced can run on a local server by entering the “gulp local” command. This is usually used to verify and test the changes immediately made on the application without affecting the production/live environment. When a user encounters the following Error: “Error: listen EADDRINUSE 0.0.0.0:XXXX“, it only means that the address XXXX is being… Continue reading Resolve EADDRINUSE error when running gulp local
Resolve Error: Cannot find module ‘underscore’.
When you have cannot find module x errors, one thing that might help sometimes is deleting the whole npm_modules folder and just running npm install again. Sometimes, on the initial npm install, it might of failed to get one dependency for a package and it won’t try to get it again when you run npm… Continue reading Resolve Error: Cannot find module ‘underscore’.
Rename “Wishlist” to “Favourite” in the breadcrumb and title of the page
Breadcrumb: Title of the page:
Add items/sections under a subtab in configuration record
Create a items/sections under a subtab in the configuration record in Netsuite.
Solve type error: out.writeUint32LE is not a function
When running the Gulp Local command to see developments locally on your NetSuite SCA Website, there are times that an error – TypeError: out.writeUint32LE is not a function is thrown. To resolve this, follow the instructions below prior to running the gulp commands: In the root directory of SCA using the command prompt window, go to ./node_modules/gulp-ttf2woff Run npm install ttf2woff@2.0.2… Continue reading Solve type error: out.writeUint32LE is not a function
Display Customer ID in my account profile information page with title
JIRA code:840 Created a new extension “profile information”. Added customer name in template . Template file: Entry file: