Hi, in Virtuemart administration "home panel" have two tabs
Control Panel
Statistics
https://nimbus.everhelper.me/client/notes/share/485950/b74t55cil31dkihzsmy0
Is there any way to have tab statistics only be visible?
Thanky ou
Not a good idea to hide that tab from the core.
You can use this module in the joomla administrator so it shows first thing in backend showing some nice and clear stats https://www.nordmograph.com/extensions/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=61&virtuemart_category_id=4&Itemid=58
Create a template override of administrator/components/com_virtuemart/views/virtuemart/tmpl/default.php and replace this:
$tabs = array('controlpanel' => 'COM_VIRTUEMART_CONTROL_PANEL' );
with this:
$tabs = array();