VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: inkomico on September 07, 2014, 00:43:19 AM

Title: How to add sort products by category in admin products list?
Post by: inkomico on September 07, 2014, 00:43:19 AM
There is a category header in products list, but sorting is not activated.

I created a override to products list, but I don`t know how to do it.

Just uncomment this code?

<?php /* <th><?php echo JHTML::_('grid.sort', 'COM_VIRTUEMART_CATEGORY', 'c.category_name', $this->lists['filter_order_Dir'], $this->lists['filter_order'] ); ?></th> */ ?>

Thanks.