A centerMode slider looks like as follows, Below is the code for slider using slick slider HTML: JS CSS
Author: Shekha E K
Search to get the list of customers not purchased anything yet.
Create a saved search to get the list of customers who haven’t purchased anything yet. Make the criteria as, Run this search and we will get list of all the customers who have no orders created from webstore as well from NetSuite.
List of items not having any commerce category
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
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.