Sending file together with form data via ajax post

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

Published
Categorized as Magento

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

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

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