C
C
Casey2016-10-23 06:52:33
WordPress
Casey, 2016-10-23 06:52:33

Where is the Checkout template in woocommerce?

In the woocommerce/checkout folder, I found the "form-checkout" file, in which the order form is displayed in this way do_action( 'woocommerce_checkout_billing' ); . I wonder how to get to the order form itself.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel, 2016-10-23
@malevi

Here is about re-ordering. You need to collect an array with the fields in the right order in the hook https://apppresser.com/woocommerce-checkout-custom...
Well, there are a bunch of plugins for customizing order fields.

C
Casey, 2016-10-23
@malevi

I just read an article on docs.woocommerce on how to add new fields. As far as I understand, there is no file with fields. They need to be created and connected through filters.
Then I have another question, how to swap fields in the form?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question