cancel
Showing results for 
Search instead for 
Did you mean: 

create new order in admin panel uncheck checkbox for same as billing address in magento 2.3

create new order in admin panel uncheck checkbox for same as billing address in magento 2.3

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.

4 REPLIES 4

Re: create new order in admin panel uncheck checkbox for same as billing address in magento 2.3

@sudhirkoimattur you can click on edit on shipping address and change from there untick the check box.

 

Thanks

Re: create new order in admin panel uncheck checkbox for same as billing address in magento 2.3

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.

Re: create new order in admin panel uncheck checkbox for same as billing address in magento 2.3

Re: create new order in admin panel uncheck checkbox for same as billing address in magento 2.3

@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.