Archived topic
Change visible fields on Thank You page
3 replies · Started by Łukasz on January 25, 2021
Hello
No my site: "developer.alepizza.pl" on Thank You Page there is no street name defined in Woocommerce as "billing_address_1"
How to add that field to Thank You page?

Hi there,
the Woocommerce plugin handles the templates, that content is controlled by this template:
If you're not sure about coding this there are several plugins that allow you to customizer the thank you page. If not it would require custom development.
I see that order-details-customer.php is not loaded on Thank You page.
The Thank You template can be found here - if you need to make modifications to it.:
https://github.com/woocommerce/woocommerce/blob/release/4.8/templates/checkout/thankyou.php
But this stack overflow provides a method for hooking in the Customer Details into the Thank You page without having to edit those templates:
https://stackoverflow.com/a/47338937
Most users opt for using one of the may plugins available for changing these templates.