INNER POST ADS

Dokan Vendor Information Hide Form Single Product Page


Those who use Dokan Plugins in woocommerce to create multi vendor websites. Many of you may not want vendor information to be displayed on vendor store pages or single product pages. Such as- vendor mobile number, vendor address. Because those who operate a multi-vendor marketplace on a small scale, if the customer can see all the information of the vendor or if the vendor can see all the information of the customer, then it is very likely that the buyer will contact the vendor directly without ordering from your marketplace later. So today's post is about how to hide vendor information from Dokan plugins. Let's get started.

The 1st method is to try to hide Dokan Vendor Info using plugins. There are many plugins to hide Dokan Vendor info But all of them failed to hide the vendor info from the single product page.

The 2nd method is to use additional CSS. Many people try to hide vendor info using additional CSS. But it also fails to hide vendor info from product single pages.

CSS Codes-

.dokan-store li.dokan-store-phone{
        display:none;
}
.dokan-store li.dokan-store-email{
        display:none;
}
.dokan-store li.dokan-store-address{
        display:none;
}

#tab-seller{

display:none !important;
}
.seller_tab{
display:none !important;
}

3rd and effective method- Go to your control panel and go to file manager like below

Then go to public_html folder 


Go Wp-Content Folder


Go To Plugins Folder


Go to dokan-lite folder


Inside dokan-lite folder go to includes folder


Open wc-templates file in editor 


Find this line function- function dokan_product_seller_tab( $val ).


Simple comment out this code then save this file 

Now you all set Vendor information is hidden from your single product page.



Post a Comment

0 Comments