css:
Author: Thara Gopi
Creating new SMT area in a page
cms area created using div tag in the tpl file.Add the div tag in code. Then deploy the theme. And after that taking the SMT the created area can be seen in the desired pages. Then we can drag the contents to it.Each div tag has the two following attributes that name the area and… Continue reading Creating new SMT area in a page
Creating and publishing a new page in SMT
select each contents and page , then publish. It will be good publish each content at its making time. if we publish all there will be error and it will be difficult to understatnd it.
Validation patterns in HTML
Name validation pattern disable future dates in datepicker phone validation pattern
Pattern for Email validation in HTML
Theme-Skin
A skin is a group of elements designed to compliment each other. A theme can contain multiple skins. You can quickly change the appearance of your domain by applying a different skin. The default skins that come with a theme cannot be changed. Instead you can copy the default skins and then make any required… Continue reading Theme-Skin
Send Email using Email Template
To create an email template record: Go to Documents > Templates > Email Templates > New. In suitescript file add code:
“Customer Notification” tab navigate to a new page in the my accounts section and save the form values in Netsuite in the created custom record using extension.
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.
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?