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
Author: Rosemol Francis
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
Sorry, there is a problem with this Item and can not be purchased at this time. Please check back later
Note: Below solution applies to account using multiple subsidiaries for a suitecommerce website. Edit Item Record Go to sales/pricing tab Add value to the currencies selected in the website record. Make sure to add value to all price levels which are used in the website. Website Record
Suitecommerce Advanced – Add to cart button not displaying, Price not displaying
Issue – Some times SCA website does not display Add to cart button and price for items even when all settings are correct. Solution 1 Go to Commerce > Websites > Website List Edit the website record Remove the value in the field DEFAULT CUSTOMER CATEGORY. Save the record Solution 2 Go to Commerce >… Continue reading Suitecommerce Advanced – Add to cart button not displaying, Price not displaying
Invalid Line item or sub list operation
Suitecommerce
Error with themeAssets Path
Error – Error with themeAssets Path. Specifically with getThemeAbsoluteUrlOfNonManagedResources. We are developing a theme but when testing we get broken images when the site switches to the netsuite checkout domain (moving away from the store url) Specifically the ajax loader, also the site cannot seem to properly find the favicon even though that path is… Continue reading Error with themeAssets Path