diff --git a/includes/shortcodes/class-wc-shortcode-view-order.php b/includes/shortcodes/class-wc-shortcode-view-order.php index 9a40be5315e..98eaf4c79c0 100644 --- a/includes/shortcodes/class-wc-shortcode-view-order.php +++ b/includes/shortcodes/class-wc-shortcode-view-order.php @@ -53,34 +53,10 @@ class WC_Shortcode_View_Order { $status = get_term_by('slug', $order->status, 'shop_order_status'); - echo '
' - . sprintf( __( 'Order %s made on %s', 'woocommerce'), $order->get_order_number(), date_i18n( get_option( 'date_format' ), strtotime( $order->order_date ) ) ) - . '. ' . sprintf( __( 'Order status: %s', 'woocommerce' ), __( $status->name, 'woocommerce' ) ) - . '.
'; - - $notes = $order->get_customer_order_notes(); - if ($notes) : - ?> - -
comment_date)); ?>
-