Osclass Support Forums

Osclass plugin support => Business Profile Plugin => Topic started by: bobyrou on April 16, 2019, 05:17:47 PM

Title: Pagination Business Profiles on Admin page
Post by: bobyrou 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?
Title: Re: Pagination Business Profiles on Admin page
Post by: MB Themes on April 16, 2019, 06:25:29 PM
@bobyrou
Do you use latest version of plugin?
Title: Re: Pagination Business Profiles on Admin page
Post by: bobyrou 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
Title: Re: Pagination Business Profiles on Admin page
Post by: MB Themes 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)); ?>
Title: Re: Pagination Business Profiles on Admin page
Post by: bobyrou on April 17, 2019, 04:08:07 PM
Thanks! worked  8)