How to take the backup of the website Configuration of a domain from Netsuite

This article is for taking a backup of Website configuration, It is useful when a Sandbox refresh is coming. Go to Customization tab then Customization > List, Records &Feilds > Record types There you can see the SC configuration Click on the list Option and then the list of domains will appear and you can… Continue reading How to take the backup of the website Configuration of a domain from Netsuite

Restrict the existing user from creating a new account with the same email address in Webstore.

Scenario:If a user already has an account and tries to create a new account usingthe same email address + but a different password the system will not notifyhim that an account already exists for that email address and will create anew lead in NetSuite which results in creating duplicates.Solution: notify the user an account already… Continue reading Restrict the existing user from creating a new account with the same email address in Webstore.

Clear Cart

Removing Items from the cart removeAll Function Removes all the items from the cart page, add action while clicking a link or button on the cart page to remove the buttons

Resolve Error: “The template cannot be saved due to the following errors: The following has evaluated to null or missing.” When Customizing a System Email Template

Scenario User customizes a system email template and an error alert is returned. The behavior is caused by some system email templates referencing record types that are only available when their underlying features are enabled. For example, if the Gift Certificates feature is disabled, the native Standard Web Site Gift Certificate system email template would… Continue reading Resolve Error: “The template cannot be saved due to the following errors: The following has evaluated to null or missing.” When Customizing a System Email Template

CSS Error Hides First div Element on Product Details Page

Step 1. Override the Item.Details.View.js File To override the Item.Details.View.js file, located in the ItemDetails module, create a directory in which to store your custom modules. For example, Modules/extensions. Open this directory and create a subdirectory to maintain your customizations. Give this directory a name similar to the module being customized. For example, create Modules/extensions/ItemDetailsExtension@1.0.0 In your new ItemDetailsExtension@1.0.0 directory,… Continue reading CSS Error Hides First div Element on Product Details Page

Email template Issue with Outlook app in Windows

The style applied to an Image in the style tag may not detect by the outlook app. SO the Image may appear in its original size in the outlook app. For resolving the issue use the code below: Code snippet: In this code, the height and width are given outside the style tag for detecting… Continue reading Email template Issue with Outlook app in Windows