Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @alexliii

    By default, it will be unavailable to hide the “Vendor Info” and “More Products” tab from the single store page. However, you can add the below CSS code to hide the mentioned tab in wp-admin-> Appearance-> Customize-> Additional CSS:

    /*for hiding vendor info tab*/
    ul.tabs.wc-tabs li#tab-title-seller {
        display: none !important;
    }
    
    /*for hiding more product tab*/
    ul.tabs.wc-tabs li#tab-title-more_seller_product {
        display: none !important;
    }
    

    Thanks!

    Thread Starter alexliii

    (@alexliii)

    Will those CSS hide “Vendor Info” and “More Products” globally? or hide only for Administrator?

    It is not reasonable to take Administrator as a vendor by Default, and there will be “vendor info” and “more products” on all of products, and that products were published before Dokan is installed.

    So, What I want is only disable “Vendor Info” and “More Products” for the products that published by Administrator, but still show up for the products published by vendors.

    Could it be possible? or alternatively, completely disable Administrator to be a vendor?

    Hello @alexliii

    Thanks for writing back to us.

    By default, it will be unavailable in Dokan, however, you can achieve this with custom development. For this, you can contact a developer as per your requirement.

    Best Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable “More products” for Administrator ?’ is closed to new replies.