• Resolved Olufemi

    (@yurbshop21)


    Hi friends!
    Am looking at a trick to remove billing & shipping address from vendor dashboard order details. Also, customer’s name, email, phone number & IP from general details. Here’s a screenshot of what I’d like to remove https://prnt.sc/uMN7nXTasAva

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support sazdhossain

    (@sazdhossain)

    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!

    Thread Starter Olufemi

    (@yurbshop21)

    Thanks, this works ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Customers info (name, address & phone number)’ is closed to new replies.