In this article, we can solve the woocommerce product archive page wp code error called.
Deprecated: get_woocommerce_term_meta is deprecated since version 3.6! Use get_term_meta instead. in /home4/example/example.com/wp-includes/functions.php on line 4861.
Solutions:
Open functions.php and add the below code.
add_filter( 'deprecated_function_trigger_error', '__return_false' );