Property
Order Tray
Item | Price | Quantity | Total | |
---|---|---|---|---|
{{ citem.item_name }}
({{ citem.price | currency:"₱ " }})
Adult: {{ citem.price | currency:"₱ " }}
Child: {{ citem.child_price | currency:"₱ " }}
|
{{ citem.price | currency:"₱ " }}
Adult: {{ citem.price | currency:"₱ " }}
Child: {{ citem.child_price | currency:"₱ " }}
|
x {{ citem.qty }}
Adult: x {{ citem.qty }}
Child: x {{ citem.child_qty }}
|
{{ citem.line_total | currency:"₱ " }} |
Grand Total:
{{ grandtotal | currency:"₱ " }}
({{ total_items }})
!
Are you sure?
You won't be able to revert this.