Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Reset plugin / Delete all data
- This topic has 8 replies, 2 voices, and was last updated 6 years, 5 months ago by
WCFM Forum.
- AuthorPosts
- September 12, 2018 at 12:03 pm #31464
andreasenglowski
ParticipantHi, i am having several issues (membership plan broke since it shows users that i already deleted via backend so its stuck) and want to start over. Did try to delete all wcfm plugins. But when i reinstall them all previous settings (color settings, membership plans etc) is like before. How can i reset all data and get back to ‘factory settings’? Do i have to clean some database tables or how is that info stores even after deletion? Many thanks in advance,
Andi - September 12, 2018 at 12:10 pm #31466
WCFM Forum
MemberHi,
Well, I understand your requirement.
WCFM Marketplace setting option has an option “Uninstall”, but it does not reset setting data and membership plans.
I don’t think color setting are problematic as you can reset those from setting panel.
Except Membership Plan do you want to delete anything else?
Thank You
- September 12, 2018 at 12:20 pm #31470
andreasenglowski
ParticipantHi, wow thanks for your fast answer!!! no my main problem is the membership settings: If i change anything in the membership settings (for example payment type) nothing happens. So i tried to delete the membership plan, but it says i have to delete all associated vendors first (see Screen1 ‘Users’) . But all vendors and admin users are deleted from wordpress backend (see Screen2). So i am somehow stuck…
Attachments:
You must be logged in to view attached files. - September 12, 2018 at 12:37 pm #31474
WCFM Forum
MemberHi,
Yeah right, Membership plans are not allowed to delete without deleting plan members.
But you may force delete those, for enable this add this line of code in your site –
add_filter( 'wcfm_is_allow_block_membership_delete', '__return_false' );
Thank You
- September 12, 2018 at 12:47 pm #31478
andreasenglowski
ParticipantThanks, sorry if this question is noobish but where do i add the code? the functions.php of my theme or where to put it?
Many thanks in advance, Andi
- September 12, 2018 at 12:58 pm #31481
WCFM Forum
MemberHi,
“the functions.php of my theme” – Yeah please add there 🙂
Thank You
- September 14, 2018 at 10:06 am #31625
andreasenglowski
ParticipantMany thanks that worked… but when i try to setup new account for testing with the same email i still get an error “This Email already exists. Please login to the site and apply as vendor.”. So the info of the account (which is already deleted) is still saved somewhere. You think thats a problem?
- September 14, 2018 at 10:40 am #31630
andreasenglowski
ParticipantSorry i was mistaking, everything seems to work, thanks you 🙂
- September 15, 2018 at 3:52 pm #31689
WCFM Forum
MemberThat’s fine, no issues 🙂
- AuthorPosts
- The topic ‘Reset plugin / Delete all data’ is closed to new replies.