I need help in eshop.com.
When I browse a category in virtuemart, I have something above the products called (list categories) (see image). I found what it was, but I really do not know what it is for and how to suppress it (what is the purpose of this ?)
I found that there is something to deal with PHPSHOP_CATEGORY_LIST_MNU.
And found it in the file /components/com_virtuemart/themes/default/templates/browse/includes/browse_header_category.tpl.php
I have the latest version (february, 2009).
here is the code :
- Code: Select all
<?php if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
mm_showMyFileName(__FILE__);?>
<div class="recenlts" >
<h3><?php echo $VM_LANG->_('PHPSHOP_CATEGORY_LIST_MNU') ?></h3>
<?php echo $navigation_childlist; ?>
</div>
<?php if( trim(str_replace( "<br />", "" , $desc)) != "" ) { ?>
<div style="width:100%;float:left;">
<?php echo $desc; ?>
</div>
<?php
}
?>
<div id="nagl">
<h3><?php echo $browsepage_lbl; ?>
</h3>
</div>
it is not well aligned !!
I need to know what it is for and in order to know if I need to keep it. If I keep it, I would like to align it (but how).
Other solution get rid of it. (but how).
Thanks for your help
Christian