XxWickedxX Posted February 17, 2009 Share Posted February 17, 2009 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 More sharing options...
hardik18882 Posted April 1, 2009 Share Posted April 1, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.