{% extends "base/f_base.html" %} {% load humanize %} {% load static %} {% block header %} {% endblock header %} {% block content %}

سفارش شما با موفقیت انجام شد!

اطلاعات سفارش خود را اینجا مشاهده کنید.

اطلاعات سفارش

شماره پیگیری {{this_order.id}}
نام خریدار {{this_order.user_name}}
شماره تماس {{this_order.user_phone}}
کد پستی {{this_order.user_postal_code}}
آدرس {{this_order.user_address}}

محصولات خریداری شده

{% for item in this_order_items %}

{{item.product.title}}

{{item.quantity}}

{% endfor %}
تعداد ایتم های سفارش {{this_order.total_count|intcomma}} تومان
قیمت کل محصولات {{this_order.price_after_discount|intcomma}} تومان
{% endblock content %} {% block js %} {% endblock js %}