Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WC Appointment › Using Add-ons with WooCommerce Appointments
- This topic has 5 replies, 2 voices, and was last updated 6 years, 4 months ago by WCFM Forum.
- AuthorPosts
- June 22, 2018 at 2:50 pm #25254charlie.bourguignatParticipant
Hello WCLovers,
Is it possible to add the Add-ons by WCAppointments panel on the “Add Product” page ?
Here is a screenshot of the panel in wp-admin view attached to this mail.Or maybe it is already integrated I don’t know.
Thank you
- June 22, 2018 at 4:19 pm #25258WCFM ForumMember
Hi,
WCfM already has support of all these fields – https://ibb.co/edPAvT
Are you missing this?
Thank You
- June 22, 2018 at 4:32 pm #25259charlie.bourguignatParticipant
Hi,
Okay after searching in the capacity settings I reactivated it.
Sorry for the inconvenience.Can I remove the “Pricing” and “Yoast SEO” panels in the same page for vendors ?
Thanks !
- June 22, 2018 at 4:55 pm #25261WCFM ForumMember
Hi,
That’s great 🙂
Well, Pricing is part of Appointment, right?
SEO can be disable using this code –
add_filter( 'wcfm_is_allow_seo', '__return_false' );
Thank You
- June 22, 2018 at 5:22 pm #25263charlie.bourguignatParticipant
Hi,
Thank You !
Yes Pricing is a part of Appointment but vendors won’t need it.
- June 23, 2018 at 8:17 am #25273WCFM ForumMember
Hi,
Kindly add this code for the purpose –
add_filter( 'wcfm_is_allow_manage_appointment_pricing', '__return_false' );
Thank You
- AuthorPosts
- The topic ‘Using Add-ons with WooCommerce Appointments’ is closed to new replies.