First, create the section that you want to show/hide. Give it a unique ID so you can reference it later. Next, add a checkbox to your page that will trigger the show/hide functionality. Give it a unique ID and add an onclick event that will call a JavaScript function to show/hide the section. Finally, create… Continue reading JavaScript code to toggle visibility of a section on checkbox click.
Author: Ramya H
Disable Order summary continue button in Check out page when invoice orders terms are “Prepayment”.
When a customer’s terms are prepayment and they try to make an order using an invoice, the order must be denied. Along with that order summary continue button in checkout page is also denied for further process .For this, we can disable the continue button and display a message regarding this.
Invoice orders need to be declined for terms that are Prepayment.
When a customer’s terms are prepayment and they try to make an order using an invoice, the order must be denied. For this, we can disable the continue button and display a message regarding this.
How to Resolve error: Unexpected error has occurred while saved the custom field in netsuite.
This error message will get due to quite vague and could be caused by a variety of issues. However, here are some general steps we can take to try and resolve the issue: Check your custom field settings: Double-check the settings for the custom field you’re trying to save. Make sure that all required fields… Continue reading How to Resolve error: Unexpected error has occurred while saved the custom field in netsuite.
Update Features in the PDP page for matrix items
Features should be changed based on child matrix item when we selecting item options, if there are no features in the child item record, then features will show from parent item. in view file
Proposal for showing Features in PDP page
Proposal summary This proposal covers the development of showing features in the PDP page for matrix items. Requirement Features should be changed based on child matrix item when we selecting item options, if there are no features in the child item record, then features will show from parent item. Our solution Currently the features are… Continue reading Proposal for showing Features in PDP page
Showing of Specification on PDP page for Matrix items.
When the options of matrix item selected (here color is selected), then corresponding details of that child item also show in the website. Create a custom field in NetSuite by using follow steps 1. Go to Customization > Lists, records & Fields > item fields > New 2. Enter a Label ” Specification data” for… Continue reading Showing of Specification on PDP page for Matrix items.
Proposal for showing specifications on the PDP page for matrix items.
Proposal Summary This proposal covers the development of showing the specifications on the PDP page for the matrix items in the tool fetch website. Requirement When selecting item options in the PDP page, the corresponding details of that child item (specification) need to display in that page. Our solution If we are taking any parent… Continue reading Proposal for showing specifications on the PDP page for matrix items.
Make Terms and Condition configurable for a Domain
Updating the Terms & Condition PDF link in the signup form in such a way that should be configurable from netsuite . Created a configuration field “TermsAndCondition_Title”. Uploaded the Terms and Condition PDF link in the path : Web Site Hosting Files > Live Hosting Files > SSP Applications > THERMOGARD PTY LTD_5742647 > Development-USA… Continue reading Make Terms and Condition configurable for a Domain
Rename Folder Using SuiteScript 2.0
In case there is a need to rename a folder name on File Cabinet due to changes in the directory where the script generated documents are being saved for example. It is possible to use SuiteScript to change the folder name in the File Cabinet. The following example uses the N/record Module to load the folder record… Continue reading Rename Folder Using SuiteScript 2.0