After succefully set the transaction body field if we click on continue button we may face this error by this solution we can resolve. Solution: This issue is due to while we creating a transaction body field we didn’t checked the DISPLAY IN WEBSITE checkbox, if you check this checkbox it will be solved.
Author: Rajesha Jagadeesh
How to resolve Transaction subsidiary xxx is not valid for location xxx. Please choose a different location unexpected error during checkout on the webstore
In checkout page when we click on place order it will show above error form this solution we can resolve this issue and successfully place order. Navigate to Setup > Accounting > Accounting Preferences > Order Management tab In the Default Location for Sales Orders field, select the blank option. Save
User Event Script for updating Shipping Cost from transaction body field value when a user place order from the Website.
When user place order from the Website In Netsuite we change the shipping cost that is in transaction body field by using this User Event Script.
How to Get the Configuration data of removed or expired domain from NetSuite and add the data to currently active domain.
Scenario: By using this solution we can copy the Configuration record data of a Domain which is expired, removed or active from NetSuite to another active domain from same NetSuite account or different NetSuite account. Step 1: Navigate to Configuration record by navigating to records then SC Configuration then click on lists. Step 2: select… Continue reading How to Get the Configuration data of removed or expired domain from NetSuite and add the data to currently active domain.
How to create a in Model Pop Up functionality when SuiteCommerece Advances inmodel() function doesn’t work in the entrypoint of JS
In some conditions the vew.showInModel() function of SCA maynot work we can recreate the some functionality by using the below code and its simpler than inModel() function. Template: SCSS: JavaScript (Entry Point):
How to show all items in the website PLP page based on the similar field value that are in the NetSuite Item record for same field id
We can show all items in PLP page based on the similar Field id and field value that are in common in item records without creating a custom category by using this solution. Solution We can use URL parameters for sorting the items with specific values for the respective field id and show in the… Continue reading How to show all items in the website PLP page based on the similar field value that are in the NetSuite Item record for same field id
Proposal for the Customer Dashboard in overview page of Myaccount section.
In This Proposal Clients needs to show the some of customer details in overview page and goal for the customer reach a specific tier. those all details are showing in the graph format. Proposal Summary This proposal covers the scope adding a dashboard in Overview page of my Account Selection and show the details of… Continue reading Proposal for the Customer Dashboard in overview page of Myaccount section.
How to show a static ETA days as a future date that contains n days from today’s date in MM/DD/YYYY format from configuration.
We can show a static ETA day as an ETA date in MM/DD/YYYY format, and that day is n days from today, and n days are dynamically gotten from the website configuration by using the below solution. JSON JavaScript:
How to show a missing values in downloaded invoice pdf from the website myaccount section.
When we download a invoice from the website myaccount section and there are some values are missing in thet pdf but same values are present in the NetSuite downloaded invoice we can use this solution to solve the problem like this. check which pdf template is used for downloading pdf and check the fields are… Continue reading How to show a missing values in downloaded invoice pdf from the website myaccount section.
How to Highlight the item options in PDP page with differnt colors for selected, unselected and invalid options using SCSS
Scenario: In PDP page we can customized product options with differnt colors for selected, unselected and invalid options only by using css styles. Results: SCSS: