We need to acknowledge first is that we need to APPEND both Form Input Data and Form File(s) into a single FormData variable. Here is my solution in which I have enabled Multi File option so that this solution can fit for all examples. It is Important to include name attribute in the input controls to make it work properly on server side… Continue reading Sending file together with form data via ajax post
Month: February 2022
GL Matching Dashboard
Through GL Matching Suite app we can search a transaction line which belongs to an Account and then match these transaction lines. The GL Matching SuiteApp does not match transactions as a whole. It matches transaction lines. Every transaction that belongs to an account consists of multiple transaction lines. The GL Matching Dashboard will display… Continue reading GL Matching Dashboard
Sales Order Due Date
We have to set Due date in Sales order PDF depend upon SO date and term value such as Net7,Net 15,Net 30 etc..
For getting the matrix child details
For normal case , we can get the item details from getItemInfo(); function . But if need to get child item details after selecting the option we need to get from getSelectedMatrixChilds(); function
Get Index in each function
If you use the index for any of the code while using _.each, You can get the index of the current iteration by adding another parameter to your iterator function
Vendor statement
vendor_statement_customization
Import of Matrix Items – Prerequisites
Before the import of matrix items do the following , Ensure that the Matrix Items feature is enabled, at Setup > Company > Setup Tasks > Enable Features, on the Items & Inventory subtab. Set up a custom list and a custom item field for each matrix option, at Customization > Lists, Records, & Fields > Lists… Continue reading Import of Matrix Items – Prerequisites
How to add My Order link in My Account dropdown?
for adding a new or existing link in the home page dropdown menu after logged in. Add default.xml in app/design/frontend/your-theme-namespace/yourtheme/Magento_Sales/layout with following content under the body tag: Other unwanted links can be also removed by adding remove=”true” in the defaul.xml page
HOW TO CREATE A CUSTOM RECORD
A) Go to Customization > Lists, Records, & Fields > Record Types > New. B) See Entering Name and Display Settings 1)In the Name field, enter a name for the record type. The maximum number of characters you can enter in the Name field is 300 2) In the ID field, enter a unique alphanumeric… Continue reading HOW TO CREATE A CUSTOM RECORD
Customization in website based on Custom Commerce category field
THR-109 Displaying the ENQUIRE WITH US button in the category page of selected commerce categories based on the value of the custom commerce category record named “ENQUIRE ENABLED” checkbox. If this checkbox is checked, then we will display a section with the button “ENQUIRE WITH US” that will navigate to the get in touch page… Continue reading Customization in website based on Custom Commerce category field