Jump to content

Podkategorie


bondar91

Recommended Posts

Witam,

mam pytanie czy da się jakoś zrobić jak mam w Kategoriach dane kategorie i  w kazdej z nich podkategorie i chciałbym żeby np w jednej podkategorie nie były wywietlane zdjęcia i tytuł podkategorii a w reszcie było normalnie. Da się coś takiego zrobić.

 

Z góry dzięki za pomoc .

Link to comment
Share on other sites

Witam mam problem wstawiłem takie coś 

 

{foreach from=$subcategories item=subcategory}
{if $subcategory.id_category == 17}
<li>
<div class="subcategory-image">
<img class="replace-2x" src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium_default')|escape:'html':'UTF-8'}" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" />
<img class="replace-2x" src="{$img_cat_dir}{$lang_iso}-default-medium_default.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" />
</div>
{else}
<div class="subcategory-image">
<a href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}" class="img"></a>
</div>
{/if}
<h5><a class="subcategory-name" href="{$link->getCategoryLink($subcategory.id_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">{$subcategory.name|truncate:25:'...'|escape:'html':'UTF-8'|truncate:350}</a></h5>
{if $subcategory.description}
<div class="cat_desc">{$subcategory.description}</div>
{/if}
{/foreach}
</li>

 

Nie dizała mi to prawidłowo a chciałbym żeby w podkategorie o id 17 wyświetlały się same napisy. Ale  gdy klikam na kategoriee inne to te kategorie na stronie się rozsypują. Jaki mam błąd?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...