When a guest customer tries to checkout with an existing email we are not allowing them and throwing an error to the user to prevent duplicate customers with same email. It is an UE script deployed to lead records on BEFORE SUBMIT FUNCTION
Tag: SCA webstore
Out of Stock Behavior in SuiteCommerce Advanced
To display out of stock items on SCA website we need to check the checkbox INCLUDE OUT OF STOCK ITEMS IN WEBSITE in Suite Commerce Advanced website setup. To set the behaviour of the Out of stock or add an Out-of-stock message, we will need to edit the item record and set the Out-of-stock behaviour.
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
Clearing Estimate Shipping Cost
For Clearing the estimate shipping cost from the cart page , we are using a method as shown below. Added a sample code along with it View File Entry Point Service Controller
Show a Confirmation Modal
Here the callback function will work when we submit the modal and the parameters that are being passed is being mentioned on callBackParameters, Modal will have the corresponding title and body mention the view.
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
Extension to redirect the user after login into the previous page.
Functionality:When the user clicks the login button on the header from any page, then the login page will load as usual and after login, it will redirect to the same page where the customer clicked the login.In this case, if there is no previous URL or direct Login, then the extension will redirect to the… Continue reading Extension to redirect the user after login into the previous page.
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
Display Customer ID in my account profile information page with title
JIRA code:840 Created a new extension “profile information”. Added customer name in template . Template file: Entry file: