=======
=$address_name?>
=$address_street?>
=$address_zip?>, =$address_city?>
=$country?>
=$address_street?>
=$address_zip?>, =$address_city?>
=$country?>
=$order_number_text ?? 'Order' ?>: =$order_id?>
=$order_date_text ?? 'Date'?>:
=$order_email_message_1?>
=$order_email_message_2?>
>>>>>>> development
| =$tr_product ?? 'Product' ?> | =$tr_options ?? 'Options' ?> | =$tr_quantity ?? 'Quantity'?> | =$tr_price ?? 'Price' ?> | =$tr_total?> |
|---|---|---|---|---|
| =${$product['meta']['name']} ?? $product['meta']['name']?> | =htmlspecialchars(substr($prod_options, 0,-2), ENT_QUOTES)?> | =$product['quantity']?> | =currency_code?>=number_format($product['options_price'],2)?> | =number_format($product['options_price'] * $product['quantity'],2)?> |
| =$total_subtotal?> | =currency_code?>=number_format($subtotal,2)?> | |||
| =$total_discount?> | =currency_code?>=number_format($discounttotal,2)?> | |||
| =$total_shipping?> | =currency_code?>=number_format($shippingtotal,2)?> | |||
| =$total_vat?> | =currency_code?>=number_format($taxtotal,2)?> | |||
| =$total_total?> | =currency_code?>=number_format($total,2)?> | |||