title = "Print"
url = "/print/:id"
is_hidden = 0
robot_index = "index"
robot_follow = "follow"
[singlesale]
id = "{{ :id }}"
perPage = 12
[session]
security = "user"
redirect = "login"
==
{% set sales = singlesale.sales %}
{% set order = singlesale.order %}
Zakaz # {{ order.id }} | gurlushyk.com.tm
| {{ 'checkout.HarytAdy'|_ }} |
{{ 'checkout.Bahasy'|_ }} |
{{ 'checkout.Mukdary'|_ }} |
{{ 'checkout.Umumy'|_ }} |
{% set total_price = 0 %}
{% for saleOrder in sales %}
| {{ saleOrder.product.name }} |
{{ saleOrder.product.price }} TMT |
{{ saleOrder.qty }} |
{{ saleOrder.product.price * saleOrder.qty }} TMT |
{% set total_price = total_price + (saleOrder.product.price * saleOrder.qty) %}
{% endfor %}
{{ 'checkout.BeylekiMaglumatlar'|_ }}
| {{ 'checkout.Ulanyjy'|_ }} |
{{ order.user.name }} |
| {{ 'footer.TelefonTitle'|_ }} |
+993 {{ order.user.username }} |
| {{ 'checkout.Address'|_ }} |
{{ order.address }} |
| {{ 'checkout.Bellik'|_ }} |
{{ order.note }} |
{{ 'checkout.Jemi'|_ }}
| {{ 'checkout.Jemi'|_ }} |
{{ total_price }} TMT |