orders.php 0000666 00000012074 15214157657 0006600 0 ustar 00
$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 ) : ?>
form-edit-account.php 0000666 00000010774 15214157657 0010627 0 ustar 00
form-login.php 0000666 00000013144 15214157657 0007352 0 ustar 00
downloads.php 0000666 00000003106 15214157657 0007270 0 ustar 00 customer->get_downloadable_products();
$has_downloads = (bool) $downloads;
do_action( 'woocommerce_before_account_downloads', $has_downloads ); ?>
navigation.php 0000666 00000002215 15214157657 0007435 0 ustar 00
my-account.php 0000666 00000001640 15214157657 0007356 0 ustar 00
form-add-payment-method.php 0000666 00000005473 15214157657 0011731 0 ustar 00 payment_gateways->get_available_payment_gateways();
if ( $available_gateways ) : ?>
my-orders.php 0000666 00000007321 15214157657 0007222 0 ustar 00 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 ) : ?>
payment-methods.php 0000666 00000007416 15214157657 0010424 0 ustar 00
$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.php 0000666 00000004202 15214157657 0007711 0 ustar 00 customer->get_downloadable_products();
if ( $downloads ) : ?>
-
' . sprintf( _n( '%s download remaining', '%s downloads remaining', $download['downloads_remaining'], 'woocommerce' ), $download['downloads_remaining'] ) . ' ', $download ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
echo apply_filters( 'woocommerce_available_download_link', '' . $download['download_name'] . '', $download ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
do_action( 'woocommerce_available_download_end', $download );
?>
form-edit-address.php 0000666 00000004014 15214157657 0010606 0 ustar 00
lost-password-confirmation.php 0000666 00000002373 15214157657 0012612 0 ustar 00
form-lost-password.php 0000666 00000003614 15214157657 0011064 0 ustar 00
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
);
?>
my-address.php 0000666 00000004733 15214157657 0007355 0 ustar 00 __( '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;
?>
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' ) )
);
?>
comment_date ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>