Home Forums WoodMart support forum Frequently Bought Together search issue

Frequently Bought Together search issue

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #612175

    Ramialshami
    Participant
    #612524

    Hung Pham
    Keymaster

    Hi Ramialshami,

    Thanks for reaching to us.

    To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.

    Regards,

    #614050

    Ramialshami
    Participant

    Hello,

    Thanks for your reply.
    This has absolutely nothing to do with any investigation. It’s how you built it. To search with name only, unless it should work with id and SKU and not working in my case.

    Anyways, I’ve provided it

    #614292

    Hung Pham
    Keymaster

    Hi Ramialshami,

    Thanks for details.

    But admin credential is incorrect, please check again.

    Regards,

    #616614

    Ramialshami
    Participant

    Updated, same as sent before

    #617645

    Hung Pham
    Keymaster

    Hi Ramialshami,

    I’ve passed this topic to one of our developers, and I will let you know once get an answer.

    Thanks for your patience.

    Best Regards,

    #617919

    Hung Pham
    Keymaster

    Hi Ramialshami,

    Thanks for your patience.

    At the moment, this search works only by product name.

    However, it can create a Feature request with this idea, and we will implement it in the future. At the moment, you can define the code below in the functions.php file in your child theme that will change the number of product results from 20 to 100.

    add_action( 'woodmart_get_numberposts_by_query_autocomplete', function () {
    	return 100;
    });

    Regards,

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