Orders, products and withdraw lines not devided into pages

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM Orders, products and withdraw lines not devided into pages

Viewing 2 reply threads
  • Author
    Posts
    • #78402
      CommunityCorals
      Participant

      Hello,

      for some reason Orders, products and withdraw lines are all shown on one page. This causes long load times and faulty withdraw request with too much data (Above 255 character limit) Where can the pagination number of datasets been changes please? Do you maybe have a snippet for me please?

      Thanks for your support

      BR
      Dominique

    • #79003
      WCFM Forum
      Keymaster

      HI,

      WCFM all listing pages shows only 25 items per page.

      Is this also not loading or it’s trying to load more number of items?

      Use this –

      add_filter( 'wcfm_datatable_page_length', function( $no_of_item ) {
      	return 20;
      });

      Well, as I remember, previously I set this “-1” to load all items in one page as per your request.

      Thank You

    • #79006
      CommunityCorals
      Participant

      You are right, I requested it for the vendor page in the past. But this snippet isn´t activated . I am not sure what caused the mess. Anyways the snippet helped a lot. Thank you much appreciated !

Viewing 2 reply threads
  • The topic ‘Orders, products and withdraw lines not devided into pages’ is closed to new replies.