Hi,
Thanks for letting us know. Yes, we were able to recreate the issue, and it looks like Woocommerce has changed the way the Analytics appear. It seems now they are essentially sub pages of admin.php?page=wc-admin
I assume you have have hidden the WooCommerce menu, but are wanting to show the Analytics menu.
We will work on a solution for this.
The temporary solution is to enable the WooCommerce menu, and just make the home page available. This will allow them to access the analytics section.
If you really wanted to you can add in this custom CSS to the Custom CSS for Admin section of White Label CMS, and it will hide the WooCommerce menu you just enabled:
.not-wlcms-admin li#toplevel_page_woocommerce { display: none;}
Obviously, this is just a temporary solution till we make an update to the plugin to solve this issue.
Thanks