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

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.

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)

Remove Inventory Information(stock message) until a color is selected on PDP page

Project- PTC-799Requirement: The current website behavior when you land on an item page is that it shows “in stock” based on a default item – it is only when you click on a color that it will reflect the inventory for that particular item. Remove the “In Stock” notice altogether on the landing page so… Continue reading Remove Inventory Information(stock message) until a color is selected on PDP page

PDP() Frontend Extensibility API

The PDP (Product Details Page) component provides a number of ways to interact with the product details page, such as setting page options, changing quantities, and getting item information. Get an instance of this component by calling container.getComponent(“PDP”). MembersPDP_FULL_VIEW :StringDescriptionThe name of the main PDP full view. Use this name to reference views in methods such… Continue reading PDP() Frontend Extensibility API