Okay
  Public Ticket #4552893
hide customer details from vendors to protect buyer privacy and prevent direct transactions outside the platform
Closed

Comments

  • suryakant started the conversation

    hide customer details from vendors to protect buyer privacy and prevent direct transactions outside the platform

  •  2,727
    WebWizards replied

    Hi Suryakant,

    For the MarketKing "View Order" page, you can hide customer contact details from vendors by adding this code snippet to your theme's functions.php or any code snippets plugin:

    add_filter('marketking_vendors_see_customer_contact_info','__return_false');

    If you also need to hide customer details somewhere else, let me know the exact page or area - a screenshot would be helpful so I can point you in the right direction.

    Kind regards,
    Stefan