$item ) : $_product = apply_filters( 'woocommerce_order_item_product', $order->get_product_from_item( $item ), $item ); $item_meta = new WC_Order_Item_Meta( $item['item_meta'], $_product ); if ( apply_filters( 'woocommerce_order_item_visible', true, $item ) ) { ?> get_image_id() ? current( wp_get_attachment_image_src( $_product->get_image_id(), 'thumbnail') ) : wc_placeholder_img_src() ) .'" alt="' . __( 'Product Image', 'woocommerce' ) . '" height="' . esc_attr( $image_size[1] ) . '" width="' . esc_attr( $image_size[0] ) . '" style="vertical-align:middle; margin-right: 10px;" />', $item ); } // Product name echo apply_filters( 'woocommerce_order_item_name', $item['name'], $item ); // SKU if ( $show_sku && is_object( $_product ) && $_product->get_sku() ) { echo ' (#' . $_product->get_sku() . ')'; } // allow other plugins to add additional product information here do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $order ); // Variation if ( $item_meta->meta ) { echo '
' . nl2br( $item_meta->display( true, true, '_', "\n" ) ) . ''; } // File URLs if ( $show_download_links && is_object( $_product ) && $_product->exists() && $_product->is_downloadable() ) { $download_files = $order->get_item_downloads( $item ); $i = 0; foreach ( $download_files as $download_id => $file ) { $i++; if ( count( $download_files ) > 1 ) { $prefix = sprintf( __( 'Download %d', 'woocommerce' ), $i ); } elseif ( $i == 1 ) { $prefix = __( 'Download', 'woocommerce' ); } echo '
' . $prefix . ': ' . esc_html( $file['name'] ) . ''; } } // allow other plugins to add additional product information here do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order ); ?> get_formatted_line_subtotal( $item ); ?> id, '_purchase_note', true ) ) ) : ?>