|
|
Menge |
Einzelpreis |
Gesamtpreis |
|
{txt key=TEXT_XT_PRODUCT_OPTIONS_SINGLE_PRICE_CLEAN} |
{if $smarty.request.qty}{$smarty.request.qty}{else}1{/if} |
{$calculation.products_price.single.formated} |
{$calculation.products_price.total.formated} |
{foreach name=aussen item=info from=$options}
{foreach name=innem item=op from=$info.option_group_values}
+ |
{$op.option_group_name}/{$op.option_value_name} |
{if $op.option_calc_type == 'multi'}{if $smarty.request.qty}{$smarty.request.qty}{else}1{/if}{elseif $op.option_calc_type == 'single'}1{/if} |
{$op.option_price_array.formated} |
{$op.option_price_total_array.formated} |
{/foreach}
{/foreach}
|
{txt key=TEXT_TOTAL} |
|
|
{$calculation.products_price_total.total.formated} |