get_order_item_totals() ) foreach ( $totals as $total ) : ?> get_items())>0) { foreach($order->get_items() as $item) { $_product = get_product( $item['variation_id'] ? $item['variation_id'] : $item['product_id'] ); echo ' '; // Show any purchase notes if ($order->status=='completed' || $order->status=='processing') { if ($purchase_note = get_post_meta( $_product->id, '_purchase_note', true)) echo ''; } } } do_action( 'woocommerce_order_items_table', $order ); ?>
' . apply_filters( 'woocommerce_order_table_product_title', '' . $item['name'] . '', $item ) . ' ' . apply_filters( 'woocommerce_order_table_item_quantity', '× ' . $item['qty'] . '', $item ); $item_meta = new WC_Order_Item_Meta( $item['item_meta'] ); $item_meta->display(); if ( $_product && $_product->exists() && $_product->is_downloadable() && $order->is_download_permitted() ) { $download_file_urls = $order->get_downloadable_file_urls( $item['product_id'], $item['variation_id'], $item ); $i = 0; $links = array(); foreach ( $download_file_urls as $file_url => $download_file_url ) { $filename = woocommerce_get_filename_from_url( $file_url ); $links[] = '' . sprintf( __( 'Download file%s', 'woocommerce' ), ( count( $download_file_urls ) > 1 ? ' ' . ( $i + 1 ) . ': ' : ': ' ) ) . $filename . ''; $i++; } echo implode( '
', $links ); } echo '
' . $order->get_formatted_line_subtotal( $item ) . '
' . apply_filters('the_content', $purchase_note) . '
status=='completed' ) : ?>

billing_email) echo '
'.__( 'Email:', 'woocommerce' ).'
'.$order->billing_email.'
'; if ($order->billing_phone) echo '
'.__( 'Telephone:', 'woocommerce' ).'
'.$order->billing_phone.'
'; ?>

get_formatted_billing_address()) _e( 'N/A', 'woocommerce' ); else echo $order->get_formatted_billing_address(); ?>

get_formatted_shipping_address()) _e( 'N/A', 'woocommerce' ); else echo $order->get_formatted_shipping_address(); ?>