RequirementThe Best Sellers extension adds a sorting option that lets you showcase best-selling items in your web store. Best Sellers can be used in several ways: Sort your product list page by best-selling items Set up specific merchandising zones to showcase best-selling items SolutionTo install the SC Best Sellers SuiteApp: In NetSuite, go to Customization >… Continue reading To add Best seller as sorting option
Author: Julia John
To Update a field in the customer record from registration page of a site builder site.
We want to change the display the value added in the registration page in a particular customer field to another field. Solution1)Go to Commerce>Site builder>Themes.2)Edit the theme you want to select.3)In the general subtab search for the field Id of now using field.Then change the field id to the field where you want the value… Continue reading To Update a field in the customer record from registration page of a site builder site.
Change the image and text on the home tab on site builder
We can add a Flash file or an image to the home page of your web store in addition to a greeting or message for online visitors. Solution Upload your own Flash or image file to the Images folder of the file cabinet. Go to Commerce > Site Builder > Tabs. Click Edit next to your… Continue reading Change the image and text on the home tab on site builder
Add Purchase Limit in Shopping cart page.
Set a limit to the quantity on the shopping cart page. So when a customer adds a quantity more that is allowed in the shopping cart a message is displayed that the item quantity exceeds the limit.Jira Code:CL-484 Requirement If a customer alters the quantity on the cart page, the maximum quantity will be checked… Continue reading Add Purchase Limit in Shopping cart page.
Adding stylesheet to Checkout/MyAccount Bundle of Site Builder Site
We can add external stylesheet to checkout and my account bundle of the site builder.For that first we need to add the stylesheet to the File cabinet. To add a style sheet with a File cabinet: Click the Documents tab. Open the Web Site Hosting Files folder. Open the Live Hosting Files folder, or open the Staging Hosting Files to test… Continue reading Adding stylesheet to Checkout/MyAccount Bundle of Site Builder Site
Registration Form Customizing in Site Builder
You can use custom entity fields in your website to collect additional information from your customers during registration. When shoppers register, the information they enter shows up in the customer record created in NetSuite. Solution : Go to Customization > Lists, Records, & Fields > Entity Fields > New. In the Label field, enter a name for the custom… Continue reading Registration Form Customizing in Site Builder
Back Order Preferance and out of stock behavior Set-up For Site Builder
RequirementTo set-up the Back-order preferance and out of stock behavior for site builder site. SolutionTo set up back order preferences for the site: Go to Commerce > Websites > Website List. Click Edit next to a website. Click the Shopping subtab. In the Webstore Out Of Stock Items field, select how to handle items that are out of stock in your web… Continue reading Back Order Preferance and out of stock behavior Set-up For Site Builder
To add stylesheet to Site Builder Site
You can use add a style sheet with your Site Builder website. To add a style sheet with a File cabinet: Click the Documents tab. Open the Web Site Hosting Files folder. Open the Live Hosting Files folder, or open the Staging Hosting Files to test your style sheet before publishing. Open the site folder. Click Add File, and choose your style… Continue reading To add stylesheet to Site Builder Site
Display a Video File in Site Builder
User wants to customize the website to have a video in the website. RequirementUser can upload a video file and then apply it with the following HTML code to display the video on webpage. Solution Navigate to Documents > Files > File Cabinet Click Web Site Hosting files Click Live Hosting Files Click Add File Browse a video file from a local directory… Continue reading Display a Video File in Site Builder
Get the data attribute element from datalist options
We can use a datalist instead of select option to add a dropdown to an input element. Datalist is commonly used when we want type in the input element and select from the dropdown based on that. We can use that in the site builder also.In datalist we can get the value and text of… Continue reading Get the data attribute element from datalist options