Is it possible for you to expand the subaccount feature - which is really good - to allow an extra level?
The scenario is: A shop owner is the top level Each shop owner has many managers Each manager has many staff/operators under them
It would work the same as it currently does for subaccounts but the shop owner would be able to see all orders placed either by their managers or the staff under them - same with lists and any other permissions.
I've found that if I login as a subaccount, create another subaccount, login as that account, and click the button to switch back to the main account it only goes up one level and then the switch button is gone.
Also, can you add a hook to
b2bking_orders_placed_by_column_content
So that we can use a company name (or combination of fields) to be displayed instead.
Is it possible for you to expand the subaccount feature - which is really good - to allow an extra level?
The scenario is:
A shop owner is the top level
Each shop owner has many managers
Each manager has many staff/operators under them
It would work the same as it currently does for subaccounts but the shop owner would be able to see all orders placed either by their managers or the staff under them - same with lists and any other permissions.
Hi Nigel,
It is possible to enable a 3rd level of subaccounts, by adding this PHP code snippet to the site:
shop owner would be able to see all orders placed either by their managers or the staff under them
This should be how it works then.
Kind regards,
Stefan
Nice!
That mostly works well.
I've found that if I login as a subaccount, create another subaccount, login as that account, and click the button to switch back to the main account it only goes up one level and then the switch button is gone.
Also, can you add a hook to
So that we can use a company name (or combination of fields) to be displayed instead.