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: You must replace the string, X.Y.Z, with the version of SCA you… Continue reading Reference Product Reviews Patch for SCA 2019.2 to 2024.1
Author: Ramya H
Reference Product List Patch for SCA 2019.2 to 2024.1
Step 1: Set Permissions for ProductList Files To implement this patch, set the permissions for the ProductList files. To set permissions for ProductList.Service.ss: 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… Continue reading Reference Product List Patch for SCA 2019.2 to 2024.1
How to display quantity of items availbale in stock
Go to Commerce > Websites > Configuration. Select your website and domain, and click Configure. Go to the Checkout tab and the Quantity Stock Message subtab. Check the Show Quantity Available on the Out-of-Stock Error Message box to include the quantity of items that are available in the out-of-stock error message. Clear this box if you do not want to include the… Continue reading How to display quantity of items availbale in stock
How to setup checkout prefrences
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. Click Save. Preference Description Sales Order Type Select whether… Continue reading How to setup checkout prefrences
How to get the current step of checkout page on website
The Checkout component lets you manage the steps in the checkout flow. For example, you can get the current checkout step, go to the next or previous steps, and add or remove steps in the checkout flow. Get an instance of this component by calling container.getComponent(“Checkout”). Returns a Deferred object. If the promise is resolved, it… Continue reading How to get the current step of checkout page on website
How to add a new module on checkout page
Adds a module to a step. You must extend class WizardModule to add a new module. checkout.addModuleToStep( { step_url: ‘shipping/new_step’ , module: { id: ‘new_module’ , index: 0 , classname: ‘OrderWizard.Module.Shipmethod’ , options: { container: ‘#wizard-step-content-right’} } })
How To add translations for saved search column headings
From the Saved Search definition page, click the Results subtab. Click the Field that you want to edit. Click the Custom Label Translation column. Enter the translated text for each language. Click Done. Click on the Summary Label Translation column. Enter the translated text for each language. Click Done. Repeat steps 2-8 for every Field that requires translating. Click Save.
How To add translations for saved search filters
From the Saved Search definition page, click the Available Filters subtab. Click on a filter. Click the Translation column. Enter the translated text for each language. Click Done. Repeat steps 2-5 for every filter that requires translating. Click Save.
How To add translations for saved search highlighting
From the Saved Search definition page, click the Highlighting subtab. Click a highlighting condition. Click the Translation column. Enter the translated text for each language. Click Done. Repeat steps 2-5 for every highlighting condition that requires translating. Click Save.
How To add translations for saved search column headings
From the Saved Search definition page, click the Results subtab. Click the Field that you want to edit. Click the Custom Label Translation column. Enter the translated text for each language. Click Done. Click on the Summary Label Translation column. Enter the translated text for each language. Click Done. Repeat steps 2-8 for every Field that requires translating. Click Save.