Hallo,
ich habe folgendes Problem: Auf der Startseite werden die Artikel, die “Frisch eingetroffen!” zugeordnet sind OHNE Preis angezeigt. Auf den Kategorie-Seiten werden die Preise angezeigt. Auch wenn ich die original-Templates von start.tpl und product.tpl einfüge, fehlen die Preise. Woran kann das liegen? Ich finde keine Lösung.
[B]EDIT:[/B]
[B]GELÖST:[/B] einfach Haken vor [I]Preise anzeigen bei “Top of the Shop” und “Frisch eingetroffen!”[/I] unter Grundeinstellungen -> Performance
Shop: http://www.plainandblack.com
Hier wird der Preis abgefragt (product.tpl), ich bekomme das Leerzeichen:
<form name="tobasket.[{$testid}]" action="[{ $oViewConf->getSelfActionLink() }]" method="post">
[{capture name=product_price}]
[{oxhasrights ident="SHOWARTICLEPRICE"}]
<div id="test_price_[{$testid}]" class="cost">
[{if $product->getFTPrice() && $size=='big' }]
<b class="old">[{ oxmultilang ident="DETAILS_REDUCEDFROM" }] <del>[{ $product->getFTPrice()}] [{ $currency->sign}]</del></b>
<span class="desc">[{ oxmultilang ident="DETAILS_REDUCEDTEXT" }]</span><br>
<sub class="only">[{ oxmultilang ident="DETAILS_NOWONLY" }]</sub>
[{/if}]
[{if $product->getFPrice()}]
<big class="price">[{ $product->getFPrice() }] [{ $currency->sign}]</big>
[{else}]
<big> </big>
[{/if}]
</div>
[{/oxhasrights}]
[{/capture}]
[{if $size=='big'}][{$smarty.capture.product_price}][{/if}]
Viele Grüße
Frederik