This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

bobyrou

  • ****
  • 103 posts
Pagination Business Profiles on Admin page
« on: April 16, 2019, 05:17:47 PM »
Hi, there seems to be no pagination on Admin Page on Profiles List page. Therefore I can only view a list of first 24 profiles. Is there a way I can see all of them or a pagination?

*

MB Themes

Re: Pagination Business Profiles on Admin page
« Reply #1 on: April 16, 2019, 06:25:29 PM »
@bobyrou
Do you use latest version of plugin?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bobyrou

  • ****
  • 103 posts
Re: Pagination Business Profiles on Admin page
« Reply #2 on: April 17, 2019, 11:08:47 AM »
@bobyrou
Do you use latest version of plugin?

Yes, my version is v1.2.1 - attached printscreen

Marked as best answer by bobyrou on April 17, 2019, 04:08:13 PM
*

MB Themes

Re: Pagination Business Profiles on Admin page
« Reply #3 on: April 17, 2019, 03:33:24 PM »
@babyrou
In file:
oc-content/plugins/business_profile/admin/profiles.php

Find:
Code: [Select]
          <?php $profiles ModelBPR::newInstance()->getSellers(); ?>
Replace with:
Code: [Select]
          <?php $profiles ModelBPR::newInstance()->getSellers(-1,-1,-1,array(9999,0)); ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

bobyrou

  • ****
  • 103 posts
Re: Pagination Business Profiles on Admin page
« Reply #4 on: April 17, 2019, 04:08:07 PM »
Thanks! worked  8)