{#template CARTFORM}
| {$T.item.title} |
${$T.formatSum($T.item.price_sale*$T.item.amount)}
{#if $T.item.price_unit_abbr}{$T.item.price_unit_abbr}{#/if}
|
{$T.labels.removeLinkText} | |
|
${$T.formatSum($T.calcTotalSum($T.cartItems))}
{$T.totalSumAbbr($T.cartItems)}
|
|||
| {$T.labels.dateText} | {$T.labels.statusText} | {$T.labels.sumText} |
|---|---|---|
| {#if $T.item.submit_date}{$T.item.submit_date.format("d")} {$T.item.submit_date.format("t")}{#/if} | {$T.item.state_text} | ${$T.formatSum($T.item.total_sum)} {#if $T.item.total_sum_unit_abbr}{$T.item.total_sum_unit_abbr}{#/if} |