Hello,
I am sorry if this should not be posted here, but i am not so sure.

I have a site runing ubercart marketplace, where users act as selling and can upload products.
I am using the menu token module to have a custom mene for sellers so they can easily navigate to their admin pages.
so i have configured these links:

my products - user/[user-id]/selling/view
orders - user/[user-id]/selling/fulfill
statistics - user/[user-id]/selling

now, as the "seller" role I am seeing all 3 links only on pages such as sitename.com/user/* if I navigate to the front page, I see only the "my products" link.
as admin, I am seeing all the links always so i have looked into permissions and managed to understand that by enabling the "administer sellers" to the "seller" role, when loggin in as "seller" i see all 3 links always, but that is obviously a permission I can not grant to the "seller"

maybe someone can help me understand how to sort this out, would be much appreciated :)
if this needs to be posted on the ubercart marketplace issues page, please let me know and sorry for that.
Thanks!

Comments

gmaximus’s picture

Hi... Did you ever find a solution to this?

I have exactly the same issue...

Guy

gmaximus’s picture

I'm thinking I may just re-create my own versions of those pages with views, uc_views and views bulk operations... I'll just use the default ones as a guide...

Guy

gmaximus’s picture

Hi,

I believe I have found the answer to our problems.....

Change your links from:

my products - user/[user-id]/selling/view
orders - user/[user-id]/selling/fulfill
statistics - user/[user-id]/selling

To this:

my products - [site-url]user/[user-id]/selling/view
orders - [site-url]user/[user-id]/selling/fulfill
statistics - [site-url]user/[user-id]/selling

This fixed my identical issue.... Hope it helps you too....

Guy

develcuy’s picture

Status: Active » Closed (fixed)
nicktr’s picture

Fixed for me, thanks!!