modify checkout page using shortcodes?
-
Today I was working on a woocommerce website, and for the first time I saw a different checkout page than I usually see. On this theme, the order information and payment options are shown on the right of the client information. Whereas on other woocommerce websites I created, the order information and payment options are shown below the client information.
So now I want to do this on all the woocommerce websites I created. I’m assuming it has to do with the theme, but I thought if I could create a new page and perhaps use the available woocommerce shortcodes, I can create a table and put the [woocommerce_client_information] on the left and [woocommerce_order_details] and [woocommerce_payment_options] shortcodes on the right.
I did some digging around and found some woocommerce shortcodes, but nothing this specific, like the way I want to do it.
Is there an easy way to do this? Perhaps without modifying/hardcoding stuff in wordpress?
Thanks
- The topic ‘modify checkout page using shortcodes?’ is closed to new replies.