Multiple vendor site – only allow them to see their own order when logged in?
-
hi all,
i am developing multi site using marketpress plugin
i want restrict order only allow them to see their own order when logged in?
My URL path
https://DomainName/wp-admin/edit.php?post_type=product&page=marketpress-ordersI found code and added in edit.php no result
$thisauthor=”;
if (!current_user_can(‘edit_others_posts’))
$thisauthor = ‘&author=’ . $user_ID;
wp(“what_to_show=posts&post_status_q&posts_per_page&=15&order=$order&orderby=$orderby” . $thisauthor);please how to achieve this ?
thanks in advance
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multiple vendor site – only allow them to see their own order when logged in?’ is closed to new replies.