{% if theme_logo %}

{% endif %}{% if order.client.email %}{% endif %}{% if order.delivery_date and order.delivery_time != "" %}{% endif %} {% if order.comment != "" %}{% endif %}
Поставщик: |
{% if account.organization %}{{ account.organization }} {% else %} {{ account.title }} {% endif %} |
Покупатель: |
{{ order.shipping_address.name }} |
Телефон: |
{{ order.shipping_address.phone }} |
e-mail: |
{{ order.client.email }} |
Способ оплаты: |
{{ order.payment_title }} |
Адрес доставки: |
{{ order.shipping_address.delivery_address }} |
Дата и время доставки: |
{{ order.delivery_date | date: "%d.%m.%Y" }} {{ order.delivery_time }} |
Комментарий: |
{{ order.comment }} |
Товарный чек №{{ order.number }} от {{ order.creation_date | date: "%d.%m.%Y" }}
{% for item in order.items %}{% endfor %} {% for discount in order.discounts %}{% endfor %}
№ |
Артикул |
Товар |
Ед. |
Цена |
Кол-во |
Сумма |
{{ forloop.index }} |
{{ item.sku }} |
{{ item.title }} |
шт. |
{{ item.sale_price | money: order.currency }} |
{{ item.quantity }} |
{{ item.quantity | times:item.sale_price | money: order.currency }} |
|
Скидка: {{ discount.description }} |
|
|
-{{ discount.amount | money: order.currency }} |
|
Доставка: {{ order.delivery_description | strip_html }} |
|
|
{{ order.delivery_price | money: order.currency }} |
Итого: {{ order.total_price | money: order.currency }}
Всего наименований {{ order.items_count }}, на сумму {{ order.total_price | money: order.currency }}
Отпустил___________________________________ |
Отпустил___________________________________ |