Implement the following updates in the PDP page of the wholesale staging domain. 1. For the wholesale website, we would like the out-of-stock message to show. 2. We would like the “Add the cart” button to be changed to “Pre-order” when the item is out of stock for the wholesale domain. Open image-20241204-094648.png We would… Continue reading Out of stock and Add to cart Issue
Tag: PDP page
Missing Item Description on Product Detail Page
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
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