Select Page

Partially fixed issue #42677 in WooCommerce

It’s technically possible that the Featured Product block in WooCommerce might be pointing to a product which is not visible to most users like draft, private, scheduled products etc. But currently the product is being shown on the front end for every user.

We fixed it by applying a condition. According to the condition the product will be shown in the featured products block if it is published or the viewer has the right capability to view an unpublished product. This ensures that only the intended products are displayed to users.

This change will be part of WooCommerce 8.9

Created a ticket #60849 and submitted a patch in WordPress

The first custom field is saved twice if a post is being created from the admin dashboard. This occurs for any post type and only on the legacy post creation form, not in the Gutenberg editor. This can be reproduced in the following way:

  • Log in to the wp-admin dashboard and navigate to the creation form for any post type.
  • In the Custom Fields meta box, create two custom fields. Do this before saving the post.
  • Save the post.
  • Notice that the first custom field entered has been saved twice.

image

This issue was reported in WooCommerce as well: https://github.com/woocommerce/woocommerce/issues/30681