Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Enable Download does not exist?


XxWickedxX

Recommended Posts

I went to Configuration/Download/ in the admin panel and there was no option to enable downloads. Typically you would see an option to enable downloads there. Its not there. Where can I look to make sure its not commented out or been removed in my digging around. I would like to display the option again but I would be happy with hard coding it to be "true".

 

Any help is appreciated.

Link to comment
Share on other sites

  • 1 month later...

Open your PhpMyAdmin and go to database of your website.

 

And then run this SQL query:

 

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Enable download', 'DOWNLOAD_ENABLED', 'false', 'Enable the products download functions.', '13', '1', 'tep_cfg_select_option(array(\'true\', \'false\'), ', now());

 

Thanks,

Hardik Vyas

HV InfoTech

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...