• On an unpublished woocommerce product i check one or more categories. On doing this extra categories are checked in the list of categories i have.
    The issue started after i installed WP 6.7.1. The support over there told me to create a ticket here as it might be woocommerce related issue.

    I think it might be connected to issue #62440 on the wordpress 6.7.1 release but i could be wrong but as it has to do with categories it might do.

Viewing 1 replies (of 1 total)
  • Thread Starter deLisle

    (@delisle)

    After some more digging i’ve figured out the issue is in wp-admin/js/post.js file on row 662 > 665.
    The new stuff in that if statement seems to check the one i click to check but also other checkboxes that have the id’s that start with the same number.

    What i mean is that if i check a category with this id: in-product_cat-27-1 it also checks other checkboxes with ids that look like this: in-product_cat-273-1 or in-product_cat-274-1 etc etc

    If i revert to the old if statement in 6.7 it works fine again.

    Not sure if it’s WP or Woocommerce that needs to fix it but putting this on both support forums.

    • This reply was modified 4 hours, 54 minutes ago by deLisle.
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.