I installed a module in my magento site. But after installation I cannot see it in the admin panel. Can anybody help me? http://www.magentocommerce.com/magento-connect/simple-admin-payment.html
-
Did you log out and back in to the admin panel after installation? – Alex Hadley Oct 12 '12 at 15:07
3 Answers
- Go to System-> Cache management: Clear all caches.
- Log out and go to System->Configuration-> Advanced: Check to see that module is in the list of installed modules.

- 3,016
- 23
- 33
-
I installed it through Magento Connect. And it is enabled as well. I just need to know its usage. I can't see any menu option or something in admin panel. – Gopesh Oct 12 '12 at 13:23
-
It is used for creating orders quick via the admin panel when you want to avoid using worrying the specific payment method. Seems like it is sort of a place holder. – Gershon Herczeg Oct 12 '12 at 13:27
-
-
1You can find its settings under System - Configuration - payment Methods - Simple Payment Method for Admin – Pavel Novitsky Oct 12 '12 at 13:41
I know this is answered, but here's another possible cause for anyone in the future finding this question.
It's possible that the store admin has set up user roles/permissions to only allow access to specific sections of the backend. I have installed modules and nearly gone crazy wondering why there are no backend config sections for the module, only to find out that the client has stripped some of my admin user's permissions.
So it's possible that some new modules will get installed without correct 'allow' rights for the currently logged in admin user.
Either set the roles/permissions to allow this, or if that isn't possible, you can find the config section's permissions in the database in the admin_rule table. Find the section you're trying to gain access to and change 'permission' from 'deny' to 'allow'.

- 2,770
- 4
- 40
- 60
Module install after fire setup upgrade command
php bin/magento setup:upgrade
After fire this command
php bin/magento setup:static-content:deploy
and check admin panel

- 100,966
- 191
- 140
- 197

- 11
- 5