Commit dc381fd167b for woocommerce
commit dc381fd167b1fa4b5a65b137c5ca847f04def22b
Author: Albert Juhé Lluveras <contact@albertjuhe.com>
Date: Mon Jun 8 08:32:53 2026 +0200
Remove 'add-to-wishlist-button' from Add to Cart + Options template parts (#65538)
* Remove 'add-to-wishlist-button' from Add to Cart + Options template parts
* Add changelog
diff --git a/plugins/woocommerce/changelog/remove-add-to-wishlist-button-from-add-to-cart-with-options b/plugins/woocommerce/changelog/remove-add-to-wishlist-button-from-add-to-cart-with-options
new file mode 100644
index 00000000000..09f0b81ceb3
--- /dev/null
+++ b/plugins/woocommerce/changelog/remove-add-to-wishlist-button-from-add-to-cart-with-options
@@ -0,0 +1,5 @@
+Significance: patch
+Type: fix
+Comment: Remove 'add-to-wishlist-button' from Add to Cart + Options template parts
+
+
diff --git a/plugins/woocommerce/templates/parts/external-product-add-to-cart-with-options.html b/plugins/woocommerce/templates/parts/external-product-add-to-cart-with-options.html
index fb3866329db..705b43a5cd8 100644
--- a/plugins/woocommerce/templates/parts/external-product-add-to-cart-with-options.html
+++ b/plugins/woocommerce/templates/parts/external-product-add-to-cart-with-options.html
@@ -1,4 +1,3 @@
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:woocommerce/product-button {"textAlign":"left"} /--></div>
<!-- /wp:group -->
-<!-- wp:woocommerce/add-to-wishlist-button /-->
diff --git a/plugins/woocommerce/templates/parts/grouped-product-add-to-cart-with-options.html b/plugins/woocommerce/templates/parts/grouped-product-add-to-cart-with-options.html
index 60b5b28b271..5e296b3d1e6 100644
--- a/plugins/woocommerce/templates/parts/grouped-product-add-to-cart-with-options.html
+++ b/plugins/woocommerce/templates/parts/grouped-product-add-to-cart-with-options.html
@@ -31,4 +31,3 @@
<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap"}} -->
<div class="wp-block-group"><!-- wp:woocommerce/product-button {"textAlign":"left"} /--></div>
<!-- /wp:group -->
-<!-- wp:woocommerce/add-to-wishlist-button /-->
diff --git a/plugins/woocommerce/templates/parts/simple-product-add-to-cart-with-options.html b/plugins/woocommerce/templates/parts/simple-product-add-to-cart-with-options.html
index 9eafe827d77..0a6d6b24f33 100644
--- a/plugins/woocommerce/templates/parts/simple-product-add-to-cart-with-options.html
+++ b/plugins/woocommerce/templates/parts/simple-product-add-to-cart-with-options.html
@@ -3,4 +3,3 @@
<div class="wp-block-group"><!-- wp:woocommerce/add-to-cart-with-options-quantity-selector {"quantitySelectorStyle":"stepper"} /-->
<!-- wp:woocommerce/product-button {"textAlign":"left"} /--></div>
<!-- /wp:group -->
-<!-- wp:woocommerce/add-to-wishlist-button /-->
diff --git a/plugins/woocommerce/templates/parts/variable-product-add-to-cart-with-options.html b/plugins/woocommerce/templates/parts/variable-product-add-to-cart-with-options.html
index f6f09c10bff..f9eb81d8eb0 100644
--- a/plugins/woocommerce/templates/parts/variable-product-add-to-cart-with-options.html
+++ b/plugins/woocommerce/templates/parts/variable-product-add-to-cart-with-options.html
@@ -36,5 +36,3 @@
<!-- wp:woocommerce/product-button {"textAlign":"left"} /-->
</div>
<!-- /wp:group -->
-
-<!-- wp:woocommerce/add-to-wishlist-button /-->