The Shipping Estimator displays as a dropdown field in the order summary box in the cart section of your website after your customer has added items to the cart. It displays the estimated shipping cost based on the Shipping Estimator Preference selected by the website administrator. This image is an example of how the Shipping… Continue reading Shipping Estimator
Tag: webstore
Resolve Web Store Credit Card-based Sales Orders Not Automatically Processed for Authorization
For Web Store-generated Sales Orders, when both Credit Card and Terms is tried to be set on the Sales Order during creation (e.g. through user event scripts), the back end logic checks whether if a Terms value is being set and applied. If found, the Authorization Process is skipped. Terms being prioritized over Credit Card… Continue reading Resolve Web Store Credit Card-based Sales Orders Not Automatically Processed for Authorization
To enable or disable web store triggers for a user event script deployment:
When deploying a user event script, you can permit or prevent the deployment from being triggered by web store activity. You configure this behavior by specifying execution contexts on the Context Filtering tab of the script deployment record. Execution contexts let you control whether the deployment is triggered by particular events, such as UI actions… Continue reading To enable or disable web store triggers for a user event script deployment:
Website search
Searchandising augments the existing search techniques with additional features to create an enhanced and profitable product search experience. Search Synonyms: With synonyms, shoppers can use familiar search terms and receive expanded results. A search for a term, also searches for that term’s synonyms. Therefore, synonyms eliminate the need for you to try and include all… Continue reading Website search
UserProfile in SCA
The UserProfile component enables you to retrieve information about the current web store user. The information available depends on whether the user is currently logged in, is a registered user but is not logged in, or is an unregistered user. If the visitor is logged in as a user, we can get details such as… Continue reading UserProfile in SCA
Remove markup item from webstore
Requirement: When markup item is adding in NetSuite while creating SO, the markup item is also showing in the website. Since the markup item is not ordered by customer it should be removed from website. Solution: Need to extend the views,”OrderHistory.Details.View” and “Invoice.Details.View”. Adding code below.
Set Up SuitePromotions for Commerce Web Stores
To prepare your site to use SuitePromotions: Enable SuitePromotions features. Set up SuitePromotions records. Configure SuiteCommerce Advanced to use SuitePromotions. Step 1: Enable SuitePromotions Features In NetSuite, go to Setup > Company > Enable Features. On the Transaction tab, check the following boxes in the Sales section: Promotion Codes SuitePromotions Auto-apply Promotions Save the record. Step 2: Set… Continue reading Set Up SuitePromotions for Commerce Web Stores
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
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.
Proposal For making cart text as configurable in the webstore
This proposal covers the development of making cart text as configurable in the webstore for Thermogard domains. Requirement In the cart page, the text at the top section need to make it configurable in the webstore for Thermogard domains. Our solution We can make the cart text as configurable by using an extension. We are… Continue reading Proposal For making cart text as configurable in the webstore