44 lines
1.4 KiB
PHP
44 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'order' => 'Order',
|
|
'orders' => 'Orders',
|
|
'table' => [
|
|
'customer_name' => 'Customer Name',
|
|
'customer_email' => 'Customer Email',
|
|
'total' => 'Total',
|
|
],
|
|
'send_email' => 'Send Email',
|
|
'print' => 'Print',
|
|
'order_and_account_information' => 'Order & Account Information',
|
|
'order_information' => 'Order Information',
|
|
'order_id' => 'Order ID',
|
|
'order_date' => 'Order Date',
|
|
'order_status' => 'Order Status',
|
|
'shipping_method' => 'Shipping Method',
|
|
'payment_method' => 'Payment Method',
|
|
'currency' => 'Currency',
|
|
'currency_rate' => 'Currency Rate',
|
|
'order_note' => 'Order Note',
|
|
'account_information' => 'Account Information',
|
|
'customer_name' => 'Customer Name',
|
|
'customer_email' => 'Customer Email',
|
|
'customer_phone' => 'Customer Phone',
|
|
'customer_group' => 'Customer Group',
|
|
'guest' => 'Guest',
|
|
'registered' => 'Registered',
|
|
'address_information' => 'Address Information',
|
|
'billing_address' => 'Billing Address',
|
|
'shipping_address' => 'Shipping Address',
|
|
'items_ordered' => 'Items Ordered',
|
|
'product' => 'Product',
|
|
'unit_price' => 'Unit Price',
|
|
'quantity' => 'Quantity',
|
|
'line_total' => 'Line Total',
|
|
'subtotal' => 'Subtotal',
|
|
'shipping_method' => 'Shipping Method',
|
|
'coupon' => 'Coupon',
|
|
'tax' => 'Tax',
|
|
'total' => 'Total',
|
|
];
|