Scenario When you execute the gulp deploy command to upload changes to the website, you may encounter an issue where the command is successful but the changes does not take effect. This happens when you execute the command on the root folder and the DeployDistribution folder is at a different location. Before you can… Continue reading Gulp deploy successful but the changes do not display on the web site
Tag: #SCA
Unlocking Personalized Shopping: How to Activate Intelligent Recommendations in SuiteCommerce
In today’s competitive e-commerce landscape, personalization is no longer optional—it’s expected. NetSuite’s Intelligent Recommendations feature for SuiteCommerce empowers businesses to deliver tailored product suggestions based on customer behavior and transaction history. This article walks you through how to activate and use this powerful tool to boost conversions and enhance customer experience. What Are Intelligent Recommendations?… Continue reading Unlocking Personalized Shopping: How to Activate Intelligent Recommendations in SuiteCommerce
Identify Shipping Carrier Based on the Number of Characters or Digits of its Tracking Numbers
Each shipping carrier applies a unique logic in generating its own tracking number. It is the same concept in generating check-digits in barcodes to validate it. However, this article is not intended to tell whether the tracking number is valid or not based on its auto generated check digit. Instead, it simply aims to identify… Continue reading Identify Shipping Carrier Based on the Number of Characters or Digits of its Tracking Numbers
Identify Shipping Carrier Based on the Number of Characters or Digits of its Tracking Numbers
Each shipping carrier applies a unique logic in generating its own tracking number. It is the same concept in generating check-digits in barcodes to validate it. However, this article is not intended to tell whether the tracking number is valid or not based on its auto generated check digit. Instead, it simply aims to identify… Continue reading Identify Shipping Carrier Based on the Number of Characters or Digits of its Tracking Numbers
Filtering Sales Orders by Keyword in Document Number or PO# Using Formula (Text) in NetSuite
To filter Sales Orders in NetSuite using a formula that checks whether a given keyword appears in either the Document Number (i.e., tranid) or the PO# (i.e., otherrefnum) field, you can use a Formula (Text) filter in a saved search. Here’s how to structure it: Formula (Text) Filter CASE WHEN {tranid} LIKE ‘%keyword%’ OR {otherrefnum}… Continue reading Filtering Sales Orders by Keyword in Document Number or PO# Using Formula (Text) in NetSuite
Essential Considerations for Updating SuiteCommerce to the 2025 Release
Keeping your SuiteCommerce environment up to date is critical for performance, security, and functionality. With the 2025.1 release, NetSuite continues to enhance its e-commerce platform, introducing improvements in order management, developer tools, and extension management. However, upgrades also bring risks if not planned correctly—especially for businesses running SuiteCommerce Advanced (SCA) with heavy customizations. Here are… Continue reading Essential Considerations for Updating SuiteCommerce to the 2025 Release
Regenerating a Consumer Key and Secret
To regenerate a consumer key and secret: Go to Setup > Integration > Manage Integrations. Select the record for which you want to generate a new consumer key and secret. The record opens in view mode. Click the Edit button. Click the Reset Credentials button. The system displays a popup message asking if you are sure you want to reset… Continue reading Regenerating a Consumer Key and Secret
How to Populate a Sales Order Field Before Order Creation in SCA
Automating field population in a NetSuite sales order before creation enhances efficiency and data accuracy in SuiteCommerce Advanced (SCA). This article explains how to set a custom field, such as a user’s department, in a sales order during the order creation process using SCA’s framework. By integrating with the checkout wizard, the field is populated… Continue reading How to Populate a Sales Order Field Before Order Creation in SCA
Adding a Custom Font to a SuiteCommerce Custom Theme
Step-by-Step Guide: Adding a Custom Font in VSCode Follow these steps to add a custom font to your SuiteCommerce custom theme using VSCode. Step 1: Set Up Your VSCode Workspace Open Your Theme Project in VSCode: Launch VSCode and open your SuiteCommerce theme folder (e.g., ~/SuiteCommerce/Workspace/MyCustomTheme). Ensure the folder contains the standard SuiteCommerce structure (Modules,… Continue reading Adding a Custom Font to a SuiteCommerce Custom Theme
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