Best Practices for facet field performance

Keep facets to a maximum of 40. This is not a hard limit. However, performance degradation becomes noticeable when the maximum is reached. Facet values should not exceed 1,000. Each facet value’s name should be under 200 characters. Only include facets when they are necessary. When making a request to the Item Search API, omitting include=facets from… Continue reading Best Practices for facet field performance

How to display Review in Suitecommerce Websites

For most of the suitecommerce websites adding reviews won’t display it at the same time. The reviews need to be approved to be shown on the website. Steps followed Login to the corresponding website Go to the PDP page of an item Click “ Write a review”. Select star, add title, description, name Submit Go… Continue reading How to display Review in Suitecommerce Websites

Dynamically update copyright date in SCA footer

The copyright date in the footer of SCA will be having the default value of the suitecommerce release year. The year needs to update manually each year. The below code can be used to set the value dynamic. Copyright © document.write(new Date().getFullYear()), All Right Reserved Based on the version, can use extension or custom module.

How to fix price issue display issue in SCA

Problem – On SCA websites, the item price is not displayed. Rather “Contact us for pricing” shown. Solution – Issue can be fixed by creating required customer segment Create an item search Go to list > Search Saved search > New Create a new item search with required criteria, Display in webstore – true Inactive… Continue reading How to fix price issue display issue in SCA

How to show more than 48 products per page in SC/SCA

The default products per page in SC/SCA are 12,24 and 48. To show more products per page, follow the below. Go to Netsuite Commerce > Websites > Configuration. Select the website record and domain. Go to Search > Search Results per page Add required number under items field. Add $(0) per page in the name… Continue reading How to show more than 48 products per page in SC/SCA