Number of column changing in PLP Page

While designing PLP page sometimes we need to change the number of columns in the row, It can be easily done from the configuration record itself 1.Navigate to the Commerce > Websites > Configuration 2.Configure the website 3.Go to search > Result display option Customize according to our need corresponding to the desktop, phone and… Continue reading Number of column changing in PLP Page

Deployed extensions are not listed in Extension Manager

After deploying extension we need to activate it in NetSuite ERP. Deploying process will be completed only after activating the extension, sometimes an issue occur that the deployed extension will not appear in the listed Extension In order to solve the problem 1. Navigate to Customization > Lists, Records, & Fields > Record Types.2. Search for the SC ExtMech Extension record type,… Continue reading Deployed extensions are not listed in Extension Manager

How to Add Promotion in SCA Website

Promotions in SCA Website How many types of Promotions are available into SCA.  Solution :-  Each promotion is based on at least one the following discount types: Percent Off – A basic discount, where you specify what percent of the original price will be discounted. Amount Off – A basic discount, where you specify by… Continue reading How to Add Promotion in SCA Website

Commission Report On Dashboard

Requirement To set up the dashboard to display the commission reports based on the market managers and regional managers. Solution Its not possible to setup a Dashboard using single saved search. So What we have to do is combine multiple saved searches to calculate commissions and setting up dashboard. So we can approach custom records… Continue reading Commission Report On Dashboard

Extract data from XML body

Solution Below given a sample XML body From this, we can extract data using the below sample code var fileContent = fileObj.getContents(); //if xml data is in file //Parse XML to a variable var xmlObj = xmlMod.Parser.fromString({ text: fileContent }); //Getting values from 945 XML file //Traverse to each node var orderheader = xmlMod.XPath.select ({… Continue reading Extract data from XML body