We can create our own custom field and also able to display any standard or custom item field on PDP in SKU format using SC custom field extension. To add custom fields on the PDP, we must add several fields to the field set for the site. In addition, to display the custom fields on… Continue reading To display any standard or custom item field on the Product Details Page (PDP)
Tag: PDP
Reason why product-details-full-actions section is disabled.
In PDP there is a section for product-details-full-actions which will be having Add to cart, Add to whishlist and Add to Quote buttons also sometimes those buttons won’t be working or disabled by clicking them it won’t work so the reason for the issue is : In netsuite Item record, Custom heading there will be… Continue reading Reason why product-details-full-actions section is disabled.
Change “buy now” button text and change functionality of button based on a specific field value
Requirement is to change the text of button “buy now” and while clicking that button it should redirect to external link On the PLP/PDP page, we need to add button based on the condition. If an item with no event or ballot link then we need to display “Buy Now “ button If an item… Continue reading Change “buy now” button text and change functionality of button based on a specific field value
How to get the data specification pdf link from item record and show it under the download subtab in the PDP page
we can achieve this by get the field value from item record and then need to display it in the pdp page by using this method we can display the it in pdp page.
How to find the image URL while clicking on the options label in a PDP page using ‘afterOptionSelection’ event.
By using the event afterOptionSelection we can find the URL of the respective image.
PROPOSAL FOR CHANGING THE CHILD ITEM DETAILS ON PDP PAGE
Proposal Summary This proposal covers the development of showing the child item details on PDP page of the website based on the selected option in the Cleerline website. Requirement When selecting any option in the PDP page, the corresponding details of that child item need to show in that page. Our solution If we are… Continue reading PROPOSAL FOR CHANGING THE CHILD ITEM DETAILS ON PDP PAGE
Display Barcode Number on eCommerce Site
Client would like to include the barcode number for each item on the eCommerce site, so customers can easily access it. Solution: Create an extension for shopping and myaccount domain Extend product detail full view file and display barcode in the pdp page Make change in the corresponding template
All Item options and custom transaction column fields are displaying in The PDP page.
There may be an issue in the PDP page due to all Item options and custom transaction column fields are displaying in the PDP page. The site may be unresponsive due to the time taken for displaying all the item options. Sample screen shot To remove this we need to check “SHOW ONLY ITEMS LISTED… Continue reading All Item options and custom transaction column fields are displaying in The PDP page.
Extension to change the quantity validation message in PDP page.
How to add the field in the Product details page(PDP)
First, need to check any item record in the NetSuite. Determine if the product description is entered in the Web Store Description field (Field ID: storedescription) or Detailed Description field (Field ID: storedetaileddescription) Go to Commerce > Websites > Website List Edit the website and under the Field Sets tab locate the details field set Verify if the appropriate field ID from step 3 is added in the product description in Fields… Continue reading How to add the field in the Product details page(PDP)