Products Dashboard show entries dropdown

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 Product Vendors Products Dashboard show entries dropdown

Viewing 5 reply threads
  • Author
    Posts
    • #115344
      Abdullah
      Participant

      Hi,

      In marketplace products dashboard, there is a dropdown menu to display the number products in dashboard. Is it possible to replace the values with my own? E.g. default dropdown options are 10, 25, 50, 100. Can I add or update these values?

      Thanks
      Abdullah

    • #115555
      WCFM Forum
      Keymaster

      Hi,

      Do you man this menu? https://ibb.co/thbVzSP

      Thank You

    • #116441
      Abdullah
      Participant

      No, that’s not it. But if you see just under the highlighted section you provided. It says “Show 25 Products” dropdown. I would like to be able to change available values in that dropdown. Current options are 10, 25, 50, 100. I would like to make them 100, 200, 300, 500 etc.

      Thanks
      Abdullah

    • #118341
      WCFM Forum
      Keymaster

      Well, that dropdown values can not be changed. But it’s possible to change default numbers, which is by default 25

      Thank You

    • #118825
      Abdullah
      Participant

      How do we change the default to the highest value? Thanks

    • #118851
      Sayan Naskar
      Keymaster

      Hello,
      Insert the following code in your site, through the child themes function.php or through the snippet plugin in your website

      add_filter('wcfm_datatable_page_length', 'wcfm_custom_alter_datatable_count');
      function wcfm_custom_alter_datatable_count() {
        return 100;
      }
Viewing 5 reply threads
  • You must be logged in to reply to this topic.