Comments 5Carl started the conversationApril 17, 2023 at 8:13pmWhen paging through the B2B form, the message says "You've seen all of the products. Back to the top." Can you make it so that when you page to the next page, it automatically goes to the top?Attached files: Bulk Order Form Paging Message.jpg 2,218WebWizards repliedApril 17, 2023 at 10:45pmHi Carl,I'm not sure if we can add that by default as I don't know if that would work with all setups / themes.But I believe you can add this PHP code snippet to your site to add it: add_action('wp_head', function(){ ?> <script> jQuery(document).ready(function(){ jQuery('body').on('click', '.b2bking_bulkorder_pagination_button', function(){ jQuery("html, body").animate({ scrollTop: 0 }, "slow"); } }); </script> <?php }); Kind regards,Stefan 5Carl repliedApril 17, 2023 at 11:25pmHi,Sorry, but this does not work. Can you also get rid of the phrase "You've seen all of the products." at the bottom?Thanks,Carl 2,218WebWizards repliedApril 20, 2023 at 1:43amI modified the snippet on your demo site and I believe it's solved now.I also added code here https://b2bdemo.o2cool.com/wp-admin/admin.php?page=edit-snippet&id=5&result=updated to change the 'you've seen all products text'. 5Carl repliedApril 21, 2023 at 3:57pmThank you. I see it is working well. 1 Like Sign in to reply ...
When paging through the B2B form, the message says "You've seen all of the products. Back to the top." Can you make it so that when you page to the next page, it automatically goes to the top?
Attached files: Bulk Order Form Paging Message.jpg
Hi Carl,
I'm not sure if we can add that by default as I don't know if that would work with all setups / themes.
But I believe you can add this PHP code snippet to your site to add it:
Kind regards,
Stefan
Hi,
Sorry, but this does not work. Can you also get rid of the phrase "You've seen all of the products." at the bottom?
Thanks,
Carl
I modified the snippet on your demo site and I believe it's solved now.
I also added code here https://b2bdemo.o2cool.com/wp-admin/admin.php?page=edit-snippet&id=5&result=updated to change the 'you've seen all products text'.
Thank you. I see it is working well.