PK }\姴 my-downloads.phpnu W+A customer->get_downloadable_products() ) : ?>
-
' . sprintf( _n( '%s download remaining', '%s downloads remaining', $download['downloads_remaining'], 'woocommerce' ), $download['downloads_remaining'] ) . ' ', $download );
echo apply_filters( 'woocommerce_available_download_link', '' . $download['download_name'] . '', $download );
do_action( 'woocommerce_available_download_end', $download );
?>
PK }\y
downloads.phpnu W+A customer->get_downloadable_products();
$has_downloads = (bool) $downloads;
do_action( 'woocommerce_before_account_downloads', $has_downloads ); ?>
$column_name ) : ?>
|
$column_name ) : ?>
|
array(
'url' => $download['download_url'],
'name' => __( 'Download', 'woocommerce' )
)
);
if ( $actions = apply_filters( 'woocommerce_account_download_actions', $actions, $download ) ) {
foreach ( $actions as $key => $action ) {
echo '' . esc_html( $action['name'] ) . '';
}
}
?>
|
PK }\JG my-account.phpnu W+A
PK }\á form-lost-password.phpnu W+A
PK }\< navigation.phpnu W+A
PK }\D:5 5 form-edit-address.phpnu W+A
PK }\E
form-add-payment-method.phpnu W+A payment_gateways->get_available_payment_gateways() ) : ?>
PK }\3P form-login.phpnu W+A
PK }\?d d form-reset-password.phpnu W+A
PK }\Wlc c form-edit-account.phpnu W+A
PK }\ my-address.phpnu W+A __( '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;
?>
'; ?>
$title ) : ?>
get_user_meta( $customer_id, $name . '_first_name', true ),
'last_name' => get_user_meta( $customer_id, $name . '_last_name', true ),
'company' => get_user_meta( $customer_id, $name . '_company', true ),
'address_1' => get_user_meta( $customer_id, $name . '_address_1', true ),
'address_2' => get_user_meta( $customer_id, $name . '_address_2', true ),
'city' => get_user_meta( $customer_id, $name . '_city', true ),
'state' => get_user_meta( $customer_id, $name . '_state', true ),
'postcode' => get_user_meta( $customer_id, $name . '_postcode', true ),
'country' => get_user_meta( $customer_id, $name . '_country', true )
), $customer_id, $name );
$formatted_address = WC()->countries->get_formatted_address( $address );
if ( ! $formatted_address )
_e( 'You have not set up this type of address yet.', 'woocommerce' );
else
echo $formatted_address;
?>
'; ?>
PK }\a
payment-methods.phpnu W+A
PK }\n̋|
orders.phpnu W+A
$column_name ) : ?>
|
orders as $customer_order ) :
$order = wc_get_order( $customer_order );
$item_count = $order->get_item_count();
?>
$column_name ) : ?>
|
get_order_number(); ?>
get_status() ); ?>
get_formatted_order_total(), $item_count ); ?>
array(
'url' => $order->get_checkout_payment_url(),
'name' => __( 'Pay', 'woocommerce' )
),
'view' => array(
'url' => $order->get_view_order_url(),
'name' => __( 'View', 'woocommerce' )
),
'cancel' => array(
'url' => $order->get_cancel_order_url( wc_get_page_permalink( 'myaccount' ) ),
'name' => __( 'Cancel', 'woocommerce' )
)
);
if ( ! $order->needs_payment() ) {
unset( $actions['pay'] );
}
if ( ! in_array( $order->get_status(), apply_filters( 'woocommerce_valid_order_statuses_for_cancel', array( 'pending', 'failed' ), $order ) ) ) {
unset( $actions['cancel'] );
}
if ( $actions = apply_filters( 'woocommerce_my_account_my_orders_actions', $actions, $order ) ) {
foreach ( $actions as $key => $action ) {
echo '' . esc_html( $action['name'] ) . '';
}
}
?>
|
max_num_pages ) : ?>
PK }\`c view-order.phpnu W+A
' . $order->get_order_number() . '',
'' . date_i18n( get_option( 'date_format' ), strtotime( $order->order_date ) ) . '',
'' . wc_get_order_status_name( $order->get_status() ) . ''
);
?>
get_customer_order_notes() ) : ?>
PK }\eAh h lost-password-confirmation.phpnu W+A
PK }\02 2
my-orders.phpnu W+A __( 'Order', 'woocommerce' ),
'order-date' => __( 'Date', 'woocommerce' ),
'order-status' => __( 'Status', 'woocommerce' ),
'order-total' => __( '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(); ?>
get_status() ); ?>
get_formatted_order_total(), $item_count ); ?>
array(
'url' => $order->get_checkout_payment_url(),
'name' => __( 'Pay', 'woocommerce' )
),
'view' => array(
'url' => $order->get_view_order_url(),
'name' => __( 'View', 'woocommerce' )
),
'cancel' => array(
'url' => $order->get_cancel_order_url( wc_get_page_permalink( 'myaccount' ) ),
'name' => __( 'Cancel', 'woocommerce' )
)
);
if ( ! $order->needs_payment() ) {
unset( $actions['pay'] );
}
if ( ! in_array( $order->get_status(), apply_filters( 'woocommerce_valid_order_statuses_for_cancel', array( 'pending', 'failed' ), $order ) ) ) {
unset( $actions['cancel'] );
}
if ( $actions = apply_filters( 'woocommerce_my_account_my_orders_actions', $actions, $order ) ) {
foreach ( $actions as $key => $action ) {
echo '' . esc_html( $action['name'] ) . '';
}
}
?>
|
PK }\{ {
dashboard.phpnu W+A
', esc_html( $current_user->display_name ), '', '', '' );
?>
', '', '', '' );
?>
PK }\姴 my-downloads.phpnu W+A PK }\y
downloads.phpnu W+A PK }\JG my-account.phpnu W+A PK }\á form-lost-password.phpnu W+A PK }\< # navigation.phpnu W+A PK }\D:5 5 ' form-edit-address.phpnu W+A PK }\E
`/ form-add-payment-method.phpnu W+A PK }\3P B: form-login.phpnu W+A PK }\?d d N form-reset-password.phpnu W+A PK }\Wlc c JW form-edit-account.phpnu W+A PK }\ e my-address.phpnu W+A PK }\a
r payment-methods.phpnu W+A PK }\n̋|
orders.phpnu W+A PK }\`c view-order.phpnu W+A PK }\eAh h * lost-password-confirmation.phpnu W+A PK }\02 2
my-orders.phpnu W+A PK }\{ {
O dashboard.phpnu W+A PK j
comment_date ) ); ?>