diff --git a/includes/admin/meta-boxes/views/html-order-items.php b/includes/admin/meta-boxes/views/html-order-items.php index d7452222d5e..b0698dbbf74 100644 --- a/includes/admin/meta-boxes/views/html-order-items.php +++ b/includes/admin/meta-boxes/views/html-order-items.php @@ -124,7 +124,28 @@ if ( wc_tax_enabled() ) { } ?> + + + + + + get_id() ); ?> + + + + + + + get_id() ); ?>
+ get_total_discount(), array( 'currency' => $order->get_currency() ) ); ?> +
get_total_shipping_refunded() ) > 0 ) { + echo '' . strip_tags( wc_price( $order->get_shipping_total(), array( 'currency' => $order->get_currency() ) ) ) . ' ' . wc_price( $order->get_shipping_total() - $refunded, array( 'currency' => $order->get_currency() ) ) . ''; + } else { + echo wc_price( $order->get_shipping_total(), array( 'currency' => $order->get_currency() ) ); + } + ?>