Show a pop-up window for the user to enter the text message

When the user needs to type any test messages in a pop-up window, use the below-added code section. let popUpWindow = ”; while (!popUpWindow) { popUpWindow = prompt(“Write the message to display in the pop-up window”); }; let changingReason = popUpWindow; Here the message entered by the user will be displayed in the ‘changingReason’ variable.

Proposal For Cautionary Pop-up on Re-printing the Picking Ticket

This proposal covers the process of displaying a cautionary pop-up when re-printing the picking ticket. Proposal summary The proposal covers the new customization in the sales order record which is to show a cautionary pop-up message when re-printing the picking ticket more than once. Requirement Show a cautionary pop-up alert message when trying to print… Continue reading Proposal For Cautionary Pop-up on Re-printing the Picking Ticket

Create a Pop-up Message for Items with Minimum Quantity Set

Users can create a pop-up message if the shopper has entered a quantity less than the minimum set in the Item record. This is an alternate and less complicated version to Scriptable Messaging. To create pop-up message , see below: Navigate to Commerce > Site Builder > Item/Category Templates Item List Cell Template: Click Edit Look for a call to the getCurrentAttribute(‘item’,’addToCartListHtml’) tag Paste… Continue reading Create a Pop-up Message for Items with Minimum Quantity Set