Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Membership › Don\'t create seller page automatically
- This topic has 4 replies, 2 voices, and was last updated 5 years, 1 month ago by juarez.rede.
- AuthorPosts
- October 19, 2019 at 3:56 pm #87709juarez.redeParticipant
After done register, seller page don´t create automatically.
- October 21, 2019 at 11:19 am #87963WCFM ForumMember
Well, there is no such static page. It’s a dynamic page.
If you don’t want customer/site user able to access this then add this code to your site –
add_filter( 'wcfm_is_disable_store_url_access', '__return_true' );
Add this code to your child theme’s functions.php
In case you do not have child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/Thank You
- October 21, 2019 at 6:44 pm #88079juarez.redeParticipant
I expressed myself wrong, I want that page seller to be created automatically, but the page isn’t create.
- October 23, 2019 at 12:08 pm #88458WCFM ForumMember
Well, this page auto created as soon as a user register as a vendor to the site.
Is this not working for you? are you getting 404 when accessing store page?
If so, please go to wp-admin -> setting -> permalink -> set permalink as “post name”
Thank You
- October 24, 2019 at 6:19 pm #88840juarez.redeParticipant
Yes, I got 404, but after the setup is working.
Thank you very much.
- AuthorPosts
- The topic ‘Don\'t create seller page automatically’ is closed to new replies.