Hallo,
ich versuche eine Box zu erstellen die auf der linken Seite steht und so aussehen soll wie die Angebotsbox, jedoch soll in dieser Box einfach nur Produkte aus einer Bestimmten Kategorie angezeigt werden.
Komme einfach nicht weiter, meine box html:
Zitat:
<h2 class="boxheader">
<a href="{link page=categorie&cat=17}">{txt key=TEXT_HEADING_AKTION_PRODUCTS}</a>
</h2>
<div class="boxbody">
{foreach name=aussen item=aktion_products_data from=$module_data.categories_id=='17'}
{if $new_products_data.products_image!=''}<p class="center"><a href="{$module_data.products_link}">{img img=$module_data.products_image type=m_thumb class=productImageBorder alt=$module_data.products_name}</a></p>{/if}
<p class="center"><a href="{$module_data.products_link}"><strong>{$modu le_data.products_name}</strong></a><br />{$module_data.products_price.formated}</p>
{/foreach}
</div>
|
wer kann mir helfen?
Oder muss man hierfür ein Plugin erstellen?