Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Hide PayPal email in Setting->Payment
Tagged: #hide #paypal
- This topic has 7 replies, 3 voices, and was last updated 6 years, 8 months ago by Bingal.
- AuthorPosts
- March 5, 2018 at 7:10 am #19866Camus ChanParticipant
Hi Shivv~WC Lover Team~
Sorry i cannot find this in the document.
May I know, how to hide the PayPal email part inside setting->Payment?
Because my platform wont accept payPal, just stripe only.
Should I copy the template to my theme and extend it?Thanks
Best Regards,
Kie - March 5, 2018 at 7:14 am #19867WCFM ForumMember
Hi,
I understand your requirement.
WCFM template override is not possible, but it’s more easy to manipulate.
Can you please know me your multi-vendor plugin name please!
Thank You
- March 5, 2018 at 7:32 am #19869Camus ChanParticipant
I am using WC Vendor Pro,
I saw there’s a on/off switcher in WC vendor, i tried that switcher but nothing happened in WCFM - March 5, 2018 at 7:50 am #19873BingalMember
Hi,
kindly check at WCFM capability -> Billing -> Set that OFF
Thank You
- March 5, 2018 at 8:14 am #19874Camus ChanParticipant
Hi Bingal,
Set the Billing off will hide the billing tab entirely, i want to keep the stripe blue button in billing tab.
ThanksBest Regards,
Kie - March 5, 2018 at 9:24 am #19882WCFM ForumMember
Kindly add this code to your site –
add_filter( ‘wcfm_wcvendors_settings_fields_billing’, function() {
return array();
});Thank You
- March 5, 2018 at 9:46 am #19883Camus ChanParticipant
Thank you, it works~
Thanks for the instant reply.
- March 6, 2018 at 6:25 am #19890BingalMember
Fantastic and pleasure to inform me this 🙂
- AuthorPosts
- The topic ‘Hide PayPal email in Setting->Payment’ is closed to new replies.