when a customer scrolls a product in pdp page to fill the custimization product details product image will be at top and customer have to scroll to top to see the custmaized thing by using this method we can solve this problem. Script:
Author: Rajesha Jagadeesh
How to solve “cannot sort by field ‘NLSortOption [field=commercecategoryseq, direction=desc]'” error wen we select commerce category in the website
When we click on the commerce category it will show the above error insted of showing commerce catogory items, we can solve this error using below method. Scenario: Solution: Step 1: In Netsuite go to Commerce –> Website –> Website Lists Step 2: Select the website and click on edit. Step 3: In Search Index… Continue reading How to solve “cannot sort by field ‘NLSortOption [field=commercecategoryseq, direction=desc]’” error wen we select commerce category in the website
How to a add a image to a HTML tooltip using CSS
When showing tooltip we can’t insert an image by img tag but we can use this method to add images in tooltip. HTML Code CSS Code Results
How to prevent a customer from entering PO Box address as a shipping address in checkout
Some products can’t be shipped to PO Boxes so we can prevent the customers to entering shipping address as PO Box address before placing order. Entrypoint(JavaScript): Results:
How to create a popup mini browser window using javascript.
we can open or create a popup mini browser window of a specific url with a specific size using javascript or jquery. Result:
How to solve “Java class “[Lcom.netledger.app.common.scripting.search.nlobjSearchResult;” has no public instance field or method ramed “toJSON” error in Suitescript 1.0
In suitescript after using nlapiSearchRecord we maight get this type of error we can solve this types of errors using below code. after Using nlapiSearchRecord we might get below type error For above types of error we have to stringfy the result of the search then the error will be resolved
How to add paypal Payment method to checkout page using Netsuite.
If customers wants to place there order by paying using paypal, they can use payment method as paypal checkout method. If you do not already have a PayPal merchant account, go to PayPal to set one up. In NetSuite, you can go to Setup > Accounting > PayPal Accounts > New and click the link near the top of… Continue reading How to add paypal Payment method to checkout page using Netsuite.
How to set quantity for quantity pricing items
Description: In Quantity pricing items when we select quantity but its showing quantity as 1 we can use this solution to solve this problem. Entrypoint: template
How to reset a form using Reset button using Extension
Description: reset form is clear all filled details of the form and make the form as new. Template: SASS Javascript Entrypoint screenshot:
How to create custom record in netsuite using suitescript 2.0 in SCA
This will create custom records using suitescript 2.0 when ever customer submit a form. first you have to create custom record manually then you have to add those custom_record_id for below code to create custom recrods. Javascript View File Suitescript2 the above code will create the custom record in netsuite👇