![]() |
Category Description
I'm changing my front page to show a list of top level categories, but the smarty array which controls this doesn't have the description text. Anyone know how to grab the description of the category?
|
Re: Category Description
Your Version?
|
Re: Category Description
Sorry I forgot to mention that ... using the latest v4.2
|
Re: Category Description
Any ideas ?
|
Re: Category Description
Code:
{if $current_category.description ne ""} The smarty code for category description is in customer/main/subcategories.tpl |
Re: Category Description
Quote:
We have the same issue but the code above is not working for us. We'd like to display top level category icons, description, and links. Sample page of what we are working on: http://juhlir.tempdomainname.com/store/pages.php?pageid=6 the top is *hard coded* to look like what we need the bottom are the links we got to show up but can't figure out how to get the rest to display (thubnails and descriptions) |
Re: Category Description
Well, I know for a fact the thumbnails for images is used by product_thumbnail.tpl is skin1/customer since I had to remake one for my mod.
I'll see what I can come up with if I get any free time. |
Re: Category Description
shouldn't it be a category template since we are trying to display all the top level category images?
Thanks! |
Re: Category Description
Products.tpl (Category):
Code:
{if $config.Appearance.products_per_row && ($featured eq "Y" || $config.Appearance.featured_only_multicolumn eq "N")} Products_t.tpl: Code:
<div class="image"> Thats the code for thumbnails displayed on category. products.tpl calls products_t.tpl |
All times are GMT -8. The time now is 10:52 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.