mc12345678 / EasyPopulate-4.0

Data import and export module for Zencart 1.3.x and 1.5.x
GNU General Public License v2.0
10 stars 8 forks source link

Improve Upload file header information #57

Closed mc12345678 closed 3 years ago

mc12345678 commented 3 years ago

When a file is uploaded, information is presented in the header along with a button to try to import the file. Problem is that this button is non-discriminatory in that if the uploaded file has a problem, the user is not notified until after attempting to import the file and review the results. This is compared to the information that is presented in the file list which may indicate that there is a problem with the delimiters or the file type.

So, giving the user more information about the uploaded file would make use of this import button clearer.