Okay
  Public Ticket #3792856
hide vendor details tab on single product page
Open

Comments

  •  2
    Remco started the conversation

    can you tell me how to hide the vendor details tab on the single product page?

  •  2,281
    WebWizards replied

    Hi there,

    It should be possible to hide that tab, by adding the following PHP code snippet to your site:

    add_filter('marketking_show_vendor_product_page','__return_false');

     

    This code can be added to functions.php, or to any code snippets plugin.

     

    Let me know if you have any issues with that,

    Kind regards,

    Stefan

  •  2
    Remco replied

    Thank you!