Skip to content
Advertisement

WooCommerce: Change order summary in header

In every order detail page, there is a summary before the title. See image. This summary has no extra markup or classes. Therefore it’s very hard to style.

enter image description here

The markup looks like this:

JavaScript

It would be great if I could change it to something like this:

JavaScript

I’ve checked the template file order-details.php but couldn’t find anything.

How/where can I find this summary? Is there an hook to change it?

Advertisement

Answer

Please take a copy of woocommerce/templates/myaccount/view-order.php and place in your active theme /woocommerce/myaccount/

You may edit in this file and it will work

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement