![]() |
Category description
I am working on a store that has several categories with sub cats. When the root cat is clicked it brings up the first sub cats. I would like to put the category description on this page also. Any suggestions?
I played around with this but can't figure it out.... {if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}<p />{/if} This gets the first letter of the category to show up... <td class="SubcatTitle"><a href="home.php?cat={ $subcat.categoryid }" class="ItemsList"><font>{ $subcat.category|escape }</font></a><br />{$subcat.category.description}</td> |
Re: Category description
Replace this:
{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}<p />{/if} with this: {$current_category.description} |
Re: Category description
No dice... tried that first :)
|
Re: Category description
You are just trying to add the category description to the top of the page on each page, correct? Not under the icons...
|
Re: Category description
|
Re: Category description
|
All times are GMT -8. The time now is 02:17 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.