Home Forums WoodMart support forum Frequently Bought Together Problem

Frequently Bought Together Problem

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

    sportshopbg.com
    Participant

    When the product you want to add to Bundle products has more than 20 variations, not all of them are displayed and the main one, which is for the entire product, cannot be selected.

    Greetings

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

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

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

    Kind Regards

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