dr
(@daniel_richard)
Would you happen to be comfortable with code?
Customizing checkout fields using actions and filters
https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
Section 3 – Priority
Although there are plugins that might make it easier to re-arrange or hide checkout fields.
Hope this points you to the right direction!
Thank you for your answer.
I’ve looked at this place but have my doubts. Should I set a priority for each box separately?
dr
(@daniel_richard)
Looks like searching for anything related to swapping checkout positions led me to the same StackOverflow page that you’ve found.
How about trying to use jQuery to “swap” the positions?
Like prepend .woocommerce-shipping-fields to .woocommerce-billing-fields
Found this resource from one of the members in the support forums that wrote about this method.
https://justabill.blog/move-element-from-one-location-to-another-with-javascript/
Hey @loopforever,
I came across an interesting article that can give you further insights and hopefully you can achieve your goal:
https://invisibledragonltd.com/2019/09/woocommerce-how-to-swap-billing-and-shipping-details-around/
If you do require more help with the actual coding, we’d recommend hiring a developer or one of the customization experts listed at https://woocommerce.com/customizations/.
Thanks.
@daniel_richard and @rainfallnixfig thank you so much for your response.
I will review these.