Home Forums WoodMart support forum Terrible linked variations product selector

Terrible linked variations product selector

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

    applecenter.kr.ua
    Participant

    The linked variation functionality is one of the reasons why I purchased this theme because I needed the functionality to link single products, not variants of a single product. But I get a problem where there is no way to find the desired product in the selector . I have a lot of different iPhones on the site. When I write Apple iPhone 11 128 GB Black (exact product name) in the selector, I don’t get it in the selector. This is clearly a bug, the selector does not produce the expected results. I am getting recently added products with an approximate match, but I am not getting an exact match. For this functionality, I suggest doing:
    1. Adding all products from a category/tag
    2. Search for a product by ID
    3. More relevant search in the selector.
    I don’t know how to add a product if it’s not in the selector

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

    Luke Nielsen
    Keymaster

    Hello,

    In order to search for products in this control, we use the default search from WordPress, therefore, we can offer you to change the product quantity output by adding this custom code:

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

    Kind Regards

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