Hi,
I'm using VM 3.0.6 in Joomla 3.5.1, so I'd like show in a empty category only its description, but if I not put a product I can't display the description into the category.
I've searched online but I find solutions for old version of VM.
Thanks in advance.
You should be using VM3.0.16 with J3.5.1 - http://dev.virtuemart.net/projects/virtuemart/files
remove the
if (empty($this->keyword) and !empty($this->category)) {
from the category default template - over ride
Hi and thanks for the reply.
Of Course VM is 3.0.16 was a mistake 8)
About the override I've tried to remove
if (empty($this->keyword) and !empty($this->category)) {
?>
<div class="category_description">
<?php echo $this->category->category_description; ?>
</div>
<?php
}
but removing it cause an error 500 on all categories, full or empty :'(
if so then your doing it wrong
remove the closing } obviously as well..