Go to Commerce > Websites > Web Site List. On your Web Site Setup record, click Edit. On the Shopping subtab, in the Registration Page section, set the Customer Registration field as “required”. Click Save.Note: Select required if you want all shoppers to register on your site. With this option, a record is created in… Continue reading Inactivate or disable the Guest checkout in the website using website setup
Author: Sangamesh
KIT/Package item feasibility with SuiteCommerce website
KIT/Package item feasibility with Suite Commerce website Introduction Kit Item Kits or packages let you create items that are collected from other items. You can assign multiple price levels to your kits and even make them available in your website. Whenever you sell a kit, inventory items are deducted from the inventory. Kit/Package Items A… Continue reading KIT/Package item feasibility with SuiteCommerce website
Changing or translating the text content of the landing page using SMT
Editing Landing Page Translations In Site Management Tools (SMT), you can edit a translation to update the existing landing page when changes are necessary. To edit landing page translations: Log in to SMT. Click Overview Mode. Select the Pages tab. Click the ellipsis beside the landing page for which you want to edit a translation. Click Edit. From the… Continue reading Changing or translating the text content of the landing page using SMT
How to configure a new language to website using NetSuite for translation
In this topic we will cover or know How to configure a new language to website using NetSuite for translation Enabling Multiple Languages The first task is to enable foreign languages in your account. This setting affects all solutions in NetSuite, including sales orders and email. If this setting is not enabled, you cannot proceed… Continue reading How to configure a new language to website using NetSuite for translation
Resolving the issue of slider, When returned to home after navigating to some PDP pages, the speed of the slider’s rotation is increasing.
When clicked on the any product/item form the slider or returned to Home page after navigating to some PDP Pages, the speed of the slider’s rotation in increasing, It cause because for setInterval( ); function to prevent this issue, Clear the Interval function whenever it returned to home page, and start the the interval again… Continue reading Resolving the issue of slider, When returned to home after navigating to some PDP pages, the speed of the slider’s rotation is increasing.
How to prevent “an internal error occurred” when backend data is null
This article covers the solution for, when there is no data coming form backend of the data is null then the it will throw the error “an internal error occurred”, to prevent this issue while fetching data from backend is, In fail function, add “result.preventDefault =true;” or make preventDefault as true to prevent this issue.
How to update the number of item card along with screen width or responsive of screen in home page carousel using JavaScript
In home page Increasing and decreasing the number of items feed in different screen width using javaScript
Slide down a navigation bar on scroll with CSS and JavaScript.
slide down a navigation bar on scroll with CSS and JavaScript. How To Slide Down a Bar Step 1) Add HTML: Create a navigation bar: Example Step 2) Add CSS: Style the navigation bar: Example Step 3) Add JavaScript: Example
Creating a tabbed image gallery with CSS and JavaScript.
Create a Tab Gallery Step 1) Add HTML: Example Use images to expand the specific image. The image that is clicked on inside the column, is shown in a container below the columns. Step 2) Add CSS: Create four columns and style the images: Example Step 3) Add JavaScript: Example