The documentation for WooCommerce Blocks has moved to the WooCommerce monorepo.
Please refer to the documentation in the new location as the files in this repository will no longer be updated and the repository will be archived.
Zip file for testing: woocommerce-gutenberg-products-block.zip
Fix "Save changes" default behavior bug in the Firefox browser #8754
You should use the Firefox browser for this test.
- Go to
WooCommerce/Shipping/Local pickup
- Click on the
Save changes
button. Ensure you are not redirected to another page, and the noticeLocal Pickup settings have been saved.
is displayed
- Make some changes (e.g., enable/disable local pickup, add/edit a pickup location, etc.)
- Click on the
Save changes
button. Ensure you have the same results in step 2 - Refresh the page. Ensure your changes are being saved
Fix border styles not visible in the editor in Featured Product and Featured Category blocks #8838
Note: this can't be tested directly in WC Blocks. You should only test it in the WC core build.
- Enable a block theme in your site (like TT3).
- Add a Featured Item (Featured Category or Featured Product) block to a page or post.
- Select the border controls and add a border style. Add a color and give it some width.
- You should see the border you set dynamically display on the featured item.
- Now click on the
Unlink
button on the border controls and try setting different values for color and width for each of the border sides (top,right,bottom,left). - Ensure this is working by visually seeing the changes to the featured item.
- Save and make sure this is also displaying correctly on the frontend.
- Test both
Featured Category
andFeatured Product
blocks.