when you first configuring netsuite account, will see that there are currently no product images associated with the item in the Web Store subtab, Associated Images sublist. As a result, the default “Image not available” placeholder is being displayed in the web store.Then, Navigate to Documents > Files > File Cabinet and click on the… Continue reading Solution for the issue”The item images is not available on PLP,PDP pages”
Month: December 2022
Missing Saved Searches in Admin Role
Requirement: Other users’ private saved searches are not listed in the Administrator role. Solution: Go to Lists -> Search -> Saved Searches Select the filter SHOW ALL PRIVATE SEARCHES to Yes Then find your saved search from the list
Add a custom field in the Sales order and fill the field with value from website.
Requirement is to show a custom field in the SO and the value from the website should be show in that field. step 1: Create a transaction body field. Customization -> List,Records&Fields -> Transaction body fields -> new step 2: Add the created custom transaction body field in the configuration record. Otherwise we cannot get… Continue reading Add a custom field in the Sales order and fill the field with value from website.
Extension to show available quantity in checkout page
how to change one page to another pages with the same url with the help of a parameter
we can change one page to another page with the same url with the help of parameter for that first we need to add the parameter value and we need to change the condition to it for this we need to add the code in extension and template also first we need to add the… Continue reading how to change one page to another pages with the same url with the help of a parameter
Fetching API response using the CURL function
Show Color Option Images on a Product List Page
1. basic setup I am assuming that, at this point, you have either created a new extension or set up a customizations folder for this new functionality. Here’s the structure I’m going with: PLPItemColors Modules Configuration PLPItemColors.json JavaScript PLPItemColors.Hover.View.js PLPItemColors.js Sass _plp_itemcolors-hover.scss Templates plp_itemcolors_hover.tpl manifest.json From here, we can start with the entrypoint file. 2.Create… Continue reading Show Color Option Images on a Product List Page
Move the Credit Hold field on the Customer Record to a New Subtab
The Credit Hold field is a standard NetSuite field on the customer record which is located under the Financial Tab. When users try to move this field in a new tab, it is not showing on the available fields that can be moved. Steps to Reproduce:1. Navigate to Customization > Forms > Entry Forms.2. Click Customize on Standard Customer Form.3. Under Fields tab> Financial subtab> Note that Credit… Continue reading Move the Credit Hold field on the Customer Record to a New Subtab
Usability Testing
Add a Button to Download Order History as a CSV File
In this example customization, we will add a button to the Order History page in My Account that, when clicked, will generate a CSV file of the current page of orders and trigger a download to the user’s device. Aimed at extension developers, it will show you how to use helper and service files in… Continue reading Add a Button to Download Order History as a CSV File