I am trying to display the price of each product in the search it works for most products but when I search for a piticular product I keep getting this error
Fatal error
In this file $product is not defined, so define it.
$product
This code might solve your problem.
global $woocommerce; $product = new WC_Product(get_the_ID()); echo $product->get_price_html(); //Shows the price