'.$item['name'];
$item_meta = new order_item_meta( $item['item_meta'] );
$item_meta->display();
if ($_product->exists && $_product->is_downloadable() && $order->status=='completed') :
echo ' ' . __('Download file →', 'woocommerce') . ''; endif; echo ' | '.$item['qty'].' | ' . $order->get_formatted_line_subtotal($item) . ' |
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(); ?>