| Описание | Кол-во | Цена | Сумма |
|---|---|---|---|
| = htmlspecialchars($item['description'] ?? '') ?> | = htmlspecialchars($item['qty'] ?? 0) ?> | = $currency ?> = number_format(floatval($item['price'] ?? 0), 2) ?> | = $currency ?> = number_format(floatval($item['qty'] ?? 0) * floatval($item['price'] ?? 0), 2) ?> |
| Подытог: | = $currency ?> = number_format($subtotal, 2) ?> |
|---|---|
| Налог (= $tax_rate ?>%): | = $currency ?> = number_format($tax_amount, 2) ?> |
| Итого: | = $currency ?> = number_format($total, 2) ?> |
= $notes ?>