Home Forums WoodMart support forum Woodmart search bar not showing product image Reply To: Woodmart search bar not showing product image

#569106

Luke Nielsen
Keymaster

Hello,

Add the code below into the “functions.php” file in your child theme –

if ( function_exists( 'woodmart_ajax_suggestions' ) ) {
	add_action( 'wp_ajax_woodmart_ajax_search', 'woodmart_ajax_suggestions', 10 );
	add_action( 'wp_ajax_nopriv_woodmart_ajax_search', 'woodmart_ajax_suggestions', 10 );
}

Clear the cache and recheck the issue.

Kind Regards