Continuation of Install Commerce Categories Migration Tools 4. Set Field Mapping The following tables list the Commerce Category fields that can be set at the time of the category import. If the column names in the header row of the Commerce Category import file use the internal IDs of the Commerce Category fields, the tool… Continue reading Set Field Mapping
Author: Rosemol Francis
Resolve Search Field Opening up When Clicking on Company Logo on Mobile View
There are instances in which a user clicking on the company logo is redirected to the home page and the search field gets displayed at the same time. If the user is already on the home page and clicks the logo the search bar gets activated and, on some devices, (iPhone) the keyboard may also… Continue reading Resolve Search Field Opening up When Clicking on Company Logo on Mobile View
The distro.json and ns.package.json Files
To determine which files to include with the Distribution folder of SCA, Gulp.js uses two configuration files: distro.json ns.package.json The distro.json file resides in the following location, depending on your implementation: If implementing the 2020.1 release and later, this file is located within the SC_xxx/Advanced directory within your root source directory. For example: SC_20.1/Advanced If… Continue reading The distro.json and ns.package.json Files
SCA Module Architecture
The source files for SuiteCommerce Advanced (SCA) are organized in multiple modules. Each module defines a specific area of functionality which generally falls in one of the following categories: Application modules: define high-level collections of features that perform similar types of functions. SCA includes three separate applications: Shopping Checkout My Account Feature modules: define specific… Continue reading SCA Module Architecture
Anatomy of SuiteCommerce Extension
SuiteCommerce extensions generally include the following types of files. File Description Entry Point An essential file in any extension with JavaScript is the entry point file. When an extension is loaded into a site’s application, this is the file that is called. In the entry point JavaScript file, you should define a module.Every JavaScript-based file… Continue reading Anatomy of SuiteCommerce Extension
Prevent Particular Pages From Being Indexed by Search Engines
Applies To Product: NetSuite 2023.1 SuiteApp/Bundle: SiteBuilder & Basic WebStore SuiteCommerce | ID 468619 | Version 2023.1.0 SuiteCommerce Advanced | ID 453986 | Version 2022.2.1 Scenario There will be instances wherein certain pages need to be restricted so that they are not available to the public. Search engines crawl the web and index pages depending on… Continue reading Prevent Particular Pages From Being Indexed by Search Engines
7 Basic On-Page SEO Tips for SuiteCommerce
1) Enter a Page Title – A title tag is the main text that describes an online document, and appears in two key places: browsers tabs and search engine results pages (SERP). The Optimal Format for category and product pages is as follows: Primary Keywords – Secondary Keywords | Brand Name. Every page of the website… Continue reading 7 Basic On-Page SEO Tips for SuiteCommerce
Display custom Item Field data value and custom record field value on the SiteBuilder website
You can display information from custom records and custom fields on your Site Builder website by using attribute tags in item/category templates and in the HTML you write for your site themes in Site Builder. Creating Attribute Tags for Custom Fields Display information from custom fields on item and customer records by using the custom… Continue reading Display custom Item Field data value and custom record field value on the SiteBuilder website
SuiteCommerce Myaccount error – Internal Error: Please check if the fieldset is created
Page displays error – SuiteCommerce/ SuiteCommerce Advanced Myaccount page Error displays – Internal Error: Please check if the fieldset is created Reason for the issue -The MyAccount transaction detail supports about 100 line items. If the customer’s invoice was over 100 lines it would throw a fieldset error because the error msg in the catch… Continue reading SuiteCommerce Myaccount error – Internal Error: Please check if the fieldset is created
How to Fix “Gulp error: Unknown product Advanced”
It usually happens when versioning is off. Download the zip of the SCA Dev Tools for the core from the file cabinet Install the required node version based on the SCA version that we are using (https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_158894785342.html). Make sure you’re on the correct node version and navigate into the SC_version.<2>file. Run npm install in command prompt… Continue reading How to Fix “Gulp error: Unknown product Advanced”