I am supposed to deliver MP3files to my customers, but nothing happens after they have paid for the product. Any ideas ?
I am supposed to deliver MP3files to my customers, but nothing happens after they have paid for the product. Any ideas ?
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:
To read:PHP Code:<?php
if ($downloads_check_query->RecordCount() > 0 and $downloads->RecordCount() < 1) {
?>
<fieldset><?php echo DOWNLOADS_CONTROLLER_ON_HOLD_MSG ?></fieldset>
<?php
}
?>
<?php
}
?>
Be careful of the placement of that code ...PHP Code:<?php
}
?>
<?php
if ($downloads_check_query->RecordCount() > 0 and $downloads->RecordCount() < 1) {
?>
<fieldset><?php echo DOWNLOADS_CONTROLLER_ON_HOLD_MSG ?></fieldset>
<?php
}
?>
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!