[ad_1]
Hi @yurbshop21
The feature to hide customer information from the right side of the order page [screenshot] is unavailable in Dokan lite. Since commercial products are not supported in these forums, I am unable to assist you further regarding this feature. Please contact the Dokan team via their official Support Channel for assistance.
Apart from this, to remove the billing and shipping addresses from the single order page [screenshot], you can add the following custom CSS snippet to your WP admin dashboard -> Appearance -> Customize -> Additional CSS section –
.dokan-order-billing-address, .dokan-order-shipping-address {
display: none;
}Hope this helps!
