Thread: MP3 Downloads

Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Posts
    4
    Plugin Contributions
    0

    Default MP3 Downloads

    I am supposed to deliver MP3files to my customers, but nothing happens after they have paid for the product. Any ideas ?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: MP3 Downloads

    What is the Orders Status on your Payment Module?

    This needs to be set to orders_status >= 2 or <= 4 to make available ...

    NOTE: there is also a display bug in:

    /includes/templates/template_default/tpl_modules_download_default.php

    Change this code at the bottom of the file from:
    PHP Code:
    <?php
    if ($downloads_check_query->RecordCount() > and $downloads->RecordCount() < 1) {
    ?>
     <fieldset><?php echo DOWNLOADS_CONTROLLER_ON_HOLD_MSG ?></fieldset>
    <?php
    }
    ?>
    <?php
    }
    ?>
    To read:
    PHP Code:
    <?php
    }
    ?>

    <?php
    if ($downloads_check_query->RecordCount() > and $downloads->RecordCount() < 1) {
    ?>
     <fieldset><?php echo DOWNLOADS_CONTROLLER_ON_HOLD_MSG ?></fieldset>
    <?php
    }
    ?>
    Be careful of the placement of that code ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Multiple MP3 downloads
    By aussach in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 6 Nov 2009, 05:58 PM
  2. .mp3 downloads wont work
    By OGKaniff in forum General Questions
    Replies: 4
    Last Post: 1 Apr 2009, 04:01 AM
  3. Flash mp3 player on downloads page
    By Glendon in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Jul 2008, 01:38 PM
  4. problem with downloads mp3
    By emmdee in forum General Questions
    Replies: 0
    Last Post: 28 Oct 2007, 01:52 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