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
Tag: webstore
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
Create image search suing suitescript
Style the nth element of a div
How to add horizontal lines below the each div except the last div. Solution:
Back order issue for instock items
Recently a client reported an issue that When an instock items ordered through webstore, the order has placed as backorder quantity item. solution: Check if a location is entered on the Sales Order. If not, then a location must be assigned to the Sales Order so that the system will know where to source the… Continue reading Back order issue for instock items
Display Barcode Number on eCommerce Site
Client would like to include the barcode number for each item on the eCommerce site, so customers can easily access it. Solution: Create an extension for shopping and myaccount domain Extend product detail full view file and display barcode in the pdp page Make change in the corresponding template
Proposal For Check the Possibilities for Box Quantity (Order Quantities in lots)
JIRA : THRD-364 Proposal Summary This proposal covers the possibility for box quantity. Requirement The requirement is to add an option to purchase a definite quantity for the item. The quantity should the multiple of the box quantity. For example: if the box quantity of the item is 2 then the item will be purchase… Continue reading Proposal For Check the Possibilities for Box Quantity (Order Quantities in lots)
Enable features in SCA
Need to get whether a feature in enabled in SCA webstore or not. To check whether the feature us enabled, In suitescript check “SC.Models.Init” and for javascript check the “SC.ENVIRONMENT“. Check whether “payment instrument feature” is enabled or not.