How to remove Sub Categories
Open templates\t3_blank\html\com_virtuemart\category\ template which you use and remove
category->category_description == !null) || (!empty($this->category->virtuemart_media_id)) ){ ?>
category->category_description ; ?>
search == !null && $this->category->category_name) || $this->category->category_name) {
if ($this->category->haschildren) {
// Category and Columns Counter
$iCol = 1;
$iCategory = 1;
// Calculating Categories Per Row
$categories_per_row = VmConfig::get ('categories_per_row', 3);
$category_cellwidth = ' width'.floor ( 100 / $categories_per_row );
// Separator
$verticalseparator = " vertical-separator";
?>
category->children)){
foreach ( $this->category->children as $category ) {
// Show the horizontal seperator
// this is an indicator wether a row needs to be opened or not
if ($iCol == 1) { ?>
virtuemart_category_id );
// Show Category ?>

