diff --git a/templates/order/order-details-customer.php b/templates/order/order-details-customer.php index 01eeed7f34d..f7906cbadd0 100644 --- a/templates/order/order-details-customer.php +++ b/templates/order/order-details-customer.php @@ -10,54 +10,54 @@ * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * - * @see https://docs.woocommerce.com/document/template-structure/ + * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 3.2.0 */ -if ( ! defined( 'ABSPATH' ) ) { - exit; +if (!defined('ABSPATH')) { + exit; } ?>
- needs_shipping_address() ) : ?> + needs_shipping_address()) : ?> -
+
-
+
- + -

+

-
- get_formatted_billing_address() ) ? $address : __( 'N/A', 'woocommerce' ); ?> - get_billing_phone() ) : ?> -

get_billing_phone() ); ?>

- - get_billing_email() ) : ?> - - -
+
+ get_formatted_billing_address()) ? $address : __('N/A', 'woocommerce'); ?> + get_billing_phone()) : ?> +

get_billing_phone()); ?>

+ + get_billing_email()) : ?> + + +
- needs_shipping_address() ) : ?> + needs_shipping_address()) : ?> -
+
-
+
-

+

-
- get_formatted_shipping_address() ) ? $address : __( 'N/A', 'woocommerce' ); ?> -
+
+ get_formatted_shipping_address()) ? $address : __('N/A', 'woocommerce'); ?> +
-
+
-
+
- +