Customer Uploaded Files - List and Download
Lists all files that customers have uploaded in association with orders. Show the order number, customer's name, and the file name they assigned. Provides a single-click secure download for such files. Adds a menu item "Uploads" to the "Customers" menu in the admin area. |
![]() |
v1.5.7 |
![]() |
decartwr |
![]() |
jwlamb - 25 Jun 2024 |
![]() |
3,130 |
Version History
Customer Uploaded Files - List and Download - Version: 1.5.7 | |||||||||||||
added a line to allow download to work in the admin page upload.php: function download_file($index, $oid) { global $db; |
|||||||||||||
|
|||||||||||||
Customer Uploaded Files - List and Download - Version: 1.4.1 | |||||||||||||
Bug fixes 1. add missing file 2. add missing global in uploads file 3. add language paramet to query, so file do not show multiple timmes in multilingual stores. |
|||||||||||||
|
|||||||||||||
Customer Uploaded Files - List and Download - Version: 1.4 | |||||||||||||
- Updated code to be more conform Zen Cart standards - Removed core code overrides |
|||||||||||||
|
|||||||||||||
Customer Uploaded Files - List and Download - Version: 1.3 | |||||||||||||
Shortened filename for those unzipping on Windows | |||||||||||||
|
|||||||||||||
Customer Uploaded Files - List and Download - Version: 1.3 | |||||||||||||
Upgraded for 1.5.0 | |||||||||||||
|
|||||||||||||
Customer Uploaded Files - List and Download - Version: 1.02 | |||||||||||||
## Usability Fix 1. Rearranged the columns to be more logical 2. Columns a border to be more usable 3. Resorted the downloads by the order number instead of the upload ID. |
|||||||||||||
|
|||||||||||||
Customer Uploaded Files - List and Download - Version: 1.01 | |||||||||||||
1.01 is a cosmetic upgrade. It fixes a problem with the menus in the admin area being slightly mis-aligned, and a stray vertical line appearing. If you have 1.0 installed and working, and you're OK with the way the menus look, you can just keep using 1.0. If you want to upgrade, either download the 1.01 files and install them, or around line 124 in the uploads.php file in your admin folder, find this line: <body> and change it to: <body onload="init()"> Thanks to Joel Klein for pointing this out. The documentation is also modified to be more explicit about the files that you need to copy into various folders in your admin area. And there is a reminder about changing permissions on your configuration file before editing it (thanks to PPSteve for that). The official support thread for this add-on is: http://www.zen-cart.com/forum/showthread.php?t=159940 |
|||||||||||||
|
|||||||||||||
Customer Uploaded Files - List and Download - Version: 1.0 | |||||||||||||
[Note to the moderators: this contribution has only been tested by me, so it's "alpha" software. Is there a way to do private beta testing before unleashing this on all users?] Lists all files that customers have uploaded in association with orders. Show the order number, customer's name, and the file name they assigned. Provides a single-click secure download for such files. Adds a menu item "Uploads" to the "Customers" menu in the admin area. |
|||||||||||||
|
|||||||||||||