We recently faced a problem in our SCA Sandbox website with the MerchantE Payment Gateway, where transactions using test cards such as Visa, American Express, and Discover cards were failing, while MasterCard test cards worked fine. This was concerning, as when we tried to test the functionality of the website by placing an order from… Continue reading Test Card Decline in the SCA Sandbox Environment with MerchantE Payment Gateway
Tag: sca
Not All Sales Orders Show up in Order History when Multi-Site Feature is Enabled in My Account
Record lists can be filtered using the config field This field is used for filtering the records for the corresponding website – domains Filter Site Option This string specifies how orders/records are filtered. The default value is current. Possible values are: all – Filters orders/records for all websites defined in the current NetSuite account. Shoppers can see… Continue reading Not All Sales Orders Show up in Order History when Multi-Site Feature is Enabled in My Account
Checkout Preferences
You can determine preferences for sales orders and how to bill for web orders. To set checkout preferences: Go to Commerce > Websites > Web Site List. Click Edit next to a web site you want to edit. On the Shopping tab (Checkout Preferences section) set preferences according to the following table. Preference Description Sales Order Type Select whether NetSuite… Continue reading Checkout Preferences
Importance of Responsive web design (RWD) in SuiteCommerce Advanced
In today’s digital age, consumers expect fast, seamless experiences across all devices, whether they’re browsing on a desktop, tablet, or smartphone. For e-commerce businesses, having a responsive website isn’t just a luxury; it’s a necessity. SuiteCommerce Advanced (SCA), NetSuite’s e-commerce platform, is designed with responsiveness in mind to help businesses reach customers wherever they are.… Continue reading Importance of Responsive web design (RWD) in SuiteCommerce Advanced
How to Verify Strike-Through Pricing is Enabled and Default Price Level is Set
To verify Strike-Through Pricing is enabled: In NetSuite, go to Commerce > Websites > Configuration. Select your website and domain and click Configure. Go to the Shopping Catalog tab. Confirm the Enable Strike-Through Behavior box is checked. Check this box if it is not checked. Click Save. To verify the default price level is set: In NetSuite, go to Commerce >… Continue reading How to Verify Strike-Through Pricing is Enabled and Default Price Level is Set
Steps to create Strike-Through Pricing
Strike-Through Pricing The Strike-Through Pricing feature compares a customer’s configured price level with the default price level. After the Strike-Through Pricing feature is enabled for your web store, your customer’s discounted price is displayed on the Product Listing Page (PLP) and Product Details Page (PDP) for all items, including matrix child items. The original default… Continue reading Steps to create Strike-Through Pricing
Set Up Store Pickup for Commerce Websites
Define Store Pickup Field Sets You must expose specific field sets to your Commerce website so that the Store Pickup feature can function properly. See Set Up Initial Field Sets for instructions. Important Store pickup fields are specific to the Store Pickup feature and are added to field sets that are already established. Do not replace established fields… Continue reading Set Up Store Pickup for Commerce Websites
Prerequisites for Store Pickup
Complete Order Management Tasks for Store Pickup SuiteCommerce and SuiteCommerce Advanced websites integrate with NetSuite’s Order Management feature to provide the complete Store Pickup feature. To complete the Order Management tasks required to set up Store Pickup, follow the steps outlined in the help topic Setting Up Store Pickup. Set Up Automation in Advanced Order Management… Continue reading Prerequisites for Store Pickup
SS 2.0 > Client Script > search.lookupField > How to Retrieve a Joined Column
User wants to use search.lookupField to lookup joined fields on a record. Solution Make sure the field to be searched is a joined field Please refer to the The SuiteScript Records Browser – ID 74610 *The reference would be found under Search Joins table Edit the Sample Code Below var fieldLookUp = search.lookupFields({ type: search.Type.SALES_ORDER, //The intended record type id: ‘1865’,… Continue reading SS 2.0 > Client Script > search.lookupField > How to Retrieve a Joined Column
Configuring Search Fields and Field Sets
SuiteCommerce InStore (SCIS) uses search fields and field sets to retrieve and display item information. The NS_RP_ResetSearchFields.js script is run automatically during the first installation of SCIS. However, if you create a second SCIS website, or if you make significant changes to your SCIS configuration, you may need to use the following steps to configure… Continue reading Configuring Search Fields and Field Sets