Proposal for the development of creating a custom filed on the backend to manage the freight cost additional cost. Please find the document. Thank you.
Month: February 2022
AA- Invoice page-Test case documentation
Global code not pulling in Excel
Requirement: The Global Code is not pulling into the downloaded excel pricelist. Solution: Check the global code field in the related form.
Searching for Deleted Records
There are two types of records that support deletion tracking. Each type uses a different data source, and the approach you use to search for the records is different depending on the type. Records that use the old data source – These records use the old data source that was designed for saved searches and reports.… Continue reading Searching for Deleted Records
Develop the email template UI
Customize a standard system email template to create a new template. For eg- Order approve emails template with order details
Hide delivery option based on checkbox value
Hide the delivery option from the checkout if the checkbox is enabled in the customer record.Else the working should be standard.create a new entity field in the customer record(checkbox)Hide the delivery method section from the checkout page- In this scenario, there should be a default shipping method will be selected in the order. Solution: 1.Create… Continue reading Hide delivery option based on checkbox value
Code for replacing special characters in an URL while passing the URL to an XML file.
URL may contain special characters like &, coma, etc but some special characters will not support on XML. the below code can be used for replacing special characters in the URL.
Fair value pricing in ARM
Fair value pricing must be used when the business uses revenue allocation for the items before transactions. Fair value is the rational and unbiased estimate of the potential market price of goods and services. We can can assign fair values to items and item revenue categories by setting up a fair value price list. To… Continue reading Fair value pricing in ARM
How to override address/book phtml in Magento 2
You can override the book.phtml file in Magento 2 using XML.Book template used to display the address book of the customer with default billing and shipping address at the top of the Address book page. Magento\Customer\Block\Address\Book Book Block class contains the native method for the template. You can override using theme or module level, 1. Theme Level, app/design/frontend/{Vendor}/{themename}/Magento_Customer/templates/address/book.phtml… Continue reading How to override address/book phtml in Magento 2
svelte-typeahead
nstallation Yarn NPM pnpm Usage SvelteKit set-up To use this component with SvelteKit or vite-powered set-ups, instruct vite to optimize “fuzzy” in your configuration. Styling Note: this component is minimally styled by design. You can target the component using the [data-svelte-typeahead] selector. Basic Pass an array of objects to the data prop. Use the extractor prop to specify the value to search on. Custom-styled results This component uses… Continue reading svelte-typeahead