• Resolved dannydandan123

    (@dannydandan123)


    I’d like to make some minor changes to the checkout page, mainly re-arranging sections and where they appear.
    Ideally, if I could simply break down the different sections into shortcodes I could do this very easily. e.g. instead of having one master woocommerce_cart shortcode that is essentially the entire page, I’d like to have billing,shipping,review,payment shortcodes that I could freely place.

    Is this something that’s easy to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support con

    (@conschneider)

    Engineer

    Hi there,

    > I’d like to have billing,shipping,review,payment shortcodes that I could freely place.
    Is this something that’s easy to do?

    I would say it is medium, not easy ;). You will have to:

    * write new shortcode functions.
    * write new callback functions that attach to the shortcodes.

    There are checkout field editor plugins that I would take a look at. Most of them also allow you to rearrange the order of the fields.

    Kind regards,

    AJ a11n

    (@amandasjackson)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Re-arranging the checkout page’ is closed to new replies.