The bulk order form on our site is one long list. After updating the B2B King and pro plugins, there is a page break and a button [next page] at the bottom of the list. How do i get rid of the page break and have one long list again?
By default, the bulk order form shows 100 results per page (the exact number can vary slightly due to query preprocessing) - there have been no recent changes to this.
Setting it to 10000 should be enough to display all your products on a single page, but feel free to tweak that number. You can add this snippet to your theme's functions.php file or via a code snippets plugin.
One thing to keep in mind is the performance tradeoff: the more items shown at once, the longer the load time, since each item needs to be processed by the form to check stock, status, prices, etc.
The bulk order form on our site is one long list. After updating the B2B King and pro plugins, there is a page break and a button [next page] at the bottom of the list. How do i get rid of the page break and have one long list again?
Uncode theme 2.12
B2B King core 5.2.10
B2B King Pro 5.5.70
Attached files: Screenshot 2026-05-20 185035.jpg
Hi there,
Thanks for reaching out,
By default, the bulk order form shows 100 results per page (the exact number can vary slightly due to query preprocessing) - there have been no recent changes to this.
You can increase that number with this snippet:
Setting it to 10000 should be enough to display all your products on a single page, but feel free to tweak that number. You can add this snippet to your theme's functions.php file or via a code snippets plugin.
One thing to keep in mind is the performance tradeoff: the more items shown at once, the longer the load time, since each item needs to be processed by the form to check stock, status, prices, etc.
Let me know if you run into any issues,
Kind regards,
Stefan