Add customer phone to order view
This commit is contained in:
parent
142769a984
commit
ea1d4ad0b9
|
|
@ -133,7 +133,7 @@
|
|||
</span>
|
||||
|
||||
<span class="value">
|
||||
{{ $order->customer_email }}
|
||||
{{ $order->customerr->phone }}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -413,6 +413,7 @@ return [
|
|||
'customer-notified' => ':date | Customer <b>Notified</b>',
|
||||
'customer-not-notified' => ':date | Customer <b>Not Notified</b>',
|
||||
'transactions' => 'Transactions',
|
||||
'phone' => 'Phone number',
|
||||
],
|
||||
|
||||
'invoices' => [
|
||||
|
|
@ -536,10 +537,10 @@ return [
|
|||
'bundle' => 'Bundle',
|
||||
'downloadable' => 'Downloadable',
|
||||
'grouped' => 'Grouped',
|
||||
'virtual' => 'Virtual',
|
||||
'virtual' => 'Virtual',
|
||||
'configurable' => 'Configurable',
|
||||
|
||||
],
|
||||
],
|
||||
'familiy' => 'Attribute Family',
|
||||
'sku' => 'SKU',
|
||||
'configurable-attributes' => 'Configurable Attributes',
|
||||
|
|
|
|||
|
|
@ -421,6 +421,7 @@ return [
|
|||
'customer-notified' => ':date | Покупатель <b>Notified</b>',
|
||||
'customer-not-notified' => ':date | Покупатель <b>Not Notified</b>',
|
||||
'transactions' => 'Транзакции',
|
||||
'phone' => 'Номер телефона',
|
||||
],
|
||||
|
||||
'invoices' => [
|
||||
|
|
|
|||
|
|
@ -341,7 +341,6 @@ return [
|
|||
'tax-percent' => 'Salgyt göterimi',
|
||||
'tax-amount' => 'Salgyt möçberi',
|
||||
'discount-amount' => 'Arzanladyş möçberi',
|
||||
// 'discount-amount' => 'Arzanladyş möçberi',
|
||||
'grand-total' => 'Umumy jemi',
|
||||
'total-paid' => 'Jemi tölenen',
|
||||
'total-refunded' => 'Jemi çykdajysy tölenen',
|
||||
|
|
@ -356,6 +355,7 @@ return [
|
|||
'customer-notified' => ':date | Customer <b>Notified</b>',
|
||||
'customer-not-notified' => ':date | Customer <b>Not Notified</b>',
|
||||
'transactions' => 'Transactions t',
|
||||
'phone' => 'Telefon belgisi',
|
||||
],
|
||||
|
||||
'invoices' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue