Javacsript Entry file Router File View File Suite Script JJ.MyaccountNav.MyaccountNav.js file Service Controller file Change in manifest file entri point as service controller Create a custom record in the NetSuite with fields belowNameCommentsDate of birthPhone numberEmail Go to Customization > Lists, Records, & Fields > Entity Fields.
Author: Thara Gopi
Display an image inside PDP as a child view
JJ.Pdpimagechild.Pdpimagechild.js product-details-full.tpl Pdpimagechild.View.js jj_pdpimagechild_pdpimagechild.tpl
How to install Node Version Manager (NVM) for Windows 10?
Go to the nvm-windows Git Repository Using your browser navigate to the Git repository for nvm-windows located https://github.com/coreybutler/nvm-windows/releases.Click on the ‘nvm-setup.zip’ link from the ‘assets’ table.Locate the Zip File & Extract. Install NVM: Double-Click on the executable file to launch the installer.Choose ‘I accept the agreement’ option.Select destination to install.Select Symlink for Node.js.Click on Install… Continue reading How to install Node Version Manager (NVM) for Windows 10?
Error : Cannot find module ‘gulp-sass’ on gulp deploy
Edit your package.json. Change: to
To add google fonts in HTML and CSS
If a font-family is not working that are used in HTML page and CSS, you need to import by Google fonts or with @font-face. In Google fonts you can use import by HTML or CSS: On your HTML: On your CSS: