$item ) : if ( apply_filters( 'woocommerce_order_item_visible', true, $item ) ) { $product = $item->get_product(); ?> ' . esc_attr__( 'Product Image', 'woocommerce' ) . '', $item ); } // Product name echo apply_filters( 'woocommerce_order_item_name', $item->get_name(), $item, false ); // 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, $plain_text ); wc_display_item_meta( $item ); if ( $show_download_links ) { wc_display_item_downloads( $item ); } // allow other plugins to add additional product information here do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order, $plain_text ); ?> get_quantity(), $item ); ?> get_formatted_line_subtotal( $item ); ?> id, '_purchase_note', true ) ) ) : ?>