Home Forums WoodMart support forum bunddle bought together

bunddle bought together

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #567963

    dcziessen
    Participant

    hey there,

    I cant find some product at bundle products, I tried all kinds of names , also id product, but it does not find it.

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

    Luke Nielsen
    Keymaster

    Hello,

    The below code will show more results from that select field, try to use it for help:

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

    Kind Regards

    #568215

    dcziessen
    Participant

    where do I need to ad this code?

    #568314

    Luke Nielsen
    Keymaster

    Hello,

    Please define that code in the “functions.php” file in your child theme.

    Then clear the cache and recheck the issue.

    Kind Regards

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