Home › Forums › WoodMart support forum › Frequently Bought Together Problem Frequently Bought Together Problem This topic has 1 reply, 2 voices, and was last updated 5 hours, 5 minutes ago by Artem Temos. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 19, 2025 at 4:04 pm #687238 sportshopbg.comParticipant 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. September 19, 2025 at 4:35 pm #687253 Artem TemosKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register