PK +\Zp@ @ form-tracking.phpnu W+A
PK +\vէ order-again.phpnu W+A
PK +\DX* * order-details.phpnu W+A has_status( apply_filters( 'woocommerce_purchase_note_order_statuses', array( 'completed', 'processing' ) ) );
$show_customer_details = is_user_logged_in() && $order->get_user_id() === get_current_user_id();
?>
|
|
get_items() as $item_id => $item ) {
$product = apply_filters( 'woocommerce_order_item_product', $order->get_product_from_item( $item ), $item );
wc_get_template( 'order/order-details-item.php', array(
'order' => $order,
'item_id' => $item_id,
'item' => $item,
'show_purchase_note' => $show_purchase_note,
'purchase_note' => $product ? get_post_meta( $product->id, '_purchase_note', true ) : '',
'product' => $product,
) );
}
?>
get_order_item_totals() as $key => $total ) {
?>
|
|
$order ) ); ?>
PK +\& order-downloads.phpnu W+A
$column_name ) : ?>
|
$column_name ) : ?>
|
' . esc_html( $download['product_name'] ) . '';
} else {
echo esc_html( $download['product_name'] );
}
break;
case 'download-file':
echo '' . esc_html( $download['download_name'] ) . '';
break;
case 'download-remaining':
echo is_numeric( $download['downloads_remaining'] ) ? esc_html( $download['downloads_remaining'] ) : esc_html__( '∞', 'woocommerce' );
break;
case 'download-expires':
if ( ! empty( $download['access_expires'] ) ) {
echo '';
} else {
esc_html_e( 'Never', 'woocommerce' );
}
break;
}
}
?>
|
PK +\`6j tracking.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() ) : ?>
id ); ?>
PK +\!d order-details-item.phpnu W+A
|
is_visible();
$product_permalink = apply_filters( 'woocommerce_order_item_permalink', $is_visible ? $product->get_permalink( $item ) : '', $item, $order );
echo apply_filters( 'woocommerce_order_item_name', $product_permalink ? sprintf( '%s', $product_permalink, $item['name'] ) : $item['name'], $item, $is_visible );
echo apply_filters( 'woocommerce_order_item_quantity_html', ' ' . sprintf( '× %s', $item['qty'] ) . '', $item );
do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $order );
$order->display_item_meta( $item );
$order->display_item_downloads( $item );
do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order );
?>
|
get_formatted_line_subtotal( $item ); ?>
|
|
PK +\B order-details-customer.phpnu W+A
customer_note ) : ?>
|
customer_note ); ?> |
billing_email ) : ?>
|
billing_email ); ?> |
billing_phone ) : ?>
|
billing_phone ); ?> |
needs_shipping_address() ) : ?>
get_formatted_billing_address() ) ? $address : __( 'N/A', 'woocommerce' ); ?>
needs_shipping_address() ) : ?>
get_formatted_shipping_address() ) ? $address : __( 'N/A', 'woocommerce' ); ?>
PK +\Zp@ @ form-tracking.phpnu W+A PK +\vէ order-again.phpnu W+A PK +\DX* * g order-details.phpnu W+A PK +\& order-downloads.phpnu W+A PK +\`6j ! tracking.phpnu W+A PK +\!d ( order-details-item.phpnu W+A PK +\B #1 order-details-customer.phpnu W+A PK @ v:
comment_date ) ); ?>