I am not able to add Downloadable Products. When I am going to ADD Product then in the dropdown all the options displaying except Downloadable Product. Also in the main admin panel under the SYSTEM menu Magento Connect option is not showing. It was all displaying 3 days ago. But suddenly what happens I could not understand. Please help. I am using Magento 1.7
- Did you modify any core file? Did you install any extension that could do more than it is supposed to do?brainReader– brainReader2014-07-16 07:40:56 +00:00Commented Jul 16, 2014 at 7:40
- I integrated icici payment gateway. But not sure that the problem is due to the payment gateway integration. As I did not modify any core fileAshok Kumar– Ashok Kumar2014-07-17 03:00:22 +00:00Commented Jul 17, 2014 at 3:00
Add a comment |
1 Answer
Check if Mage_Downloadable is disabled:
In the Backend: System > Configuration > Advanced Section > Advanced > Disable Modules Output.
Mage_Downloadable needs to be enabled.
- In the advanced section Mage_Downloadable is not displayingAshok Kumar– Ashok Kumar2014-07-17 02:55:47 +00:00Commented Jul 17, 2014 at 2:55
- 1Oh, I got the issue. Actually the Mage_Downloadable.xml file is missing from app/etc/modules. Anyway, thank as I guessed it from your answer. ThanksAshok Kumar– Ashok Kumar2014-07-17 03:19:06 +00:00Commented Jul 17, 2014 at 3:19