diff --git a/woocommerce/myaccount/form-edit-account.php b/woocommerce/myaccount/form-edit-account.php index 766f9f1f..3b5757d1 100644 --- a/woocommerce/myaccount/form-edit-account.php +++ b/woocommerce/myaccount/form-edit-account.php @@ -12,7 +12,7 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 8.7.0 */ defined( 'ABSPATH' ) || exit; @@ -44,6 +44,15 @@ do_action( 'woocommerce_before_edit_account_form' ); ?>
+ + - +- +
- diff --git a/woocommerce/myaccount/my-address.php b/woocommerce/myaccount/my-address.php index 5db438b6..52673526 100644 --- a/woocommerce/myaccount/my-address.php +++ b/woocommerce/myaccount/my-address.php @@ -12,10 +12,9 @@ * * @see https://woo.com/document/template-structure/ * @package WooCommerce\Templates - * @version 2.6.0 + * @version 8.7.0 */ -// Exit if accessed directly. defined( 'ABSPATH' ) || exit; $customer_id = get_current_user_id(); @@ -52,10 +51,13 @@ $col = 1; $address_title ) : ?> + - - -| + get_order_number() ); ?> + + get_status() ) ); ?> + get_formatted_order_total(), $item_count ) ); ?> + $action ) { // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited - echo '' . esc_html( $action['name'] ) . ''; + echo '' . esc_html( $action['name'] ) . ''; } } ?> @@ -70,22 +80,24 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?> ?> |