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)
Category: Standard Operating Procedures
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
Populating Custom Fields in SuiteCommerce Before Record Submission
In SuiteCommerce, dynamically populating custom fields is essential for tailoring business processes to specific needs. When these fields drive actions like email notifications, ensuring they are set at the right moment is critical. This article explores how to use the preSubmitRecord method in a SuiteCommerce Advanced (SCA) backend script to populate custom fields before record… Continue reading Populating Custom Fields in SuiteCommerce Before Record Submission
What is the N/commerce/recordView Module?
The N/commerce/recordView module is a read-only SuiteScript 2.x module designed to retrieve data from SuiteCommerce-related records, such as: Website records Item records Commerce category records This module is used only for viewing these records — not for creating or updating them. ? Why and When Should You Use It? ? Use it when: 1- You… Continue reading What is the N/commerce/recordView Module?
Managing Access to Site Management Tools in SuiteCommerce
Site Management Tools (SMT) in SuiteCommerce Advanced, introduced in the Elbrus release and later, provide a robust platform for managing website content efficiently. The Escape to Login feature is a key functionality, allowing users to access SMT either by pressing the Esc key or navigating to a designated admin URL. This article explains how to… Continue reading Managing Access to Site Management Tools in SuiteCommerce
Loyalty Point Rewards in SuiteCommerce Advanced: Comparing CLutch & Netscore
Customer loyalty programs are a crucial component of e-commerce businesses, helping brands retain customers and incentivize repeat purchases. Within SuiteCommerce Advanced (SCA), integrating a loyalty system requires selecting a third-party provider that aligns with business needs. Two major solutions available for this integration are CLutch and Netscore. While both offer rewarding experiences, they differ significantly… Continue reading Loyalty Point Rewards in SuiteCommerce Advanced: Comparing CLutch & Netscore
Implementing a Flat Processing Fee with Tax and Display Support in NetSuite & SuiteCommerce Advanced
Overview This article outlines how to implement a flat processing fee on Sales Orders in NetSuite and SuiteCommerce Advanced (SCA), covering end-to-end requirements including: Automated fee application for specific customer types Display across website, backend, emails, and PDFs Support for manual shipping charges Tax calculation on the fee Modular design for reuse in other projects… Continue reading Implementing a Flat Processing Fee with Tax and Display Support in NetSuite & SuiteCommerce Advanced