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

Ghany

  • ****
  • 227 posts
I am getting page not found issue when click items of specific user in item page
find the image below. after clicking that i am getting this url

http://domain.com/search/seller_post,5946/iPage

is this issue with permalinks? or hosting issue? or something else?
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

*

MB Themes

Re: URL error when opening no.of listings of a specific user in item page
« Reply #1 on: August 16, 2017, 12:30:38 PM »
@Ghany
Do you have list seller items installed?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: URL error when opening no.of listings of a specific user in item page
« Reply #2 on: August 16, 2017, 12:41:37 PM »
yes


Display all seller items.
Version:5.0.0 | By Osclass modified by MB Themes | Plugins Site
Unlock the power of visibility without breaking the bank - https://www.adycart.in/

Marked as best answer by frosticek on August 17, 2017, 07:39:45 AM
*

MB Themes

Re: URL error when opening no.of listings of a specific user in item page
« Reply #3 on: August 16, 2017, 04:12:18 PM »
@Ghany
Then it will be problem with friendly URLs.
You can try to disable them for plugin.

Go to file:
oc-content/plugins/list_seller_items/index.php

find line:
Code: [Select]
  if(osc_get_preference('rewriteEnabled', 'osclass') <> 1) {
change it to:
Code: [Select]
  if(osc_get_preference('rewriteEnabled', 'osclass') <> 1 || 1==1) {
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ghany

  • ****
  • 227 posts
Re: URL error when opening no.of listings of a specific user in item page
« Reply #4 on: August 16, 2017, 07:38:36 PM »
Thanks worked well................
Unlock the power of visibility without breaking the bank - https://www.adycart.in/