An error is displayed as “Can’t convert this string to number” when attempting to generate the PDF. This error arises because the number retrieved from the record might be interpreted as a string, which prevents the successful generation of the print. To address this issue, please refer to the sample code provided below for a… Continue reading Convert Amount to Number in advanced PDF template
Month: August 2023
Print Item Name/Number Instead of Display Name on Price Lists
Create a separate field that contains the value of the Item Name/Number and reference that field instead. Solution Create Custom Item Field Navigate to Customization > Lists, Records, & Fields > Item Fields > New Label: Enter LabelExample: Printed Name ID: Enter _printed_name Type: Select Free-Form Text Store Value: Enter Checkmark Click Applies To Necessary Item Type(s): Enter Checkmark Print on Price List: Enter Checkmark Click Save Perform Mass Update Navigate to Lists > Mass Update > Mass Updates Click General Updates Items: Click the… Continue reading Print Item Name/Number Instead of Display Name on Price Lists
PROPOSAL FOR APPROVAL PROCESS FLOW FOR BILL OF MATERIALS
Proposal Summary This proposal encompasses the development for the approval process flow for Bill of Materials. The objective is to create a workflow that effectively presents and organizes the approval process for Bill of Materials Requirements Xseed Education has expressed the desire to implement an approval flow for its Bill of Materials (BOM) due to… Continue reading PROPOSAL FOR APPROVAL PROCESS FLOW FOR BILL OF MATERIALS
Auto-Apply Promotions Limits
Description : The number of active promotions that can have the , This promotion can be automatically applied box checked is limited to 30 for a specific date range per location. This limitation is enforced when you create or edit a promotion record. You cannot save a promotion if it exceeds this limit. To save… Continue reading Auto-Apply Promotions Limits
Add new columns in the Item Location subtab
Customizing the Sub list View of Location in Inventory records is an Enhancement logged. So it is not possible to add the new columns using the standard customization methods.
Magento 2 how to call any block function in phtml
Try like this. Example block is given below then in any phtml file you can use following code to get method of this block.
Effective Team Building Strategies
Effective team-building strategies are essential for fostering collaboration, communication, and a sense of unity among team members. These strategies are designed to enhance the overall performance and productivity of a team. Clear Goals and Roles: Ensure that team members understand the team’s goals, objectives, and their individual roles within the team. When everyone knows what… Continue reading Effective Team Building Strategies
Resolve ‘This item is no longer available’ when adding Item to Cart in Web Store
The error “This item is no longer available” is displayed if the item being added to the cart is no longer available. Solution Navigate to Commerce > Websites > Website List> Shopping tab Enable Include Out Of Stock Items checkbox In the Item record > Web Store sub tab > Stock and Pricing Behavior section, set to either -Default-, Remove item when out-of-stock or Allow back orders with no out-of-stock… Continue reading Resolve ‘This item is no longer available’ when adding Item to Cart in Web Store
How to fix the issue when the CSS text-overflow: ellipsis property isn’t working.
The text-overflow property specifies how overflowed content that is not displayed should be signaled to the user. It can be clipped, display an ellipsis (…), or display a custom string. Both of the following properties are required for text-overflow: white-space: nowrap;overflow: hidden; text-overflow:ellipsis; only works when the following are true: 1) The element’s width must… Continue reading How to fix the issue when the CSS text-overflow: ellipsis property isn’t working.
Hide Print Button And Print button Trigger
Scenario Hide Button to avoid multiple reprints Solution: To hide this Print button, here are the steps: 1. Create a User Event script using the following code: