{if $calculation.products_price_calc.single.plain} {else} {/if} {if $calculation.options_single_addprice.single.plain > 0} {/if}
{txt key=TEXT_QTY} {txt key=TEXT_SINGLE_PRICE} {txt key=TEXT_TOTAL_PRICE}
{txt key=TEXT_XT_PRODUCT_OPTIONS_SINGLE_PRICE_CALC} {if $smarty.request.qty}{$smarty.request.qty}{else}1{/if} {$calculation.products_price.single.formated} {$calculation.products_price_calc.single.formated}
{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}
+ {txt key=TEXT_XT_PRODUCT_OPTIONS_PRICE_OPTIONS} {if $smarty.request.qty}{$smarty.request.qty}{else}1{/if} {$calculation.options_multi_addprice.single.formated} {$calculation.options_multi_addprice.total.formated}
+ {txt key=TEXT_XT_PRODUCT_OPTIONS_ONE_TIME_PRICE_OPTIONS} 1 {$calculation.options_single_addprice.single.formated} {$calculation.options_single_addprice.total.formated}
{txt key=TEXT_TOTAL} {$calculation.products_price_total.total.formated}