[{ 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)}] [{assign var=t value=1}] [{/if}] [{if $item->vt_price_showonconfirmation == 1 && $item->displaySeparatelyPrice == true}] [{assign var=t value=1}] [{/if}] [{/foreach}]
[{if $t == 0}]Hinweis :[{/if}] [{$item->vt_price_description|strtoupper}] [{$item->vt_price_price}] EUR
Hinweis :  [{$item->vt_price_description|strtoupper}] [{$item->vt_price_price}] EUR
[{ /if }]