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
Author: Ramya H
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
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
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
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
CMS Page Type Website Records Not Displaying (SCA 2019.1 – 2021.2)
Step 1: Set Permissions for checkout.environment.shortcache.ssp In NetSuite, go to Documents > Files > File Cabinet. Go to the following location: Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. -X.Y.Z > Development Important You must replace the string, X.Y.Z, with the version of SCA you are using. Click Edit next to… Continue reading CMS Page Type Website Records Not Displaying (SCA 2019.1 – 2021.2)
Reference Product List Patch for SCA 2019.2 to 2024.1
To implement this patch, create a custom module to override the following JavaScript files, which are part of the ProductList module: ProductList.Item.Model.js ProductList.Item.Search.js ProductList.Model.js ProductList.ServiceController.js If you are unfamiliar with implementing patches for SuiteCommerce Advanced (SCA), refer to: Best Practices for Customizing SCA Patch Using Override Mode Step 1: Set Permissions for ProductList Files To… Continue reading Reference Product List Patch for SCA 2019.2 to 2024.1
Reference Product Reviews Patch for SCA 2019.2 to 2024.1
Step 1: Set Permissions for ProductReviews.Service.ss File In NetSuite, go to Documents > Files > File Cabinet. In the File Cabinet, go to Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. -X.Y.Z > Development > services. Important Replace the string, X.Y.Z, with the version of SCA you are using.… Continue reading Reference Product Reviews Patch for SCA 2019.2 to 2024.1
Patch Using Override Mode
Step 1: Create the Override File Create an extensions directory to store your custom module. Depending on your implementation, this directory might already exist. If you’re patching SCA 2019.1 and earlier, create the extensions directory in the Modules directory. If you’re patching SCA 2019.2 and later, create the extensions directory in the directory where the module that… Continue reading Patch Using Override Mode