| Дата: | = View::formatDateTime($order['created_at']) ?> |
| Покупатель: | = htmlspecialchars($order['customer_name']) ?> |
| Email: | = htmlspecialchars($order['customer_email']) ?> |
| Телефон: | = htmlspecialchars($order['customer_phone']) ?> |
| Адрес: | = htmlspecialchars($order['delivery_address']) ?> |
| Способ доставки: | = htmlspecialchars($order['delivery_method']) ?> |
| Способ оплаты: | = htmlspecialchars($order['payment_method']) ?> |
| Товары: | = View::formatPrice($order['subtotal']) ?> |
| Скидка: | -= View::formatPrice($order['discount_amount']) ?> |
| Доставка: | = View::formatPrice($order['delivery_price']) ?> |
| ИТОГО: | = View::formatPrice($order['final_amount']) ?> |
| Изображение | Товар | Цена | Кол-во | Сумма |
|---|---|---|---|---|
|
= htmlspecialchars($item['product_name']) ?> | = View::formatPrice($item['product_price']) ?> | = $item['quantity'] ?> | = View::formatPrice($item['total_price']) ?> |