Hi @loopforever
Removing the vendor name from the cart page and the checkout page is not included as a default feature of Dokan right now as this is a key feature of Dokan to implement the multivendor functionality. But you can easily remove this using some CSS. You can try the below-mentioned CSS on your wp-admin panel’s Appearance > Customize > Additional CSS.
.shop_table.woocommerce-checkout-review-order-table dl.variation {
display: none !important;
}
.woocommerce-cart-form__cart-item.cart_item dl.variation {
display: none !important
}
I hope it helps.
Hi @loopforever,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Thank you!