• It looks like a capabilities issue. you’ll need to add a capability for seller and then on all your doctors pages add

    if (!current_user_can(‘sellers’) {
    echo ‘You shouldn’t be here;
    } else {
    //seller page stuff
    }
    to your pages that you want sellers to view but not users.
    i Use Woocommerce Plugin for my shopping Cart,
    I Find some portion of code from somewhere. I Don’t know where i need to be implement in my code. I hope You can understand what I mean.Please Explain Me How it Will Implement.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Create Different View For Sellers And User’ is closed to new replies.