The 2025.1.0 major release includes the following features and enhancements: Ability to Return Assembly Items Configuration Properties Updates Node.js Requirement Third-Party Library Updates Issue Fixes These enhancements typically apply to SuiteCommerce, SuiteCommerce MyAccount, and SuiteCommerce Advanced; however, some features could apply to a subset of each. The following enhancements explain the implementations to which they… Continue reading 2025.1.0 Release SC/SCA/SCMA
Category: SuiteCommerce
Product Reviews for SuiteCommerce and SuiteCommerce Advanced 2024.2 and Later
With SuiteCommerce or SuiteCommerce Advanced 2024.2 or later, customers can view and create product reviews on your Commerce website by default. However, you can disable this setting if you don’t want customers to use product reviews. To disable product reviews: Go to Commerce > Websites > Configuration. Select your website and domain and click Configure. In the… Continue reading Product Reviews for SuiteCommerce and SuiteCommerce Advanced 2024.2 and Later
Adding a “Notify Me When Available” Feature for Out-of-Stock Items in SuiteCommerce Advanced
One of the most user-friendly and revenue-saving features you can implement in SuiteCommerce Advanced is a “Notify Me When Available” option for out-of-stock items. While SuiteCommerce allows you to display item availability, it does not include a built-in method to let customers subscribe for restock alerts. Adding this feature improves customer experience, helps retain potential… Continue reading Adding a “Notify Me When Available” Feature for Out-of-Stock Items in SuiteCommerce Advanced
Webstore Matrix Item With Hyphenated Item Option the Associated Image Not Displayed
There might be scenarios where the Associated Images for an item are not showing on the SuiteCommerce Advanced webstore Go to an Item record > Webstore tab > Associated Images subtab > <Image>_<option>-<option>.extension (i.e., DCIM_X-Large.png) Navigate to Commerce > Websites > Configuration Populate Website & Domain Navigate to Shopping Catalog subtab and click on the Multi-Image Option tab and add the custom field id of the matrix option. In order to resolve, follow these steps: Navigate… Continue reading Webstore Matrix Item With Hyphenated Item Option the Associated Image Not Displayed
Customizing Item Name Display in PLP, PDP, and Cart via Configuration
Create Configuration Record “SiteSpecific.fieldName”: { “type”: “string”, “title”: “Field Name”, “description”: “Enter the item field name to display as name for this subsidiary/domain”, “default”: “storedescription”, “group”: “shoppingApplication”, “subtab”: “SiteSpecific” } PLP plp.addToViewContextDefinition(‘Facets.ItemCell.View’, ‘name’, ‘string’, function name(context) { … Continue reading Customizing Item Name Display in PLP, PDP, and Cart via Configuration
How to Unlink an SSP Application in SuiteCommerce Advanced (SCA)
SuiteCommerce Advanced (SCA) uses domains and SSP applications to deliver dynamic e-commerce experiences. When you’re cleaning up configurations or shifting setups, properly unlinking these components is key to keeping everything running smoothly. Unlinking an SSP Application Navigate to SSP Applications Go to Commerce > Hosting > SSP Applications. Open the SSP Application Record Click View… Continue reading How to Unlink an SSP Application in SuiteCommerce Advanced (SCA)
Matrix Sub-Item Images Don’t Show by Default in NetSuite SCA
In NetSuite’s SuiteCommerce Advanced (SCA), managing product imagery for matrix items—especially sub-items—can be unintuitive. By default, images added to the “Related Images” field of a matrix sub-item do not appear on the website’s Product Detail Page (PDP). This behavior stems from how NetSuite handles image inheritance and rendering logic for matrix items. 🔍 Default Behavior… Continue reading Matrix Sub-Item Images Don’t Show by Default in NetSuite SCA
SuiteCommerce Security Compliance and Patch Management: Mandatory Update for Reference Product Features
What’s the Patch About NetSuite has released a critical patch for SuiteCommerce and SuiteCommerce Advanced (SCA), specifically targeting users of Reference Product Lists and Reference Product Reviews. Failure to implement this patch may lead to site inaccessibility or unresponsive behavior after the update deadline. Why It’s Urgent With the 2025.1 release, NetSuite is enforcing stricter… Continue reading SuiteCommerce Security Compliance and Patch Management: Mandatory Update for Reference Product Features
How to Create a custom SSP application for SuiteScript 2.0
This procedure applies only to 2019.1 implementations of SCA and later. The NetSuite SSPv2 application record defines the folder in the NetSuite file cabinet where website customization assets that support SuiteScript 2.0 are stored. If you are implementing the 2019.1 release of SCA or later, you must create this additional SSP application for SuiteScript 2.0… Continue reading How to Create a custom SSP application for SuiteScript 2.0
How to edit theme manifest using override method
The override object is only included if you introduce extension overrides. When you use the Override method, the Gulp.js commands detect any HTML or Sass overrides and automatically include them in this file. For example, if you override the _error.sass file of the Extension1 extension and run the gulp theme:deploy command, the theme development tools add the following override your theme’s… Continue reading How to edit theme manifest using override method