We can solve this by extending the profile model under SuiteScript and adding certain codes. For showing the invoice section on payment method section, here we have implemented the vinson related code in our file. Here, the related view is payment method selector Another code we have used is for render function()
Author: Sarvshrestha
How to resolve the error if the field data is not saving in the lead record
To resolve the error if the field data is not saving the lead record using script. We have to pass the values from each section and how to use it , will give an example. We can write the code first in SuiteScript to get the values. Code: Here in the code siteTermsName values are… Continue reading How to resolve the error if the field data is not saving in the lead record
how to show the last item added to wishlist according to recent update date
We can show this by extending the view ProductListListDetailsView and under it we have to extend the child view ProductListListDetailsView and by using some more code, we can able to display the last updated item to show in the wishlist.
How to display an item from Search section & QuickAdd section based on the subsidiaries
We can remove the item from Search section & as well as quick add section from the website using code. Here custiitem no. are subsidiaries.
How to made a Contact record automatically when a customer signs up using Netsuite Fuctionality
When a customer signs up via the E-Commerce site then a Contact is made automatically at the same time as the Company. By doing this a lead record will be created & at the same time Contact record will also get created. The following requirement can be done by using Netsuite feature i.e., when a… Continue reading How to made a Contact record automatically when a customer signs up using Netsuite Fuctionality
How to resolve the issue of items showing Out of Stock in pdpmatrix table in IOS devices
The issue is causing by some reasons, one of the reason is that the name of the location on the iOS device was obtained as the first word only. So we have to update the condition to work on all devices. By using the above code we are getting data from the configuration. Here .includes()… Continue reading How to resolve the issue of items showing Out of Stock in pdpmatrix table in IOS devices
how to get all child records of a customer using suitescript
If the user wants to get all the child records of a Customer via script then we can use this method. Using SuiteScript 1.0:
How to resolve theme developer tools override causing error in activation
If we copy a template (.tpl) or Sass (.scss) file from the Modules directory of the published extension to a theme Overrides directory, customize the new file, and then deploy and activate that theme, we may receive this error: Templates Job Error: Could not find overriding file This issue occurs because the theme developer tools… Continue reading How to resolve theme developer tools override causing error in activation
How to resolve theme developer tools override causing error in activation
If we copy a template (.tpl) or Sass (.scss) file from the Modules directory of the published extension to a theme Overrides directory, customize the new file, and then deploy and activate that theme, we may receive this error: Templates Job Error: Could not find overriding file This issue occurs because the theme developer tools… Continue reading How to resolve theme developer tools override causing error in activation
How to display the results of saved searches in page
Create a saved search for items that might appeal to certain interests, and then publish the saved search on your web store. When shoppers click a link, they can see the search results on your site. For example, the Wolfe Electronics website has a saved search for cordless phones. This search updated on a regular… Continue reading How to display the results of saved searches in page