Title: No admin menu
Last modified: August 21, 2016

---

# No admin menu

 *  [kausikc](https://wordpress.org/support/users/kausikc/)
 * (@kausikc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/)
 * I installed Smart Manager for e-Commerce. But there is no menu under admin. How
   do I access it.
 * [http://wordpress.org/extend/plugins/smart-manager-for-wp-e-commerce/](http://wordpress.org/extend/plugins/smart-manager-for-wp-e-commerce/)

Viewing 11 replies - 1 through 11 (of 11 total)

 *  [ultravape](https://wordpress.org/support/users/ultravape/)
 * (@ultravape)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714416)
 * I had the same problem, I discovered several hour later that it is hidden within
   the products section.
 * If you hover over the products section on the left hand menu in wordpress admin
   you will see smart manager at the bottom.
 * The developer makes out that it creates a new main link but its a sub link within
   products menu, they should better explain this as I could not find it at first
 *  Thread Starter [kausikc](https://wordpress.org/support/users/kausikc/)
 * (@kausikc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714425)
 * I have Woocommerce. I am not seeing under Products menu either.
 *  Plugin Contributor [Ratnakar](https://wordpress.org/support/users/ratnakardubey/)
 * (@ratnakardubey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714514)
 * Have you activated the plugin?
 * If still you are not getting the link, please open a support ticket from [Store Apps Support](http://www.storeapps.org/support/contact-us)
 *  Thread Starter [kausikc](https://wordpress.org/support/users/kausikc/)
 * (@kausikc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714524)
 * Of course, I activated it.
 * I’ll submit a support ticket.
 *  Thread Starter [kausikc](https://wordpress.org/support/users/kausikc/)
 * (@kausikc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714525)
 * By the way, this is the error I am getting:
 * Notice: Undefined index: page in /var/www/wp-content/plugins/smart-manager-for-
   wp-e-commerce/smart-manager.php on line 109
 * First line from this code is giving the error. I am assuming it is for $_GET[‘
   page’] .
 * >  if ($_GET[‘page’] == “smart-manager-woo” || $_GET[‘page’] == “smart-manager-
   > wpsc”) {
   >  wp_enqueue_media(); wp_enqueue_script( ‘custom-header’ ); }
 *  Plugin Contributor [Ratnakar](https://wordpress.org/support/users/ratnakardubey/)
 * (@ratnakardubey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714530)
 * Replace this line of code:
 * `if ($_GET['page'] == "smart-manager-woo" || $_GET['page'] == "smart-manager-
   wpsc") {`
 * with this:
 * `if (isset($_GET['page']) && $_GET['page'] == "smart-manager-woo" || $_GET['page']
   == "smart-manager-wpsc") {`
 * This should remove that message.
 * Also these notices are PHP notices & it will not affect any functionality of 
   Smart Manager or any other plugins. These notices appear only when ‘WP_DEBUG’
   is enabled on your site.
 *  Thread Starter [kausikc](https://wordpress.org/support/users/kausikc/)
 * (@kausikc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714533)
 * Thanks Ratnakar. I tried that code change already before posting. That stops 
   the message, but does not fix the issue.
 *  Plugin Contributor [Ratnakar](https://wordpress.org/support/users/ratnakardubey/)
 * (@ratnakardubey)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714540)
 * [@kausikc](https://wordpress.org/support/users/kausikc/) Is Smart Manager link
   started appearing in admin menu?
 * You were about to submit a support ticket related to this, but we didn’t find
   it yet in our support ticket system.
 *  Thread Starter [kausikc](https://wordpress.org/support/users/kausikc/)
 * (@kausikc)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714541)
 * Sorry, I could not find a way to open support ticket. But just sent an email 
   through your contact form.
 *  [collieherb](https://wordpress.org/support/users/collieherb/)
 * (@collieherb)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714612)
 * Did this ever get figured out? Because I am having the same issue on my installation.
   I have latest version of woocommerce and wp. Please assist. Thanks.
 *  Plugin Author [storeapps](https://wordpress.org/support/users/storeapps/)
 * (@storeapps)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714617)
 * [@collieherb](https://wordpress.org/support/users/collieherb/) Have you checked
   under ‘Products’ menu? Is Smart Manager activated?

Viewing 11 replies - 1 through 11 (of 11 total)

The topic ‘No admin menu’ is closed to new replies.

 * ![](https://ps.w.org/smart-manager-for-wp-e-commerce/assets/icon-256x256.png?
   rev=2356252)
 * [Smart Manager - Advanced WooCommerce Bulk Edit & Inventory Management](https://wordpress.org/plugins/smart-manager-for-wp-e-commerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-manager-for-wp-e-commerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-manager-for-wp-e-commerce/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-manager-for-wp-e-commerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-manager-for-wp-e-commerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-manager-for-wp-e-commerce/reviews/)

 * 11 replies
 * 5 participants
 * Last reply from: [storeapps](https://wordpress.org/support/users/storeapps/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/no-admin-menu/#post-3714617)
 * Status: not resolved