Okay
  Public Ticket #3789416
Timeout when loading my customers tab
Open

Comments

  • Divesh started the conversation

    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.

  •  2,281
    WebWizards replied

    Hello 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