Add a javascript to the website’s tags for SuiteCommerce

Go to SMT of the website. Edit the page where the head tag needs to be added. Add script to “Add to <head>” via SMT enhance page Note: It only adds it to the individual page’s <head> tags and not to the general website’s. So add in header or footer section. The field in the… Continue reading Add a javascript to the website’s tags for SuiteCommerce

Change SuiteCommerce Homepage title “Welcome to the store”

The simplest way to update the page title of SuiteCommerce standard or SuiteCommerce advanced without using extension or SMT. Note: Only application if the SCA website is not using the Microsite feature Login to Netsuite Navigate to Commerce > Websites > Websites list Edit the corresponding website record. Navigate to Multi-domain > translations Add the… Continue reading Change SuiteCommerce Homepage title “Welcome to the store”

Display matrix option in SuiteCommerce PLP page

Navigate to Commerce > websites > configuration. Select the website and domain Navigate to Advanced > Item Options Check the checkbox in the column “Show options in Item list” for the corresponding matrix option. Practical solution Can be used to display matrix color options, size etc in the PLP page

Saved search for Abandoned Cart for the Site builder and Suitecommerce Websites

To get the list of customers who have abandoned cart items, we can use the below-saved search. Lists > Search > Saved Searches > New > Customer Title — Abandoned Carts ID — _abandoned_carts Public — checked Criteria > Standard — Shopping Cart: SubTotal is greater than 0.00 Results > Columns — Shopping Cart : Item ID The above saved… Continue reading Saved search for Abandoned Cart for the Site builder and Suitecommerce Websites

SCA- Log out customers after registration

The below code can be used to log out the customers from an SC/SCA website. Comment the return section in the register function of account.model.js in Suitescript folder and add the below code. Uses If you want to restrict customers from login into the website based on any condition. If you want to have approval… Continue reading SCA- Log out customers after registration

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