Home Forums WoodMart support forum search option

search option

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #347934

    shiyanthan
    Participant

    Hi,
    Please check attachment.
    how to change product search option for here ?

    Attachments:
    You must be logged in to view attached files.
    #347993

    Luke Nielsen
    Keymaster

    Hello,

    In order to change the product search option from the “404” page, please copy the “wp-content/themes/woodmart/404.php” file to the child theme and make small changes for that by replacing the woodmart_search_form(); string (https://prnt.sc/26jivdb) on the below code.

    woodmart_search_form(
    	array(
    		'post_type' => 'product'
    	)
    );
    

    https://gyazo.com/e739ad2c85982cac3fcecf65a36ddbe2

    If you ever want to discuss things further, we’re here for you. Do not hesitate to reach out to us and let us know how we can make things right.

    Cheers,
    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)