*

piter

  • ****
  • 104 posts
List Seller Items - Doesnt work with custom permalinks
« on: January 09, 2016, 09:00:54 PM »
Hi
 List Seller Items plugin default url is http://maindomain.com/search/seller_post,1/iPage (where 1=user ID)

/search/ segment of url is a part of permalink and it can be changed/customised via OSClass backend/permalinks scheme menu.

If /search/ part of permalink is edited to anything other than default (i.e. to /found/ or to any other value), seller all items link stops working (404) because it still points to default url with /search/ instead to rewriten permalink http://maindomain.com/found/seller_post,1/iPage.

*

MB Themes

Re: List Seller Items - Doesnt work with custom permalinks
« Reply #1 on: January 09, 2016, 09:16:32 PM »
@piter
You can change this in file:
/oc-content/plugins/list_seller_items/index.php

On line:
Code: [Select]
$url = osc_base_url() . 'search/seller_post,' . osc_item_user_id() . '/iPage';
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

piter

  • ****
  • 104 posts
Re: List Seller Items - Doesnt work with custom permalinks
« Reply #2 on: January 09, 2016, 09:30:00 PM »
Thanks, it should not be hardcoded but its better than 404 :-).

*

MB Themes

Re: List Seller Items - Doesnt work with custom permalinks
« Reply #3 on: January 09, 2016, 10:30:57 PM »
@piter
In original plugin version there was no friendly url version and this is better than non-friendly :)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots