Home › Forums › WoodMart support forum › Ship to another adress button doesn’t work › Reply To: Ship to another adress button doesn’t work
April 19, 2024 at 4:54 pm
#558958
Luke Nielsen
Keymaster
To fix this issue, try to add the following code snippet to the Custom CSS area in Theme Settings.
form.woocommerce-checkout wc-order-attribution-inputs {
order: 3;
}
In the next update it will be fixed.
Kind Regards