Commit 182e52a0637 for woocommerce

commit 182e52a0637393e8892a93f3c6e54b236f704d68
Author: Peter Petrov <peter.petrov89@gmail.com>
Date:   Thu Jul 16 14:23:43 2026 +0300

    Show the Save Draft button on the coupon edit screen (#66663)

    * Show the Save Draft button on the coupon edit screen

    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

    * Fix coupon Save Draft changelog wording

    Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

    * Remove a selector that hides element which doesn't show

    Co-authored-by: Miroslav Mitev <m1r0@users.noreply.github.com>

    ---------

    Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
    Co-authored-by: Miroslav Mitev <m1r0@users.noreply.github.com>

diff --git a/plugins/woocommerce/changelog/31746-fix-coupon-save-draft b/plugins/woocommerce/changelog/31746-fix-coupon-save-draft
new file mode 100644
index 00000000000..0ec96aefc87
--- /dev/null
+++ b/plugins/woocommerce/changelog/31746-fix-coupon-save-draft
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Show the Save Draft button when creating a coupon.
diff --git a/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php
index 0a484096452..72dad344e1b 100644
--- a/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php
+++ b/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php
@@ -33,7 +33,7 @@ class WC_Meta_Box_Coupon_Data {
 		?>

 		<style type="text/css">
-			#edit-slug-box, #minor-publishing-actions { display:none }
+			#edit-slug-box { display:none }
 		</style>
 		<div id="coupon_options" class="panel-wrap coupon_data">