{{site_setting.company_name|default:"N/A"}}
{{site_setting.address|default:"N/A"}}
Email: {{site_setting.email|default:"N/A"}}
Phone: {{site_setting.phone|default:"N/A"}}
INVOICE
Bill To:
{{ order.shipping_address.full_name }}
{{ order.shipping_address.address_line }}
Phone: {{ order.shipping_address.phone_no }}
Invoice Details:
Order No: #{{ order.order_no }}
Invoice Date: {{ order.created_at|date:"d M Y" }}
Payment Method: {% if order.payment_method == 'cash_payment' %}Cash{% else %}Card{% endif %}
{% for item in order_items %} {% endfor %}
SL Item Name Size/Color Qty Total
{{ forloop.counter }} {{ item.product.product_name }} {{ item.product_attribute.size }} / {{ item.product_attribute.color }} {{ item.quantity }} {{ item.product_attribute.product_final_price }}
Sub Total {{ order.sub_total_after_discount }}
Delivery Charge {{ order.shipping_charge }}
VAT & Tax {{ vat_gst }}
Total Amount {{ order.total_payable }}