Requirement:
The requirement is to add custom item fields in the inventory item for Key Features for the item in the item record.
Add a new checkbox field and a text field which will a hyperlink and when that checkbox is checked we’ve to show a pdf file for download.
In this change, there’ll be an item field showing some testimonials instructions for the item.
And one checkbox field will show a badge indicating free shipping for an item when we check that checkbox in the item record.
Solution:
We’ve created an extension for this requirement and extended the Product details View file and all the req required files for this change.
We’ve to create four new custom item fields for this change for inventory items which will indicate the download pdf for product instructions details and we’ve added them.
We’ve to create a checkbox item field that will show a free shipping badge on the product details page for an item.
Details of extension:
Name: PDP_Specification
Fantasy Name: PDP Specification
Version: 1.0.0
Description: “The PDP Specification Extension”
Use of this extension:
This extension will have the functionality of adding a free shipping badge on the product details page.
This extension will add the Key Features column in the PDP of every which will be configured from the NetSuite item record.
This extension will also add the Download Product Instructions tab on the PDP page and inside there we need to check the checkbox and add a hyperlink in the Download Product Instructions field in the NetSuite item record.
Functionality :
- We’ve extended the Facets Item Cell View file and there we’ve added the Free Shipping Badge field for items in the Product listing page.
- In the second extend we’ve extended the Product Details Full View file and there we’re trying to get the testimonials.
- And also we’re assigning the Download Product Instructions hyperlink and checking the checkbox.
Result:
The free Shipping badge is shown on the Production details page when the checkbox is checked for an item.

Similarly, on the Product details Page, the Free shipping badge is showing.

Key features column in product details page.

The testimonials tab in the Product details page which is added in the item record as the type of Rich text.
Download the Product Instructions tab in a product where we need to add a hyperlink for the pdf file of the product instructions tab and check the checkbox for downloading the pdf.
