{foreach name=blah item=item from=$items} {if $item.errors} {/if} {/foreach} {if $feetotal > 0} {/if}
Produkt: {$item.products_name} (pID: {$item.products_id})
{if $item.fees != ''} {foreach name=blah item=fee from=$item.fees} {if $fee.fee > 0} {if $fee.name == 'ListingFee'} {assign var='total' value=$fee.fee} {else} {/if} {/if} {/foreach} {/if}
Name Gebühr
{$fee.name} {$fee.fee|string_format:"%.2f"}
Gesamt Auktion {$total|string_format:"%.2f"}
Fehler:
{$item.errors}
Gebühren Gesamt: {$feetotal|string_format:"%.2f"}