VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: komir on June 02, 2016, 08:03:34 AM

Title: Home panel in Virtuemart administration
Post by: komir on June 02, 2016, 08:03:34 AM
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
Title: Re: Home panel in Virtuemart administration
Post by: lindapowers on June 02, 2016, 08:46:11 AM
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
Title: Re: Home panel in Virtuemart administration
Post by: Ghost on June 02, 2016, 08:55:49 AM
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();