VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: liquid.ideas on January 28, 2015, 08:59:30 AM

Title: SOLVED: Category Descriptions on second level subcategories
Post by: liquid.ideas on January 28, 2015, 08:59:30 AM
Hey guys! On Joomla 3 and VM 3 Im battling to get the descriptions to show up on second level sub categories ie

-Level one: has description
--Level two I put code:<?php echo $category->category_description ?> to make this show up and now it shows
---Level three : No description!!

Any and all help would be appreciated thanks!!
Title: Re: Category Descriptions on second level subcategories
Post by: liquid.ideas on January 29, 2015, 16:39:22 PM
Tried doing a sublayout override categories.php and no luck,

Any ideas would be appreciated
Title: Re: SOLVED: Category Descriptions on second level subcategories
Post by: liquid.ideas on January 29, 2015, 16:54:31 PM
Ok this was easier than I thought :)

Create yourtemplate/html/com_virtuemart/sublayouts/categories.php

I did this just under h2 classand didnt realise it was working, because VM was heavy caching!! Remember to clear cache from Joomla itself

<div class="newcat"><?php echo $category->category_description ?></div>

Worked for me :)
Title: Re: SOLVED: Category Descriptions on second level subcategories
Post by: puntoCAD on June 30, 2015, 20:49:18 PM
Hi Liquid Ideas,

Ive tried this solution but doesn't work for me. Do you have more details of the procedure?

Thanks