Viewing 2 replies - 1 through 2 (of 2 total)
  • jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @logicrays I am not sure what you mean by clicking preview order in the admin side. Would you be able to take a screenshot of what you’re referring to?

    If you are referring to when you’re creating an order in the admin, then the address will only be populated if the customer has that information under their user account/profile in WordPress.

    Thread Starter LogicRays Technologies

    (@logicrays)

    Hi Jesse Pearson,

    I have got solution, Just add below code in function.php

    add_filter( ‘woocommerce_order_needs_shipping_address’, ‘__return_true’ );

    Thanks
    Lr

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shipping Address Not Showing When Click Preview Order In Admin Side’ is closed to new replies.