Hello I am trying to create an order for a specific customer in the back end admin panel, by default Shipping address check box is marked with same as billing address. My shipping staff are sometimes shipping orders incorrectly due to this because somehow, the shipping address actually isn't the billing address. So how can I uncheck shipping address is same as billing address.
Thanks in advance.
@sudhirkoimattur you can click on edit on shipping address and change from there untick the check box.
Thanks
HI thanks for the reply @Rahul Gupta . I want that one to be unchecked by default. How this will be achieved by any change in code. I found a solution for this question for magento 1.7 version in the https://magento.stackexchange.com/questions/4239/admin-order-create-shipping-same-as-billing-always-... How this will be achieved in magento 2.3 version.
@rahul Gupta , I have already went through the link. It is for the front end. I want the same thing in the back end admin create order. How can we achieve for the back end admin panel.
Thanks.