Backend add missing details order view #77

Merged
bilal.catic merged 9 commits from backend-add-missing-details-order-view into development 2018-12-03 00:08:34 +01:00
Showing only changes of commit 2f18e1e47c - Show all commits

View File

@@ -358,7 +358,7 @@ class WC_Admin_List_Table_Orders extends Wiaas_Custom_WC_Admin_List_Table {
<div class="wc-order-preview-address">
<h2><?php esc_html_e( 'Billing details', 'woocommerce' ); ?></h2>
{{{ data.formatted_billing_address }}}
{{data}}
<# if ( data.data.billing.email ) { #>
<strong><?php esc_html_e( 'Email', 'woocommerce' ); ?></strong>
<a href="mailto:{{ data.data.billing.email }}">{{ data.data.billing.email }}</a>