We are using the theme.
You created a page with elementor in the woodmart> layout menu.
I was using it well, but suddenly the following error occurs.
Fatal error: Uncaught Error: Call to a member function has_weight() on bool in /wp-content/themes/woodmart/inc/modules/layouts/elementor/single-product/class-additional-info-table.php:558
(….)
The code of 558 lines in the class-additional-info-table.php file.
$display_dimensions = apply_filters( ‘wc_product_enable_dimensions_display’, $product->has_weight() || $product->has_dimensions() );
I don’t know why this error occurred suddenly. Other elementor operation files work normally.
It only occurs in one post (Single product).