{% load price_filters %} فاکتور فروشگاه - {{ shop_order_id }}

فاکتور فروشگاه

شماره سفارش اصلی: {{ order_number }} | شماره فاکتور فروشگاه: {{ shop_order_id }}

{{ shop.shop_name }}

{% if shop.shop_description %}

{{ shop.shop_description|truncatewords:10 }}

{% endif %}

کمیسیون: {{ commission_percent }}%

اطلاعات مشتری

نام: {{ customer_name|default:"---" }}
تلفن: {{ customer_phone|default:"---" }}

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

تاریخ: {{ created_at_jalali|default:"---" }}
وضعیت پرداخت: {% if is_paid %} پرداخت شده {% else %} پرداخت نشده {% endif %}
وضعیت سفارش: {{ status }}
وضعیت تسویه: {% if is_settled %} تسویه شده {% else %} تسویه نشده {% endif %}
{% if address_text %}

آدرس تحویل

گیرنده: {{ address_recipient_name }}
شهر/استان: {{ address_city }}, {{ address_province }}
آدرس: {{ address_text }}
کد پستی: {{ address_postal_code }}
تلفن: {{ address_phone }}
{% endif %} {% for item_data in items_with_discount %} {% endfor %}
ردیف نام محصول تنوع تعداد قیمت واحد جمع تخفیف محصول تخفیف ویژه قیمت نهایی
{{ forloop.counter }} {{ item_data.order_item.product.product.name }} {{ item_data.order_item.product.title }} {{ item_data.item.quantity }} {{ item_data.unit_price|price_format }} تومان {{ item_data.price_before_discount|price_format }} تومان {% if item_data.order_item.discount_percent > 0 %} {{ item_data.order_item.discount_percent }}% ({{ item_data.discount_amount|price_format }} تومان) {% else %} --- {% endif %} {% if item_data.special_discount_amount > 0 %} {{ item_data.special_discount_amount|price_format }} تومان {% else %} --- {% endif %} {{ item_data.final_price|price_format }} تومان

خلاصه مالی

تعداد کل اقلام: {{ total_items }}
۱. جمع سبد خرید (بعد از تخفیف محصولات): {{ subtotal|price_format }} تومان
۲. تخفیف محصولات: {% if items_discount_amount > 0 %} -{{ items_discount_amount|price_format }} تومان {% else %} 0 تومان {% endif %}
۳. تخفیف ویژه محصولات: {% if special_discount_total > 0 %} -{{ special_discount_total|price_format }} تومان {% else %} 0 تومان {% endif %}
{% comment %}
مالیات: {{ tax_amount|price_format }} تومان
{% endcomment %}
کمیسیون ({{ commission_percent }}%): -{{ commission_amount|price_format }} تومان
قیمت نهایی (قابل پرداخت به فروشگاه): {{ payable_amount|price_format }} تومان