I’d like to make some minor changes to the checkout page, mainly re-arranging sections and where they appear. For example, I might want to show the order review in a separate column as opposed to below the shipping/billing fields.
Ideally, if I could simply break down the different sections into shortcodes I could do this very easily with a page builder. For example, instead of having one master woocommerce_cart shortcode that is essentially the entire page, I’d like to have something a bit more granular, e.g. billing,shipping,review and payment shortcodes that I could freely place.
Is this possible, or is there another way to achieve this?