Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › WCFM & MyListing Questions
- This topic has 1 reply, 2 voices, and was last updated 4 years, 5 months ago by Sarmistha Chakraborty.
- AuthorPosts
- June 5, 2020 at 3:43 am #138565adownwardParticipant
Hi!
I am currently using WCFM with the MyListing theme, and have a couple questions.
1. When a user signs in through the MyListing login, they are directed to the WCFM dashboard – how do I make it so that they are automatically directed to the MyListing dashboard first?
2. When I click on the WCFM ‘Store Manager’ tab, how do I stop it from opening the WCFM dashboard in a new page, and instead have it open so the MyListing (WooCommerce) menu is still visible?
Thanks in advance!
- June 5, 2020 at 1:44 pm #138704Sarmistha ChakrabortyMember
Hello,
Regarding point 1.
WCFM control login redirect for vendor users.But if you don’t want that then just disable by adding this line of code –
add_filter( 'wcfm_is_allow_login_redirect', '__return_false' );
Regarding point 2.
WCFM dashboard page is a different template, it is not possible to open under My-Listing menu.Thanks.
- AuthorPosts
- You must be logged in to reply to this topic.