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.
Author: Rosemol Francis
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
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
Image Hover in Pure CSS
The below code shows how to show image hover using pure CSS. HTML CSS
Enable Token-Based Authentication (Montblanc, Vinson, Elbrus, and Kilimanjaro)
Note – The below could be done when the gulp deploy command shows Invalid login credentials for older versions. Modify the index.js File for Gulp Deployments In the SuiteCommerce Advanced source directory, open this file: …/gulp/ns-deploy/index.js Find the following line of code:, doUntilGetRolesCopy And replace it with the following lines of code: , ui.selectToken ,… Continue reading Enable Token-Based Authentication (Montblanc, Vinson, Elbrus, and Kilimanjaro)
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