Новый заказ: № {order.Message_ID} от {order.Date}.
Данные клиента:
Фамилия и имя: {order.ContactName}
Контактный телефон: {order.Phone}
E-mail: {order.Email}
Город доставки: {order.City}
Примечания к заказу:
if ($order['Comments']): ?>{order.Comments} else: ?>нет endif; ?>
Состав заказа:
| Артикул | Товар | Цена | Количество | Стоимость |
|---|---|---|---|---|
| {item.Article} | {item.FullName} | {item.ItemPriceF} | {item.Qty} {item.Units} | {item.TotalPriceF} |
| Итого | {order.TotalItemPriceF} | |||
Способ доставки: {order.DeliveryVariantAndMethodName}
Стоимость доставки: {order.DeliveryPriceF}
Адрес доставки: {order.DeliveryAddress}
if ($order['DeliveryDates']): ?>
Ожидаемые даты доставки: {order.DeliveryDates}
endif; ?>
Почтовый индекс: {order.Zip}
Способ оплаты: {order.PaymentMethodName}
if ($order['PaymentPrice']): ?>
Дополнительный сбор за выбранный способ оплаты: {order.PaymentPriceF}
Общая сумма скидки: {order.DiscountSumF}
endif; ?> if ($order['TotalItemPrice'] != $order['TotalPrice']): ?>ИТОГО: {order.TotalPriceF}
endif; ?>