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

Miller

  • ****
  • 141 posts
Business profile plugin admin panel
« on: February 02, 2019, 08:57:16 AM »
@mbthemess
Not showing all profiles in admin panel

*

MB Themes

Re: Business profile plugin admin panel
« Reply #1 on: February 02, 2019, 09:08:43 AM »
@Miller
How many are you missing and how many are shown?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Miller

  • ****
  • 141 posts
Re: Business profile plugin admin panel
« Reply #2 on: February 02, 2019, 09:17:16 AM »
@mbthemes

Showing only 24 profiles, missing 5

*

Miller

  • ****
  • 141 posts
Re: Business profile plugin admin panel
« Reply #3 on: February 03, 2019, 02:46:02 PM »
@mbthemes

Do you check?

Marked as best answer by frosticek on February 04, 2019, 08:31:27 AM
*

MB Themes

Re: Business profile plugin admin panel
« Reply #4 on: February 04, 2019, 08:31:24 AM »
@Miller
In file:
oc-content/plugins/business_profile/admin/profiles.php

Find:
Code: [Select]
$profiles = ModelBPR::newInstance()->getSellers();
And change it to:
Code: [Select]
$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

*

Miller

  • ****
  • 141 posts
Re: Business profile plugin admin panel
« Reply #5 on: February 04, 2019, 10:24:56 AM »
@mbthemes
Problem not solved

*

Miller

  • ****
  • 141 posts
Re: Business profile plugin admin panel
« Reply #6 on: February 05, 2019, 05:42:42 PM »
@mbthemes
Not working this code

*

MB Themes

Re: Business profile plugin admin panel
« Reply #7 on: February 05, 2019, 09:10:37 PM »
Works for me pretty well.
Please create support ticket and add login to your ftp and ocadmin so we can see it.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots