• Resolved kare93

    (@kare93)


    Hello,

    How can i build my own checkout page? Are there any plugins or need to create with custom HTML?

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Some changes can be made using remove_action() and add_action() calls. For bigger changes you would make your own checkout templates.

    Copy:
    plugins/woocommerce/templates/checkout/the-ones-you-need-to-change.php
    to
    themes/my-child-theme/woocommerce/checkout/the-ones-you-need-to-change.php
    and edit the copies.

    You may need to update your copies if WooCommerce updates the master, which they do occasionally, so you would be making an on-going burden for yourself.

    Either way, PHP skills or a developer will be needed.

    Plugin Support Tseten a11n

    (@tibetanitech)

    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 ‘Custom Checkout Page’ is closed to new replies.