Frequently Bought Together Problem
-
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.
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