• Resolved Picflick

    (@picflick)


    Hi,

    I have a multivendor website and I wish for the Admin control all of the enquiries which get sent when a customer clicks “Ask a Question” on the products page, NOT the Vendor.

    So currently if a user submits an enquiry on a product, it gets delivered to the Admin (me) and the Vendor. I dont want the vendor to be able to receive the email or get the notification that someone has asked an enquiry about their product. Therefore, how do I restrict this for only the web admin to view, reply, and control.

    I am using standard WCFM ??

    Thanks,
    PicFlick

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WC Lovers

    (@wclovers)

    Hi,

    Thanks for get in touch with us.

    Well, as I understand your requirement, you want to disable “Enquiry” for vendors.

    Kindly OFF “Enquiry” from WCFM Capability section – https://ibb.co/gixrX0

    Or, you may add this line of code for the purpose –
    add_filter( 'wcfm_is_allow_enquiry_vendor_notification', '__return_false' );

    Thank You

    Thread Starter Picflick

    (@picflick)

    You guys are legends!!
    This worked absolutely perfectly.
    Thank you so much! ??
    P.S. I left a high rating and review :+1

    Plugin Author WC Lovers

    (@wclovers)

    You are welcome ??

    Thanks for the review.

    Have a great weekend.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to prevent Vendor from receiving ‘Enquiry notification’’ is closed to new replies.