فاکتور فروشگاه
سفارش: {{ order_number }} | فاکتور: {{ shop_order_id }}
شماره سفارش اصلی :{{ order_number }}
شماره فاکتور فروشگاه :{{ shop_order_id }}
تاریخ :{{ created_at_jalali|default:"---" }}
وضعیت پرداخت :
{% if is_paid %}
پرداخت شده
{% else %}
پرداخت نشده
{% endif %}
وضعیت سفارش :
{{ status }}
وضعیت تسویه :
{% if is_settled %}
تسویه شده
{% else %}
تسویه نشده
{% endif %}
فرستنده :فروشگاه هی ملز
شناسه ملی :14014423086
شماره ثبت :64852
نشانی شرکت :شیراز بلوار گلستان بلوار سما خیابان طهماسبی پلاک ۱۹۸
کد پستی :7145746584
تلفن و فکس :02193111026
فروشگاه
خریدار :{{ customer_name|default:"---" }}
شماره تماس :{{ customer_phone|default:"---" }}
{% if address_recipient_name %}
نام گیرنده :{{ address_recipient_name }}
{% endif %}
{% if address_postal_code %}
کد پستی :{{ address_postal_code }}
{% endif %}
{% if address_city %}
شهر/استان :{{ address_city }}، {{ address_province }}
{% endif %}
{% if address_phone %}
تلفن :{{ address_phone }}
{% endif %}
{% if address_text %}
نشانی :{{ address_text }}
{% endif %}
خریدار
| ردیف | نام محصول | تنوع | تعداد | قیمت واحد (تومان) | جمع (تومان) | تخفیف محصول | تخفیف ویژه (تومان) | قیمت نهایی (تومان) |
|---|---|---|---|---|---|---|---|---|
| {{ 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 %} | --- | ||
| کمیسیون ({{ commission_percent }}%) | -{{ commission_amount|price_format }} | |||||||
| قیمت نهایی (قابل پرداخت به فروشگاه) (تومان) | {{ payable_amount|price_format }} | |||||||
مهر و امضای فروشگاه :
تاریخ تحویل :
ساعت تحویل :
روش های پرداخت :
{% if is_paid %}
پرداخت شده
{% else %}
پرداخت نشده
{% endif %}
مهر و امضای خریدار :