Commit 505848f1cd7 for woocommerce
commit 505848f1cd7e02d60b7973d0990e89a78f957a92
Author: Karol Manijak <20098064+kmanijak@users.noreply.github.com>
Date: Wed Aug 19 09:01:08 2026 +0200
Revert Product Collection vertical alignment changes (#67814)
* Revert "Improve vertical alignment in default Product Collections (#67056)"
This reverts commit 7ee2b764efd76b2b778cb7ae61ee7876d8b2099d.
* Add changelog note for Product Collection revert
diff --git a/plugins/woocommerce/changelog/revert-product-collection-alignment b/plugins/woocommerce/changelog/revert-product-collection-alignment
new file mode 100644
index 00000000000..6b29ce558c2
--- /dev/null
+++ b/plugins/woocommerce/changelog/revert-product-collection-alignment
@@ -0,0 +1,3 @@
+Significance: patch
+Type: fix
+Comment: Reverts PR #67056 before release because its equal-height Product Collection layout causes the dynamic View cart link to shift product content.
diff --git a/plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/constants.ts b/plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/constants.ts
index c858d443458..87f10879ebc 100644
--- a/plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/constants.ts
+++ b/plugins/woocommerce/client/blocks/assets/js/blocks/product-collection/constants.ts
@@ -128,77 +128,58 @@ export const INNER_BLOCKS_PRODUCT_TEMPLATE: InnerBlockTemplate = [
{},
[
[
- 'core/group',
+ 'woocommerce/product-image',
{
+ showSaleBadge: false,
style: {
dimensions: {
- minHeight: '100%',
- },
- spacing: {
- blockGap: '0.75rem',
+ aspectRatio: '1/1',
},
},
- layout: {
- type: 'flex',
- orientation: 'vertical',
- flexWrap: 'nowrap',
- justifyContent: 'center',
- },
},
[
[
- 'woocommerce/product-image',
+ 'woocommerce/product-sale-badge',
{
- showSaleBadge: false,
- style: {
- dimensions: {
- aspectRatio: '1/1',
- },
- },
+ align: 'right',
},
- [
- [
- 'woocommerce/product-sale-badge',
- {
- align: 'right',
- },
- ],
- ],
],
- [
- 'core/post-title',
- {
- level: 2,
- fontSize: 'medium',
- style: {
- layout: {
- selfStretch: 'fill',
- flexSize: null,
- },
- typography: {
- lineHeight: '1.4',
- textAlign: 'center',
- },
+ ],
+ ],
+ [
+ 'core/post-title',
+ {
+ textAlign: 'center',
+ level: 2,
+ fontSize: 'medium',
+ style: {
+ spacing: {
+ margin: {
+ bottom: '0.75rem',
+ top: '0',
},
- isLink: true,
- __woocommerceNamespace: PRODUCT_TITLE_NAME,
},
- ],
- [
- 'woocommerce/product-price',
- {
- textAlign: 'center',
- fontSize: 'small',
+ typography: {
+ lineHeight: '1.4',
},
- ],
- [
- 'woocommerce/product-button',
- {
- textAlign: 'center',
- fontSize: 'small',
- },
- ],
- ],
+ },
+ isLink: true,
+ __woocommerceNamespace: PRODUCT_TITLE_NAME,
+ },
+ ],
+ [
+ 'woocommerce/product-price',
+ {
+ textAlign: 'center',
+ fontSize: 'small',
+ },
+ ],
+ [
+ 'woocommerce/product-button',
+ {
+ textAlign: 'center',
+ fontSize: 'small',
+ },
],
],
];
diff --git a/plugins/woocommerce/templates/templates/blockified/archive-product.html b/plugins/woocommerce/templates/templates/blockified/archive-product.html
index e09138cda39..8f822a80073 100644
--- a/plugins/woocommerce/templates/templates/blockified/archive-product.html
+++ b/plugins/woocommerce/templates/templates/blockified/archive-product.html
@@ -19,16 +19,12 @@
<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"woocommerceAttributes":[],"woocommerceStockStatus":["instock","outofstock","onbackorder"],"taxQuery":{},"isProductCollectionBlock":true,"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"div","dimensions":{"widthType":"fill","fixedWidth":""},"displayLayout":{"type":"flex","columns":3,"shrinkColumns":true},"convertedFromProducts":false,"queryContextIncludes":["collection"],"align":"wide"} -->
<div class="wp-block-woocommerce-product-collection alignwide">
<!-- wp:woocommerce/product-template -->
- <!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"blockGap":"0.75rem"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap","justifyContent":"center"}} -->
- <div class="wp-block-group" style="min-height: 100%">
- <!-- wp:woocommerce/product-image {"showSaleBadge":false,"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} -->
+ <!-- wp:woocommerce/product-image {"showSaleBadge":false,"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} -->
<!-- wp:woocommerce/product-sale-badge {"isDescendentOfQueryLoop":true,"align":"right"} /-->
- <!-- /wp:woocommerce/product-image -->
- <!-- wp:post-title {"level":2,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title","style":{"layout":{"selfStretch":"fill","flexSize":null},"typography":{"lineHeight":"1.4","textAlign":"center"}}} /-->
- <!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
- <!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
- </div>
- <!-- /wp:group -->
+ <!-- /wp:woocommerce/product-image -->
+ <!-- wp:post-title {"textAlign":"center","level":2,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title","style":{"typography":{"lineHeight":"1.4"}}} /-->
+ <!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
+ <!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
<!-- /wp:woocommerce/product-template -->
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
diff --git a/plugins/woocommerce/templates/templates/blockified/product-search-results.html b/plugins/woocommerce/templates/templates/blockified/product-search-results.html
index 8eccab1d632..67795853cac 100644
--- a/plugins/woocommerce/templates/templates/blockified/product-search-results.html
+++ b/plugins/woocommerce/templates/templates/blockified/product-search-results.html
@@ -17,16 +17,12 @@
<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"woocommerceAttributes":[],"woocommerceStockStatus":["instock","outofstock","onbackorder"],"taxQuery":{},"isProductCollectionBlock":true,"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"div","dimensions":{"widthType":"fill","fixedWidth":""},"displayLayout":{"type":"flex","columns":3,"shrinkColumns":true},"convertedFromProducts":false,"queryContextIncludes":["collection"],"align":"wide"} -->
<div class="wp-block-woocommerce-product-collection alignwide">
<!-- wp:woocommerce/product-template -->
- <!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"blockGap":"0.75rem"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap","justifyContent":"center"}} -->
- <div class="wp-block-group" style="min-height: 100%">
- <!-- wp:woocommerce/product-image {"showSaleBadge":false,"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} -->
+ <!-- wp:woocommerce/product-image {"showSaleBadge":false,"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} -->
<!-- wp:woocommerce/product-sale-badge {"isDescendentOfQueryLoop":true,"align":"right"} /-->
- <!-- /wp:woocommerce/product-image -->
- <!-- wp:post-title {"level":2,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title","style":{"layout":{"selfStretch":"fill","flexSize":null},"typography":{"lineHeight":"1.4","textAlign":"center"}}} /-->
- <!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
- <!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
- </div>
- <!-- /wp:group -->
+ <!-- /wp:woocommerce/product-image -->
+ <!-- wp:post-title {"textAlign":"center","level":2,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title","style":{"typography":{"lineHeight":"1.4"}}} /-->
+ <!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
+ <!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
<!-- /wp:woocommerce/product-template -->
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->
diff --git a/plugins/woocommerce/templates/templates/blockified/taxonomy-product_attribute.html b/plugins/woocommerce/templates/templates/blockified/taxonomy-product_attribute.html
index 9cb1d4a4e10..d51ecbe08a4 100644
--- a/plugins/woocommerce/templates/templates/blockified/taxonomy-product_attribute.html
+++ b/plugins/woocommerce/templates/templates/blockified/taxonomy-product_attribute.html
@@ -21,16 +21,12 @@
<!-- wp:woocommerce/product-collection {"queryId":0,"query":{"woocommerceAttributes":[],"woocommerceStockStatus":["instock","outofstock","onbackorder"],"taxQuery":{},"isProductCollectionBlock":true,"perPage":10,"pages":0,"offset":0,"postType":"product","order":"asc","orderBy":"title","author":"","search":"","exclude":[],"sticky":"","inherit":true},"tagName":"div","dimensions":{"widthType":"fill","fixedWidth":""},"displayLayout":{"type":"flex","columns":3,"shrinkColumns":true},"convertedFromProducts":false,"queryContextIncludes":["collection"],"align":"wide"} -->
<div class="wp-block-woocommerce-product-collection alignwide">
<!-- wp:woocommerce/product-template -->
- <!-- wp:group {"style":{"dimensions":{"minHeight":"100%"},"spacing":{"blockGap":"0.75rem"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap","justifyContent":"center"}} -->
- <div class="wp-block-group" style="min-height: 100%">
- <!-- wp:woocommerce/product-image {"showSaleBadge":false,"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} -->
+ <!-- wp:woocommerce/product-image {"showSaleBadge":false,"imageSizing":"thumbnail","isDescendentOfQueryLoop":true} -->
<!-- wp:woocommerce/product-sale-badge {"isDescendentOfQueryLoop":true,"align":"right"} /-->
- <!-- /wp:woocommerce/product-image -->
- <!-- wp:post-title {"level":2,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title","style":{"layout":{"selfStretch":"fill","flexSize":null},"typography":{"lineHeight":"1.4","textAlign":"center"}}} /-->
- <!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
- <!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small"} /-->
- </div>
- <!-- /wp:group -->
+ <!-- /wp:woocommerce/product-image -->
+ <!-- wp:post-title {"textAlign":"center","level":2,"isLink":true,"fontSize":"medium","__woocommerceNamespace":"woocommerce/product-collection/product-title","style":{"typography":{"lineHeight":"1.4"}}} /-->
+ <!-- wp:woocommerce/product-price {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
+ <!-- wp:woocommerce/product-button {"textAlign":"center","isDescendentOfQueryLoop":true,"fontSize":"small","style":{"spacing":{"margin":{"bottom":"1rem"}}}} /-->
<!-- /wp:woocommerce/product-template -->
<!-- wp:query-pagination {"layout":{"type":"flex","justifyContent":"center"}} -->