Hi @uskutech,
I believe this is the shipping section of the checkout page. On our Dokan Lite, only one shipping shows up as the shipping is handled by the admin. So, in Dokan lite if you purchase from multiple vendors then the shipping option will be shown only one.
If you are referring to any feature that is not included in Dokan lite then kindly contact our support channel as we are not authorized to discuss any feature that is not included in Dokan lite here as per the forum’s rule.
Thanks!
Hi Jahidul,
Thanks for responding. Is there a way to hide it with css? I couldn’t find out what the class is
Hi @uskutech
The whole string shown there is under woocommerce-shipping-totals.shipping this class. You can try the below-mentioned CSS on your wp-admin panel’s Appearance > Customize > additional CSS.
tr.woocommerce-shipping-totals.shipping th{
display: none !important;
}
Thanks!
Hello. I have tried this code with the Dokan Pro plugin but it’s not working. Perhaps you could share some other ways to hide the Vendor’s store name from the shipping section in the cart? Thank you in advance
@danielvillacism give this a try
.woocommerce-shipping-totals.shipping th {
visibility: hidden;
}
Hi, thanks but it doesn’t work for me. Please check the attached image to understand my requirement:https://imgur.com/w0Hqg3m
@danielvillacism
Would be helpful if you could add the link to your website