Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Admin access
- This topic has 1 reply, 2 voices, and was last updated 4 years, 8 months ago by Ramamurthy Krishnan.
- AuthorPosts
- March 18, 2020 at 1:07 am #112057Cap LuisParticipant
This may seem a little strange, but I’m looking to give my salespeople the option of managing products through the backend!
I want to know a few things:
How can I give access to the wp-admin WCFM does this block ?! how can i remove?How can I get the store link of the logged in user? the dynamic link? because I want to set up a link for the user to go to their store page as in the frontend.
- March 18, 2020 at 4:54 pm #112143Ramamurthy KrishnanKeymaster
Hi,
This may seem a little strange, but I’m looking to give my salespeople the option of managing products through the backend!
Did you meant salespeople as vendors?I want to know a few things:
How can I give access to the wp-admin WCFM does this block ?! how can i remove?
Go to store-manager->Capability and change the “Backend Access (wp-admin)” option to “ON” mode, then vendors will be able to access WordPress backend (wp-admin).How can I get the store link of the logged in user? the dynamic link? because I want to set up a link for the user to go to their store page as in the frontend.
Use the below code to get the store link of logged in vendors.
$store_url = wcfmmp_get_store_url( get_current_user_id() );
Thanks,
- AuthorPosts
- You must be logged in to reply to this topic.