You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification
//$table->addRow( $tableheader, 'class="sectiontableheader"', 'th', true );
joomla\components\com_virtuemart\themes\default\templates\browse\includes\browse_listtable.tpl.php
New to 1.1.9, doesn't display empty categories or subcats. You must apply an Exclamation point ("not") before the final "empty" to line 86 in admin/components/com_virtuemart/html/shop.browser.php, as such:elseif( $num_rows == 0 && empty($product_type_id) && !empty($child_list)) { Works for me.