Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Jahidul Hassan Mojumder

    (@jahidulhassan)

    Hi @shaar7
    The portion of the order details page you are referring to is meant to denote the billing address and shipping address of the client. This is why by default the address is shown only. But if you want to add that information then you can have a look at wp-content/ plugins/ dokan-lite/ templates/ orders/ details.php and add the below-mentioned lines after line 133.

    echo "<br><strong>Phone:</strong> ".$order->get_billing_phone();
    echo "<br><strong>Email:</strong> ".$order->get_billing_email();

    You can do it by overriding the template too. After adding those lines, the output will be like this screenshot.

    I hope it will help. Let me know your feedback on this. Thanks

    Thread Starter Caridor

    (@shaar7)

    Hello,

    Thank you a lot. it’s working perfectly ??
    awsome thank you again for your assistance.

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customer details’ is closed to new replies.