Anyone??
Anyone??
I would contact your webhost.... have then look to see that it is being stored correctly or is it corrupted on upload
Also try the download on another computer to see if it the device you are on with the issue
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
Does this work with version 1.5.4? I can't get it to work.
Thanks for this! i was looking for this solution a long time, wondering why it is not implemented in the newer version by default. you may want to link to this support thread on the add-on page as well.
Another suggestion would be (perhaps a s a separate plugin) to turn the file attribute data shown on the orders.php to a link so that the file can be directly downloaded on the order page.
Thanks for the great mod!
Just installed this on a new zencart installation version 1.5.5f and php 5.6. no upload link shows up in admin panel. Any ideas?
If you install the previous version (Version 1.3) first, then overwrite with 1.4, the the page shows up fine. From what I can tell, it HAS to have the extra_datafiles (admin->includes->extra_datafiles) included, and 1.4 got rid of that entire folder for some reason.
That said, I updated from a perfectly working Version 1.3 to 1.4, and when I click to download the image, it takes me to "That page could not be found". And aside from the extra_datafiles being removed, I can't figure out anything that's wrong.
My advice, stick with 1.3 for now. It's less visually appealing, but it works beautifully. (assuming you've set your Configure.php as stated in the readme)
Last edited by Design75; 16 Oct 2018 at 10:28 PM.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
quick fix for v1.4
add global $db; to uploads.php
so that
looks likePHP Code:
function download_file($index, $oid) {
// Look up in the database of upload files, that
PHP Code:
function download_file($index, $oid) {
global $db;
// Look up in the database of upload files, that
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
Version 1.4.1 has been submitted
Bug fixes
1. add missing file
2. add missing global in uploads file
3. add language parameter to query, so file do not show multiple times in multilingual stores.
Zen cart installation / maintenance / customisation / hosting
Supported Modules: Dutch language pack, Multi site, Dynamic Price Updater and more.
did that. added the content to configure.php. except the 2 lines in the readme file dont exist in confgure.php on 1.5.5f. now it almost works but when I click the image link I get this: File "/home/xxxxx/public_html/xxxx/DIR_WS_IMAGESuploads/2.png" does not exist (254)
Bookmarks