View Single Post
  #3  
Old 08-23-2010, 04:59 PM
 
keress@lkcwebdesign.com keress@lkcwebdesign.com is offline
 

Newbie
  
Join Date: Aug 2010
Posts: 5
 

Default Re: Getting subcategory descriptions to display

Thanks so much for responding. I had my settings set to display the subcategories in column view, which calls in the subcategories_t.tpl. If that's not selected, then the subcategories_list.tpl is called in, which is what I wanted, so thanks for causing me to notice that.

But, my subcategories_list.tpl doesn't have that {$subcategory.descr} or {$subcategory.description} code, and adding it, nothing happens. I tried a few more variations, {$subcat.descr} and {$subcategory.descr} and nothing appeared.

The complete line I'm adding is:

Code:
<div class="subcategory-descr">{$subcat.description}</div>

and in source view I can see the

Code:
<div class="subcategory-descr"> </div>

added, but the variable part is empty, so it's not making sense of that. Is there somewhere that variable has to be defined?
__________________
x-cart 4.3.2
Easy Variant View
Reply With Quote