page nivigation in seller dashboard product not worling

This topic contains 15 reply and 6 voices, and was last updated by Nayem 9 years, 2 months ago
Viewing 15 Posts - 1 through 15 (of 15 total)
Author Posts
October 18, 2014 at 2:48 pm 28611
Nayem Hi, I can see all of the products on the first page. At the bottom the user can navigate to page 2 or just hit next. When klicking 2 or next, there occurs an error 'page not found'. The link is: http://www.domain.ch/dashboard/products/page/2/ All other links inside the sellers dashboard work fine. Any Idea? Thank you and kind regards Martin
October 19, 2014 at 6:46 pm 28677
Martin Martin

I noticed, that for some time it worked. And then didn’t work again.
Any idea??

October 20, 2014 at 2:46 am 28696
sophie sophie

the problem is variable $paged.. she is Null
My solution :

set global $post;
and when $paged is set replace all by

$paged = ((preg_match(‘~/page/(\d+)/$~’, $_SERVER[‘REQUEST_URI’],$matches)) ? $matches[1] : 1);

October 20, 2014 at 10:58 am 28708
Martin Martin

Thank you Sophie! But as a customer I expect good service and therefore the dokan-crew should fix this via update, if this is a bug.
I have an other ticket open, relating to build a child theme. Until this is not working, I will not change code.

October 20, 2014 at 5:36 pm 28739
Martin Martin

After a clean install on an other domain, I could not see this issue. Like mentioned in other tickets, it looks like there is something wrong with my installation.
I have to check other plugins and maybe have to delete and rebuild some tables in the database.

October 20, 2014 at 10:18 pm 28755
Martin Martin This reply has been marked as private.
October 20, 2014 at 10:34 pm 28756
sophie sophie

hum. i have this problem on all my install…..

October 20, 2014 at 11:47 pm 28760
Martin Martin This reply has been marked as private.
October 21, 2014 at 12:12 pm 28789
Sekander Badsha Sekander Badsha

Hello Martin,

I have inspected the bug. You have to replace 3 files (download link given below).

1. templates/orders/listing.php download link – http://goo.gl/uWP4vP
2. templates/products-listing download link – http://goo.gl/aYQM5X
3. classes/template-coupons.php download link – http://goo.gl/D5GCJJ

This will fix the navigation issue. Let me know if you feel any difficulty or get confused.

Thank you 🙂

October 21, 2014 at 4:17 pm 28809
Martin Martin

I tested on two installations: works perfectly – great! thanks a lot!

October 22, 2014 at 11:56 pm 28901
ALPRIME ALPRIME ALPRIME ALPRIME

Hello,

when i saw your problem Martin, i tested and your right, and i apply the Support solution, and every thing works fine, but now i can’t create a new seller account , i arrive on a blank page.

i make test with suppress your three file changing and i can now create seller account.

support : can you check this point please.
thank you

October 25, 2014 at 2:45 pm 29041
ALPRIME ALPRIME ALPRIME ALPRIME

Hello,
i update woocommerce 2.2.7 and i haven’t at all this problem of blank page when login, and the scroll of page works perfect.

Alprime has no more problem about his topics.

January 8, 2015 at 2:28 am 33608
SEAN SEAN

Version 1.3 has the same issue.

Do I take the same files? Or your team will provide new ones?

I’m running Woocommerce 2.2.10

January 8, 2015 at 12:09 pm 33643
Nayem Nayem

Hello Sean,

You can take those files which sekander provided in reply number #28789. After replacing those file if the problem remains then please let me know.

Thank you 🙂

January 8, 2015 at 10:42 pm 33677
SEAN SEAN

The problem is still there. These files are the same as my files. I did a compare. The only difference was in template-coupons.php line 314

January 9, 2015 at 10:46 am 33701
Nayem Nayem

Hello Sean,

Can you please create a new topic?. This topic is already marked as resolved. Please create a new topic and i will be there for you.

Thank you 🙂

Viewing 15 Posts - 1 through 15 (of 15 total)