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

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

Advanced Customization Techniques in SuiteCommerce Advanced

SuiteCommerce Advanced (SCA) offers extensive customization capabilities, enabling businesses to tailor their eCommerce platforms to meet specific needs and enhance user experiences. By delving into advanced customization techniques, developers can unlock the full potential of SCA, creating unique and highly functional eCommerce solutions. Leveraging the Extensibility API The Extensibility API in SCA is a powerful… Continue reading Advanced Customization Techniques in SuiteCommerce Advanced

Optimizing Performance and Scalability in SuiteCommerce Advanced

Performance and scalability are critical factors for the success of any eCommerce platform, and SuiteCommerce Advanced (SCA) offers several features to optimize these aspects. One lesser-known technique is implementing server-side rendering (SSR) to improve page load times and SEO performance. SSR allows the server to generate the HTML content before sending it to the client,… Continue reading Optimizing Performance and Scalability in SuiteCommerce Advanced