Comments Divesh started the conversation1 week ago on December 24, 2024 at 1:09pmHello, I am getting a timeout when loading My Customers Tab.I have over 4000 customers, so it would be wise to change navigation to load atmost 100 customers at a go. 2,281WebWizards replied1 week ago on December 24, 2024 at 1:24pmHello Divesh, Thank you for purchasing our plugin, To address this, please add the following PHP code snippet to your site: add_filter('salesking_load_customers_table_ajax','__return_true'); This will make the My Customers page load using AJAX and should perform better for large numbers of customers. This code can be added to functions.php or to any code snippets plugin. Please let me know if you still have any issues after adding that, Kind regards, Stefan Sign in to reply ...
Hello, I am getting a timeout when loading My Customers Tab.
I have over 4000 customers, so it would be wise to change navigation to load atmost 100 customers at a go.
Hello Divesh,
Thank you for purchasing our plugin,
To address this, please add the following PHP code snippet to your site:
This will make the My Customers page load using AJAX and should perform better for large numbers of customers.
This code can be added to functions.php or to any code snippets plugin. Please let me know if you still have any issues after adding that,
Kind regards,
Stefan