get_product_from_item( $item ); $item_meta = new order_item_meta( $item['item_meta'] ); $image = ($show_image) ? 'Product Image' : ''; ?> get_sku()) ? ' (#' . $_product->get_sku() . ')' : ''; // File URL echo ($show_download_links && $_product->exists && $_product->is_downloadable()) ? '
'.__('Download:', 'woocommerce').' ' . $order->get_downloadable_file_url( $item['id'], $item['variation_id'] ) . '' : ''; // Variation echo ($item_meta->meta) ? '
' . $item_meta->display( true, true ) . '' : ''; ?> display_cart_ex_tax || !$order->prices_include_tax ) : $ex_tax_label = ( $order->prices_include_tax ) ? 1 : 0; echo woocommerce_price( $order->get_line_subtotal( $item ), array('ex_tax_label' => $ex_tax_label )); else : echo woocommerce_price( $order->get_line_subtotal( $item, true ) ); endif; ?> id, '_purchase_note', true)) : ?>