Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11835530/woocommerce-gutenberg-products-block.zip)
## WooCommerce Core
### Add back filter blocks frontend scripts ([9954](https://github.com/woocommerce/woocommerce-blocks/pull/9954))
#### Test that the old markup of filter blocks still works
<divclass="wp-block-woocommerce-price-filter is-loading"data-showinputfields="true"data-showfilterbutton="false"data-heading="Filter by price"data-heading-level="3"><spanaria-hidden="true"class="wc-block-product-categories__placeholder"></span></div>
<!-- /wp:woocommerce/price-filter -->
<!-- wp:woocommerce/attribute-filter {"attributeId":1,"displayStyle":"dropdown","heading":"Filter by Color"} -->
<divclass="wp-block-woocommerce-attribute-filter is-loading"data-attribute-id="1"data-show-counts="true"data-query-type="or"data-heading="Filter by Color"data-heading-level="3"data-display-style="dropdown"><spanaria-hidden="true"class="wc-block-product-attribute-filter__placeholder"></span></div>
<!-- /wp:woocommerce/attribute-filter -->
<!-- wp:woocommerce/attribute-filter {"attributeId":2,"heading":"Filter by Size"} -->
<divclass="wp-block-woocommerce-attribute-filter is-loading"data-attribute-id="2"data-show-counts="true"data-query-type="or"data-heading="Filter by Size"data-heading-level="3"><spanaria-hidden="true"class="wc-block-product-attribute-filter__placeholder"></span></div>
<divclass="wp-block-woocommerce-stock-filter is-loading"data-show-counts="true"data-heading="Filter by stock status"data-heading-level="3"><spanaria-hidden="true"class="wc-block-product-stock-filter__placeholder"></span></div>
1. Change your store language to a locale that has translations (ie: Spanish).
2. Add the Filter by Attribute, Filter by Price, Filter by Stock and Filter by Rating blocks to a post or page, alongside the Active Filters and Products (beta) blocks.
3. In the frontend, interact with the filter blocks and verify they all work properly.
4. Verify translations are loaded correctly. Ie: Filter by Attribute shows "Seleccionar" instead of "Select" in the input field.