Hallo zusammen,
warum zeigt der mir den Einzelpreis nicht mit in der Box an? Was habe ich vergessen? (siehe Bild) Danke für eure Hilfe.
[{if $oxcmp_basket->getProductsCount()}]
[{oxhasrights ident=“TOBASKET”}]
<div class=“box”>
<h2>
[{ oxmultilang ident=“WIDGET_SERVICES_BASKET” }]
</h2>
<div class="content">
[{assign var="currency" value=$oView->getActCurrency() }]
[{foreach from=$oxcmp_basket->getContents() name=miniBasketList item=_product}]
[{ assign var="minibasketItemTitle" value=$_product->getTitle() }]
<div style="width: 100px">
<a href="[{$_product->getLink()}]" title="[{ $minibasketItemTitle|strip_tags }]">[{ $minibasketItemTitle|strip_tags }]</a>
</div>
<div style="float: right">
<span class="item" style="white-space: nowrap">
[{if $_product->getAmount() gt 1}]
[{$_product->getAmount()}] x
[{/if}]
</span>
<strong class="price" style="white-space: nowrap">[{$_product->getFTotalPrice()}] [{ $currency->sign}]</strong>
</div>
<div style="clear: both; border-bottom: 1px dotted #333; margin-bottom: 3px"></div>
[{/foreach}]
<span class="item">[{ oxmultilang ident="WIDGET_MINIBASKET_TOTAL" }]</span>
<div style="float: right">
<strong class="price" style="white-space: nowrap">[{ $oxcmp_basket->getFProductsPrice()}] [{ $currency->sign}]</strong>
</div>
<hr>
<a style="white-space: nowrap" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=basket" }]" class="submitButton largeButton">[{ oxmultilang ident="WIDGET_MINIBASKET_DISPLAY_BASKET" }]</a>
</div>
</div>
[{/oxhasrights}]
[{/if}]