News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Home panel in Virtuemart administration

Started by komir, June 02, 2016, 08:03:34 AM

Previous topic - Next topic

komir

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

lindapowers

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

Ghost

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();