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

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.

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