Home › Forums › WoodMart support forum › Woodmart – search category › Reply To: Woodmart – search category
January 8, 2019 at 12:24 pm
#100619
Eric Watson
Participant
Hello,
Try to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woocommerce_redirect_single_search_result', '__return_false' );
Kind Regards
XTemos Studio