To set up SuiteCommerce Gift Wrap & Message in your web store, you need to perform the following steps: Add Gift Wrap Fields to the Website Setup Create Gift Wrap Items Assign Gift Wrap Options to Web Store Items Add Gift Wrap Fields to the Website Setup To check whether an item can be gift… Continue reading Set Up Gift Wrap
Category: NS SuiteCommerce Advanced
All articles / code related to SuiteCommerce advanced
Changing Customer Details After Applying Promotions
If the customer details change after promotions have been applied to a transaction, you should clear all lines on the Promotions subtab. Promotions that have been previously added and are no longer available to the new customer are not automatically removed. The discount these promotions offer is not applied to the transaction, but any single-use… Continue reading Changing Customer Details After Applying Promotions
Custom Item Field Values not Displayed for Gift Certificate Items in the Webstore
Scenario When checking out Gift Certificate items, user encounter an error when submitting the order in web store: “Error processing dynamic tag for the custom item field because the system cannot find this field for gift certificate items.” This error is caused by the custom item field values is not displayed in Gift Certificate items… Continue reading Custom Item Field Values not Displayed for Gift Certificate Items in the Webstore
Managing Invoice Payment Options with the ‘Net Terms Workflows’ Bundle in NetSuite
The ‘Net Terms Workflows’ bundle (Bundle ID: 389492) in NetSuite is designed to provide businesses with a streamlined way to manage vendor invoicing terms and control invoice payment options. This bundle introduces a custom checkbox called ‘Allow Invoices’ on the vendor record. After installing this bundle, a custom check box named ‘Allow Invoices’ will be… Continue reading Managing Invoice Payment Options with the ‘Net Terms Workflows’ Bundle in NetSuite
Upgrading WSDL version
Upgrading your WSDL version in NetSuite is essential for leveraging new features and maintaining compatibility with the platform as older versions are retired. When upgrading, it’s important to ensure that your integrations work with the latest version of NetSuite, as changes like new required fields, removed fields, or altered data types may require re-coding parts… Continue reading Upgrading WSDL version
How to display shipping items as shipping methods on the website
Navigate to Lists –> Accounting –> Shipping Items. Click on the corresponding shipping item and ensure that ‘DISPLAY IN WEBSITE’ checkbox is checked. If want to make the shipping item free, then set the ‘FLAT RATE’ field value as 0.00. If want to make the shipping item free over certain amount, then set the value… Continue reading How to display shipping items as shipping methods on the website
How to set invoice as default payment method for customers having terms.
Add ‘OrderWizard.Module.PaymentMethod.Selector’ as dependency to the entry point file. Extend ‘OrderWizardModulePaymentMethodSelector.prototype’ and use wrap function to keep the already existing properties and functions. Check whether the customer has terms by retrieving the payment terms from his profile. Use ‘setModuleByType()’ function to set the invoice as default payment option. if (!this.selectedModule) { let… Continue reading How to set invoice as default payment method for customers having terms.
Item badge extension
Install and configure the item badge extension for product listings and details pages. Steps: Install the Bundle: Install the bundle 251246 and activate the extension. check the suite answers and help center for more information Enable Badges for Items: (We need to get client confirmation to do) Enable item badges in the item record settings.… Continue reading Item badge extension
Out of stock and Add to cart Issue
Implement the following updates in the PDP page of the wholesale staging domain. 1. For the wholesale website, we would like the out-of-stock message to show. 2. We would like the “Add the cart” button to be changed to “Pre-order” when the item is out of stock for the wholesale domain. Open image-20241204-094648.png We would… Continue reading Out of stock and Add to cart Issue
Quick view issue
Domain- Welcome to the store We have a liquid pixel item -800l and we have a field in the item record to identify the liquid pixrel ite. if it is checked the Liquid pixel extension will work for that item. But currently, the client has added 2 more items to the liquid pixel. in quick… Continue reading Quick view issue