Through the direct item search we will not get the expected result.So we can create an item search and category search in NetSuite. Item search: Criteria can be blank , select name under the result.From this search we will get all items in NetSuite Commerce category search: Criteria can be blank, Select item name/number under… Continue reading List of items not having any commerce category
Author: Shekha E K
CSV Template for Commerce Category update
Prepare the csv template for the commerce category update. ITEM INTERNAL ID ITEM NAME CATEGORY NAME URL FRAGMENT CATALOG CATEGORY INTERNAL ID 4932 OX-PMR-5 UNITEC DIAMOND CORE DRILLS unitec_diamond_core_drills Global Product Catalogue 164 Example is given here. Here, catalog, url fragment are mandatory fields in the commerce category record. If it is not mandatory no… Continue reading CSV Template for Commerce Category update
How to change the tax label in the webstore item summary section?
Go to Config record-> shopping catalogue->tax type label change the text. save.
Remove duplicate credit card icons when adding new credit card details in SCA webstore
Sometimes, when we add new credit card details, in the SCA Webstore, duplicate credit card icons will appear as follow. Solution: Go to the payment methods in the Netsuite. Setup->accounting->accounting list->payment methods Select the corresponding payment method(Here visa, discover, mastercard). Only choose the required payment processing profile. Here we need only “FreedomPay SCA”. So remove… Continue reading Remove duplicate credit card icons when adding new credit card details in SCA webstore
How to get the associated images line count and images from item record?
Add stock status and special price in order confirmation email.
Requirement In the order confirmation email check whether we need to add online price crossed along with the special price for special items. Also need to display the stock status of an item in the order confirmation email. We need to show if an item is out-of-stock or in-stock in confirmation email. Our Solution We… Continue reading Add stock status and special price in order confirmation email.
Add multiple lines to the cart
Adds multiple lines to the cart. This method takes a single object as its argument with one property called lines. The value of lines is an array of Line objects.
Create image search suing suitescript
Style the nth element of a div
How to add horizontal lines below the each div except the last div. Solution:
Resolve Error: “The template cannot be saved due to the following errors: The following has evaluated to null or missing.” When Customizing a System Email Template
Scenario User customizes a system email template and an error alert is returned. The behavior is caused by some system email templates referencing record types that are only available when their underlying features are enabled. For example, if the Gift Certificates feature is disabled, the native Standard Web Site Gift Certificate system email template would… Continue reading Resolve Error: “The template cannot be saved due to the following errors: The following has evaluated to null or missing.” When Customizing a System Email Template