Eigene Seite für Bargains/Schnäppchen

Hi allerseits,

Ich würde gern eine eigene Seite für die Schnäppchen/Bargains bauen die man unter Aktionen bestimmte Produkte zuordnen kann. Ich hab diese bereits auf der Startseite erfolgreich eingebunden, wenn ich die jetzt aber versuch nochmal in eine eigene CMS Seite zu packen, bleibt die Seite leer. Hab hier im Forum andere mit ähnlichem Problem, aber keine Lösung gefunden. Es sieht so aus als ob die Funktion getBargainArticleList() aus irgendeinem Grund dann nicht mehr funktioniert. Hat jemand einen Lösungsvorschlag?

Mein Code sieht ungefähr so aus:
[{foreach from=$oView->getBargainArticleList() item=_product name=bargainList}]

<div class=“contentareaitems” style=“float:left; width:210px; margin:5px; padding:0px;” > <div style=“float:left; width: 70px;”>
[{ assign var=“sBargainArtTitle” value="$_product->oxarticles__oxtitle->value $_product->oxarticles__oxvarselect->value" }]
<a class=“contentareaitems” id=“test_picBargain_[{$smarty.foreach.bargainList.iteration}]” href="[{$_product->getLink()}]">
<img src="[{$product->getIconUrl()}]" alt="[{ $sBargainArtTitle|strip_tags }]">
</a></div><div style=“float:left; width:140px; padding-top:3px”>
<a class=“contentareaitems” id="test_titleBargain
[{$smarty.foreach.bargainList.iteration}]" href="[{$_product->getLink()}]" style=“float:left; margin:0px; padding:0px;”><h1 class=“contentareaitems” style=“float:left; margin:0px; padding:0px;”>[{ $sBargainArtTitle|strip_tags }]</h1></a> <br />
[{ if $product->isBuyable() }]
<a class=“contentareaitems” id="test_titleBargain
[{$smarty.foreach.bargainList.iteration}]" href="[{$_product->getLink()}]" style=“float:left; margin:0px; padding:0px;”> <h2 class=“contentareaitems” style=“float:left; margin:0px; padding:0px;”>[{ $product->oxarticles__oxshortdesc->value }]</h2></a> <br />
<a class=“contentareaitems” id="test_orderBargain
[{$smarty.foreach.bargainList.iteration}]" href="[{$_product->getLink()}]" style=“float:left; margin:0px; padding:0px;”>
<span style=“color:#AB2C2D;”> [{ $_product->getFPrice() }] [{ $currency->sign}]</span>
</a></div>
[{/if}]
</div>
[{/foreach}]

Vielen Dank im Voraus für eure Hilfe.
Marcus

Hallo Marcus,

hast du eine Lösung für das Problem gefunden. Ich würde auch gerne die Schnäppchen in eine eigene Seite einbauen.

Grüße,
Nic