Results 1 to 10 of 84

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Customer Uploaded Files - List and Download

    quick fix for v1.4

    add global $db; to uploads.php
    so that
    PHP Code:
    function download_file($index$oid) {
    //  Look up in the database of upload files, that 
    looks like
    PHP Code:
    function download_file($index$oid) {
    global 
    $db;
    //  Look up in the database of upload files, that 

  2. #2
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Customer Uploaded Files - List and Download

    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.

  3. #3
    Join Date
    Nov 2017
    Location
    Athens, Georgia, USA
    Posts
    99
    Plugin Contributions
    0

    Default Re: Customer Uploaded Files - List and Download

    Quote Originally Posted by Design75 View Post
    quick fix for v1.4

    add global $db; to uploads.php
    so that
    PHP Code:
    function download_file($index$oid) {
    //  Look up in the database of upload files, that 
    looks like
    PHP Code:
    function download_file($index$oid) {
    global 
    $db;
    //  Look up in the database of upload files, that 

    Made that change, and everything is golden! Which is wonderful, because this is like, the number 1 add-on I use for our store.

 

 

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

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