Miva Merchant 4 Module FAQs » Soft Goods (DEN_SOFTGOODS)
{docurl}
Is it possible to display a download "splash" screen, i.e. an HTML page that displays before the download begins?
This can be done by creating a new download.php script, and renaming the original to download2.php.
- Save the script below as a download.php. Edit the html to your liking.
- Rename the original download.php script to download2.php, and upload the new download.php to replace the original.
<?php
<!-- new download.php -->
<?php
$url = "download2.php?sc=".$HTTP_GET_VARS['sc']."&id=".$HTTP_GET_VARS['id'];
?>
<html>
<head>
<?php echo "<META HTTP-EQUIV='Refresh' CONTENT='1;URL=".$url."'>";?>
</head>
<body>
If your download does not start automatically <?php echo "<a href='".$url."'>click here</a>.";?>
</body>
</html>
<!-- end new download.php -->
?>
Last update: 2003-12-30 02:34
Author: Support
Revision: 1.0
You cannot comment on this entry
Records in this category
- How can I configure Soft Goods to serve downloads from a remote server?
- Installation Troubleshooting Tips
- Download links not displaying on invoice, but download emails are working
- After upgrading to a new version of Miva Merchant, the download links stopped working.
- Is it possible to display a download "splash" screen, i.e. an HTML page that displays before the download begins?
- How can I offer free shipping for downloadable products?
- I switched payment modules and the download links are no longer working.
- When I order a downloadable product, no download link is being issued.
- Some MAC Users Cannot Download File to Desktop
- No download link for Upsell items.
- Download links are not being sent
- Displaying the same message for all downloads
- How do I configure Soft Goods on ValueWeb?s AHP Platform?
- What do I need to change in the download.php file if I am using php5?
- What is the format for the htaccess file if the download directory is to be located in public html?














