orders.php000066600000012074152141576570006600 0ustar00 $column_name ) : ?> orders as $customer_order ) { $order = wc_get_order( $customer_order ); // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited $item_count = $order->get_item_count() - $order->get_item_count_refunded(); ?> $column_name ) : ?>
get_order_number() ); ?> get_status() ) ); ?> get_formatted_order_total(), $item_count ) ); ?> $action ) { // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited echo '' . esc_html( $action['name'] ) . ''; } } ?>
max_num_pages ) : ?>
max_num_pages ) !== $current_page ) : ?>
form-edit-account.php000066600000010774152141576570010627 0ustar00
>

form-login.php000066600000013144152141576570007352 0ustar00

>

downloads.php000066600000003106152141576570007270 0ustar00customer->get_downloadable_products(); $has_downloads = (bool) $downloads; do_action( 'woocommerce_before_account_downloads', $has_downloads ); ?>
navigation.php000066600000002215152141576570007435 0ustar00 my-account.php000066600000001640152141576570007356 0ustar00
form-add-payment-method.php000066600000005473152141576570011731 0ustar00payment_gateways->get_available_payment_gateways(); if ( $available_gateways ) : ?>

my-orders.php000066600000007321152141576570007222 0ustar00 esc_html__( 'Order', 'woocommerce' ), 'order-date' => esc_html__( 'Date', 'woocommerce' ), 'order-status' => esc_html__( 'Status', 'woocommerce' ), 'order-total' => esc_html__( 'Total', 'woocommerce' ), 'order-actions' => ' ', ) ); $customer_orders = get_posts( apply_filters( 'woocommerce_my_account_my_orders_query', array( 'numberposts' => $order_count, 'meta_key' => '_customer_user', 'meta_value' => get_current_user_id(), 'post_type' => wc_get_order_types( 'view-orders' ), 'post_status' => array_keys( wc_get_order_statuses() ), ) ) ); if ( $customer_orders ) : ?>

$column_name ) : ?> get_item_count(); ?> $column_name ) : ?>
get_order_number(); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> get_status() ) ); ?> get_formatted_order_total(), $item_count ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> $action ) { // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited echo '' . esc_html( $action['name'] ) . ''; } } ?>
payment-methods.php000066600000007416152141576570010424 0ustar00 $column_name ) : ?> $methods ) : // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited ?> $column_name ) : ?>
$action ) { // phpcs:ignore WordPress.WP.GlobalVariablesOverride.OverrideProhibited echo '' . esc_html( $action['name'] ) . ' '; } } ?>

payment_gateways->get_available_payment_gateways() ) : ?> my-downloads.php000066600000004202152141576570007711 0ustar00customer->get_downloadable_products(); if ( $downloads ) : ?>

form-edit-address.php000066600000004014152141576570010606 0ustar00

$field ) { woocommerce_form_field( $key, $field, wc_get_post_data_by_key( $key, $field['value'] ) ); } ?>

lost-password-confirmation.php000066600000002373152141576570012612 0ustar00

form-lost-password.php000066600000003614152141576570011064 0ustar00

get_customer_order_notes(); ?>

' . $order->get_order_number() . '', // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . wc_format_datetime( $order->get_date_created() ) . '', // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped '' . wc_get_order_status_name( $order->get_status() ) . '' // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ); ?>

  1. comment_date ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>

    comment_content ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
my-address.php000066600000004733152141576570007355 0ustar00 __( 'Billing address', 'woocommerce' ), 'shipping' => __( 'Shipping address', 'woocommerce' ), ), $customer_id ); } else { $get_addresses = apply_filters( 'woocommerce_my_account_get_addresses', array( 'billing' => __( 'Billing address', 'woocommerce' ), ), $customer_id ); } $oldcol = 1; $col = 1; ?>

$address_title ) : ?>

Log out)', 'woocommerce' ), '' . esc_html( $current_user->display_name ) . '', esc_url( wc_logout_url() ) ); ?>

recent orders, manage your shipping and billing addresses, and edit your password and account details.', 'woocommerce' ), esc_url( wc_get_endpoint_url( 'orders' ) ), esc_url( wc_get_endpoint_url( 'edit-address' ) ), esc_url( wc_get_endpoint_url( 'edit-account' ) ) ); ?>