[{ if $pricecorrection | is_array }]
[{assign var=t value=0}]
[{ foreach item=item name=list key=id from=$pricecorrection }]
[{if $item->vt_price_showonconfirmation == 1 && ($item->displaySeparatelyPrice == false || $item->displaySeparatelyPrice == null)}]
| [{if $t == 0}]Hinweis :[{/if}] |
[{$item->vt_price_description|strtoupper}] [{$item->vt_price_price}] EUR |
[{assign var=t value=1}]
[{/if}]
[{if $item->vt_price_showonconfirmation == 1 && $item->displaySeparatelyPrice == true}]
|
Hinweis :
[{$item->vt_price_description|strtoupper}]
|
[{$item->vt_price_price}] EUR |
[{assign var=t value=1}]
[{/if}]
[{/foreach}]
[{ /if }]