To fill configration record advanced-> item options , item options id is required.it is taken from item record above image.
Author: Thara Gopi
Give Customers Permission to Request and View Quotes
Edit the Customer Center role in NetSuite to give your customers permission to request a quote and view their submitted quotes. To edit the Customer Center role permissions for Quotes: Go to Setup > Users/Roles > Manage Roles. Click Customize next to the Customer Center role. Go to the Permissions tab and the Transactions subtab. Change the level of access for the Estimate/Quote permission… Continue reading Give Customers Permission to Request and View Quotes
Configuring Item Display Options
To configure display options: Go to Commerce > Websites > Configuration. Select your website and domain and click Configure. In the configuration record, go to the Shopping tab and the Wishlist subtab. Set properties as required. Click Save
Login credential validation extension
Image name format in netsuite
In netsuite image format should give in the format in commerce -website list under image subtab given format Item Name/Number.
After deploy extension is not visible
When we change in an extension and deployed. After activation in netsuite the extension get disappear from extension list. To correct make the extension back change in manifest file in the extension “target_version”: {}. and deploy again and by selecting the extension activate again.
To change button click color
Give the style to the class: -webkit-tap-highlight-color: transparent; outline: none; -ms-touch-action: manipulation; touch-action: manipulation;
Extension to change the quantity validation message in PDP page.
CSS position styles
z-index The z-index property specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order. Note: z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky) and flex items (elements that are direct children of display:flex elements). Note: If two positioned elements… Continue reading CSS position styles