Quantcast
Channel: OXID Community Forum
Viewing all articles
Browse latest Browse all 6951

Kategorien-Topangebot

$
0
0
Hallo Oxid Community

Ich möchte gerne bei "Kategorien-Topangebot" drei Bilder von drei Kategorien ausgeben und nicht nur eins wie im Standard.

Ich habe einen Code im Forum gefunden, dass mir drei Kategorien ausgibt, jedoch immer nur das selbe und nicht wie gewünscht drei unterschiedliche. was müsste ich noch im Code ändern, damit das funktioniert.

Bilder sind unter Kategorien hochgeladen und Artikel unter Kategorien-Topangebot zugeordnet.

Vielen Dank für Eure Hilfe.

Beste Grüsse
Avni

[{assign var="oCatOfferArticleList" value=$oView->getCatOfferArticleList()}]
[{if ($oCatOfferArticleList|@count)>0 }]
<strong id="test_CategoriesHeader" class="head2">[{ oxmultilang ident="START_CATEGORIES"}]</strong>
<ul id="newItems" class="gridView clear">
[{if ($oCatOfferArticleList|@count) is not even }][{assign var="actionproduct_size" value="big"}][{/if}]
[{foreach from=$oCatOfferArticleList item=actionproduct name=CatArt}]
[{assign var="oCategory" value=$actionproduct->getCategory()}]
[{if $oCategory}]
[{assign var="actionproduct_title" value=$oCategory->oxcategories__oxtitle->value}]
[{if $oCategory->getNrOfArticles() > 0}][{assign var="actionproduct_title" value=$actionproduct_title|cat:" ("|cat:$oCategory->getNrOfArticles()|cat:")"}][{/if}]
<li id="specCatBox" class="specCatBox">
<h2 class="sectionHead">[{$promoCatTitle}]</h2>
<a href="[{$promoCatLink}]" class="viewAllHover glowShadow corners"><span>[{ oxmultilang ident="PAGE_SHOP_START_VIEW_ALL" }]</span></a>
<a href="[{$promoCatLink}]"><img src="[{$promoCatImg}]" alt="[{$promoCatTitle}]"></a>

</li>
[{/if}]
[{/foreach}]
</ul>
[{/if}]

Viewing all articles
Browse latest Browse all 6951

Trending Articles