VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Hungphieu on November 05, 2017, 17:07:28 PM

Title: Remove "Bulk associate categories" button, "Bulk associate shoppergroups" button
Post by: Hungphieu on November 05, 2017, 17:07:28 PM
I want to remove 2 buttons: "Bulk associate categories" button, "Bulk associate shoppergroups" button in toolbar list of administrator.
What I need to do?

Hope everybody help please !
Title: Re: Remove "Bulk associate categories" button, "Bulk associate shoppergroups" button
Post by: jenkinhill on November 05, 2017, 18:22:18 PM
That looks like a very old VirtueMart version, current buttons are large and green. You should update to latest and then maybe ask again, although what you want to do has never been asked before.

See http://forum.virtuemart.net/index.php?topic=118683.0
Title: Re: Remove "Bulk associate categories" button, "Bulk associate shoppergroups" button
Post by: K&K media production on November 05, 2017, 19:50:48 PM
only possible with a core hack or you may use css

administrator/components/com_virtuemart/views/product/view.html around l. 496

delete or comment this two lines:

JToolBarHelper::custom('massxref_cats', 'new', 'new', vmText::_('COM_VIRTUEMART_PRODUCT_XREF_CAT'), true);
JToolBarHelper::custom('massxref_sgrps', 'new', 'new', vmText::_('COM_VIRTUEMART_PRODUCT_XREF_SGRPS'), true);


Title: Re: Remove "Bulk associate categories" button, "Bulk associate shoppergroups" button
Post by: Hungphieu on November 06, 2017, 08:16:06 AM
- Thank you, Mr. K&K media production !
I done it with your way. It's OK !

- Thank Mr. jenkinhill !
I'll update it.