{* *}{strip} {* *} {$temp = ($currency->rate_from|default:1) / ($currency->rate_to|default:1)} {* *} {* *} {if isset($item->products) && is_array($item->products) && !empty($item->products)} {* *} {foreach $item->products as $r} {* *} {* *} {* *} {* *} {/foreach} {/if} {* *}
Товар Кол-во Сумма
{$r->product_name|default:''} {**} {* *} {if ($r->variant_name|default:'' != '') && ($r->product_name|default:'' != $r->variant_name)} {$r->variant_name} {**} {/if} {* *} {if $r->name_properties|default:'' != ''} {$r->name_properties} {**} {/if} {* *} {if $r->quantity|default:0 <= 0} {if $settings->cart_reservation_text|default:'' != ''}
{$settings->cart_reservation_text}
{/if} {/if}
{if $r->quantity|default:0 > 0} {$r->quantity} {elseif $r->quantity|default:0 < 0} {$r->quantity * -1} {else} 0 {/if} {**} {* *} шт. {(($r->price|default:0) * $temp)|string_format:'%1.2f'|replace:',':'.'} {**} {* *} {$currency->sign|default:''}
Игото {(($item->total_amount|default:0) * $temp)|string_format:'%1.2f'|replace:',':'.'} {**} {* *} {$currency->sign|default:''}
{/strip}