From cbb0fac09efb514ca830621728d3c3343b431829 Mon Sep 17 00:00:00 2001 From: Laurel Fulford Date: Thu, 21 Mar 2024 08:29:06 -0700 Subject: [PATCH] fix: update template for woo 8.7.0 --- .../order/order-details-customer.php | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/newspack-theme/woocommerce/order/order-details-customer.php b/newspack-theme/woocommerce/order/order-details-customer.php index a76658e5e..cdebe9ec8 100644 --- a/newspack-theme/woocommerce/order/order-details-customer.php +++ b/newspack-theme/woocommerce/order/order-details-customer.php @@ -12,7 +12,7 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 5.6.0 + * @version 8.7.0 */ defined( 'ABSPATH' ) || exit; @@ -44,6 +44,17 @@ get_billing_email() ) : ?>

get_billing_email() ); ?>

+ + @@ -54,6 +65,17 @@
get_formatted_shipping_address( esc_html__( 'N/A', 'newspack' ) ) ); ?> + +