Viewing 2 replies - 1 through 2 (of 2 total)
  • I see this as marked Resolved yet see no answer. I’m getting the same error and would like to know how to resolve it. Thanks.

    I changed line 187 in quantites-and-units.php from this,

    if ( is_object( $post ) and $post->post_type == ‘product’ or is_cart() ) {

    to this,

    if ( is_object( $post ) and $post->post_type == ‘product’ ) {

    Now works. Cheers, Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error after last woocommerce update’ is closed to new replies.