diff --git a/includes/admin/meta-boxes/views/html-order-discount.php b/includes/admin/meta-boxes/views/html-order-discount.php new file mode 100644 index 00000000000..148f530b1e6 --- /dev/null +++ b/includes/admin/meta-boxes/views/html-order-discount.php @@ -0,0 +1,45 @@ + + +
+ + +
+ get_name() ? $item->get_name() : __( 'Discount', 'woocommerce' ), 'fixed' === $item->get_discount_type() ? wc_price( $item->get_amount() ) : $item->get_amount() . '% off' ) ); + ?> +
+ + +   +   + + get_discount_total() ); ?> + + + + is_editable() ) : ?> +
+ +
+ + +