@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:
if(osc_get_preference('rewriteEnabled', 'osclass') <> 1) {
change it to:
if(osc_get_preference('rewriteEnabled', 'osclass') <> 1 || 1==1) {