Scenario When users view the product detail page of some items in the web store, the detailed description of the items are missing. Solution Step 1. Go to Lists > Accounting > Items Item: Click View Click Edit Click the Web Store sub-tab Detailed Description: Detailed Description: Click the HTML icon beside the font family option Copy content Step 2. Go to Lists > Accounting > Items Item Record: Click View on the item with the… Continue reading Missing Item Description on Product Detail Page
Tag: PDP page
Add a success message when item add to cart
On the PDP page when we click the ‘Buy’ button,we need to add the message “Item Added to cart” cart_promise.done(function () { // Display “Item added to cart” message var cartMessage… Continue reading Add a success message when item add to cart
Adding equivalent item on logo option selection
If customer selects personalization color in the company information section and a no logo, or black & white logo, add $90.
Proposal For Display ETA in website PDP page
This proposal covers the scope of displaying the item ETA(Estimate Time of Arrival) in website for PDP page for out of stock items . To display the item ETA on the PDP page of the website for out-of-stock items. The date is determined form the ETA date of that item from the open purchase order.… Continue reading Proposal For Display ETA in website PDP page
Proposal For Change Personalization Color Logo Option
Proposal Summary This proposal covers the Change in the personalization color logo option pricing on the PDP page of the Artina Group website. Requirement Need to charge the same price free for a 1-color or 2-color logo: $90. Currently charge two different price levels based on customer selection. Require to combine the one color and… Continue reading Proposal For Change Personalization Color Logo Option
Update Features in the PDP page for matrix items
Features should be changed based on child matrix item when we selecting item options, if there are no features in the child item record, then features will show from parent item. in view file
Proposal for showing specifications on the PDP page for matrix items.
Proposal Summary This proposal covers the development of showing the specifications on the PDP page for the matrix items in the tool fetch website. Requirement When selecting item options in the PDP page, the corresponding details of that child item (specification) need to display in that page. Our solution If we are taking any parent… Continue reading Proposal for showing specifications on the PDP page for matrix items.
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.
How to replace default validation error message in PDP page by using extension.
Here replacing default data validation error message from source code by using new extension … PDP extension entry file
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)