Order Summary - #{{number}}
|
|
Delivery Date: {{dDate}} Order Date: {{oDate}} Receiver Name: {{name}} Receiver Contact:
{{phone}}
|
Product |
Quantity |
Price({{currency}}) |
{% for item in orderDetails %}
{{item.name}} |
{{item.number}} |
{{item.price}} |
{% endfor %}
Shipping |
/ |
{{shipping}} |
Sales Tax |
/ |
{{tax}} |
Total |
|
{{total}} |
|
|
|
{% for item in itemList %}
|
Name: {{item.name}} Description: {{item.description}} Instruction: {{item.instruction}}
|
|
{% endfor %}
|
Delivery Address
{{address}}
|
Delivery Instruction
{{instruction}}
|
|
|