Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 84
  1. #21
    Join Date
    Feb 2005
    Location
    Syracuse, New York, USA
    Posts
    37
    Plugin Contributions
    1

    Default Re: Customer Uploaded Files - List and Download

    There are 4 files that go into your ZC installation (in addition, there are also license.txt and readme.txt files that you read, rather than installing):

    admin -> includes -> boxes -> extra_boxes -> uploads_customers_dhtml.php
    admin -> includes -> extra_datafiles -> uploads_filenames.php
    admin -> includes -> languages -> english -> extra_definitions -> uploads.php
    admin -> uploads.php

    So, yes, you're missing some files.

  2. #22
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    It works as promised but is almost useless for any long term use if you have lots and lot of uploads on a daily basis unless you are of a mind to edit your database very frequently. It has no function to delete uploads so they just pile up. Eventually you have to manually delete the files off the server. it uses a numerical ordering procedure so if you do delete files then new uploads will be somewhere within the many pages and pages of uploads and you have to dig around to find them. And of course, when you do delete files off the server, you need to also go into the data base and edit the table. otherwise, you have pages and pages of the uploads. Over time this can be HUGE.

    I have been using this mod for a bit and since we sell a product that is about custom printing we have about 5-15 or so customers uploading images daily and it adds up very fast.

    Right now we have over 20 pages of uploads and because of the way it orders them they are not even in order of received.

    Not being a programmer is there anyone out there willing to take a look at this mod and make it more better? I'd be willing to pay for a functional mod in this category that is admin friendly.

  3. #23
    Join Date
    Feb 2005
    Location
    Syracuse, New York, USA
    Posts
    37
    Plugin Contributions
    1

    Default Re: Customer Uploaded Files - List and Download

    As I'm the author of this mod, I'll respond to your well expressed frustrations with it.

    I had a client, a print shop, that wanted to explore having an eCommerce site. I used ZC to build a pilot for them. Wanting to show them how customer uploads would look, I created this mod. Turns out they didn't go forward with their plans, so I had no immediate incentive to refine it into a full-featured mod.

    Nonetheless, in the spirit of open source software, I contributed this mod to the community, even though I knew it wasn't complete. One possibility was that somebody else would build on my work and add major features to it.

    I'd be willing to discuss doing more work on this.

  4. #24
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Seems like it should be a relatively simple process for someone well versed in coding with sql and php. I say that because I know enough to be dangerous.

    It needs to order by order# not id# (regardless of whether subsequent records have been deleted or not).

    It needs to have a link connected to each record in zc admin to delete the record from zc admin which also deletes record from the database and at the same time it deletes said record from admin and db also deletes the graphic connected to said record from the server images/uploads folder.

    For me, I think that would make it truly functional as a mod.

    For others, so I have heard, and I agree, an added plus would be if it actually connected the image to the order confirmation sent to the client as well as to admin. That would be understandably, a more complex coding issue. But too- if it did have this feature, would be preferred if it could be turned on or off or coded so it could be removed from the source file without affecting anything else as some might not want that feature.

  5. #25
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    I guess no one has any answers here with respect to making this module a workable module so that you can delete uploaded files, and search for them by order number or customer name without having to be a certified database administrator or php coder?

    As mentioned, as it stands you cannot delete the files it saves that a customer uploads without going directly to the server and even then you must have root access, cannot delete the records it makes in the database without going into the database, cannot search for a customers upload by order number or customer name or any method at all, and it does not order them in a way that makes it easy for you in the case of where you have thousands of uploads from thousands of customers and need to search for a particular order and in fact does not order them by order received making it near impossible to find the one you need in the case of many orders daily.

    No one else is interested in having this module work as it should?

    Not to take away from the original designer as I understand his original reason for doing what he did ie why he created the module and why it has its limitations per his explanation of that, but it seems apparent he doesn't wish to support it beyond that. He did private message me about making it do what I was asking for a fee of which I replied I was interested but never heard anything further so I must assume it isn't a priority.

    However, let it be known I do appreciate him making it available as it is and do appreciate it at least getting us this far.
    I am just saying, it really needs to go a little bit further in order to be truly functional.

    So my question is, are there others using this module and or interested in having it work in a way that would be beneficial?

    Reason I ask is I am going to hire a PHP programmer outside of this forum to make it work right. We've had 30+ pages of customers with uploads since I installed this module and its great for what we need since the majority of them need to upload a graphic with their order but its deficiencies from an administrative perspective make it hugely cumbersome and almost (I said almost) useless.

  6. #26
    Join Date
    May 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Just like thomaswhiteeagle I use this mod for customer uploads of photographs for banners which can have up to 6 photos each. It was good when first installed 3 months ago but now with 25 pages of uploads the latest ones are appearing around page 15 or 16 because the sort order is by ID rather than by Order Number.

    The best and simplest solution would be to sort by order number so the latest upload was on page 1. I do not see any need for a search option if the files were displayed in this way.

    I delete the uploaded files manually on a weekly basis from the image uploads folder but the fact that the names stay in the uploads admin is frustrating, so if within the admin it was possible to remove the file names it would be much better.

    Having said that the mod itself, even with these limitation, is very useful. There are far less chances of making a mistake and getting the wrong photo printed on a banner than with the basic Zen numbering of uploads.

    So if anyone can do this update it would be gratefully received.

  7. #27
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    This mod works ok for me except I noticed that if the customer image is taged as .JPG it fails to pick up the image, stating that smith.JPG does not exist.

    If I ise my FTP and change the file name to smith.jpg then tha mod is happy.

    Apart from asking customer to ensure the correct naming (I guess) how can I eith enshure Zen labels the file in lower case OR get this mod to accept both??

    Have I missed something??

    Thanks

  8. #28
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Anyone???

  9. #29
    Join Date
    May 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Try the solution in post 17 on page 2 in this forum it worked for me with both jpg and JPG file extensions showing up.

  10. #30
    Join Date
    Sep 2010
    Posts
    448
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Aaaawh!! Dont know how I missed that lol.

    Thanks for the pointer... seems to have sorted it nicely.

    Thanks

    Oh... And I will add my vote for the DELETE button. Then were all happy!

    Rizla

 

 
Page 3 of 9 FirstFirst 12345 ... LastLast

Similar Threads

  1. Replies: 9
    Last Post: 9 May 2013, 09:57 PM
  2. CUSTOMER UPLOADED FILES LIST AND DOWNLOAD issue
    By jcwynford in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Dec 2010, 08:40 AM
  3. Where do uploaded customer files go?
    By kcb410 in forum Managing Customers and Orders
    Replies: 4
    Last Post: 22 Jul 2010, 03:13 AM
  4. Customer uploaded files
    By stars62 in forum General Questions
    Replies: 2
    Last Post: 12 Mar 2010, 06:22 PM
  5. How do I set up downloads? Download manager isn't showing my uploaded files
    By durkmusic in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 17 Jul 2009, 12:29 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR