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
Author: Rosemol Francis
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
Steps to confirm that a SuiteCommerce web store already processes payments with native 3D Secure 2
In NetSuite, go to Lists > Search > Saved Searches > New. Click Cardholder Authentication. Click Preview without setting filters. If cardholder authentication search results are returned, your web store is using native 3D Secure 2.
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
MD5 hashing algorithm is no longer valid
If you are running into an MD5 hashing algorithm is no longer valid error when activating extensions/theme, make sure to update the “SuiteCommerce Extension Management” bundle to 2021.1.4.
Add Captcha to SCA Registration page
Client-side: Server Side: Link to the script client side: Add an input to the template:
Add Custom font to Suitecommerce website
Proposal Summary This proposal includes the implementation of adding the font-family FranklinGothic to the theme of all the three SCA domains. Requirement To add the font family Franklin-Gothic to the theme of all the three domains. Our Solution The font will be added to the “Fonts” in the assets folder in the theme. Then in… Continue reading Add Custom font to Suitecommerce website
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