Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

configure oscommerce for downloading


Tjobbe

Recommended Posts

Posted

I want to sell sound clips on an oscommerce store..

 

How easy is it to configure? What do i need to do, is there a help guide for it, i couldnt find one just now.. has anyone else managed to set up a sound clips web site?

Posted

now im getting an error message having just enabled downloads in admin:

 

 

from configure.php

define('HTTP_SERVER', 'http://frantik.net');
define('HTTPS_SERVER', 'https://frantik.net');
 define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'http://frantik.net');
define('HTTPS_COOKIE_DOMAIN', 'https://frantik.net');
define('HTTP_COOKIE_PATH', '/');
define('HTTPS_COOKIE_PATH', '/');
define('DIR_WS_HTTP_CATALOG', '/shop/');
define('DIR_WS_HTTPS_CATALOG', '/shop/');
define('DIR_WS_IMAGES', '/shop/images/');
define('DIR_WS_ICONS', '/shop/icons/');
 define('DIR_WS_INCLUDES', 'includes/');
 define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
 define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');

 define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');
 define('DIR_FS_CATALOG', dirname($HTTP_SERVER_VARS['SCRIPT_FILENAME']));
 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'http://www.frantik.net/shop/download');
 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

 

it is saying on my index.php:

 

Warning: The downloadable products directory does not exist: /home/frantik/public_html/shophttp://www.frantik.net/shop/download. Downloadable products will not work until this directory is valid

 

I KNOW download is there..

 

any ideas?

Posted

I have figured out the error message above but now i have a different problem.

 

I have now configured product downloading, but when I buy a product and i get to checkout_success.php, it gives me the following:

 

Noisy Cricket Link expires: Monday 26 April, 2004 5 downloads remaining

 

but there is nothing to click to download the product... ANYWHERE!

 

any ideas?

Posted

When I played around with this a week or so ago, I felt the same way, but I found that the text was actually a link. The "Noisy Cricket" is what you click on. It just doesn't look like a link. Click on it and it'll download.

 

If that doesn't work, post the site and we'll have a look!

Posted

If the product name isn't a link, make sure you spelled the file name correctly (eg. zip not ZIP). It must be EXACT.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...