Hi @cakru !
I see you’re running into a version mismatch warning for the admin-new-order.php
template in your child theme. That usually happens when WooCommerce updates its core template files, but the version in your child theme stays the same. In this case, WooCommerce is at version 9.7.0, while your template is still on 3.7.0.
WooCommerce uses version numbers to track changes in its templates. When a template gets updated, its version number changes, and if your theme overrides it without updating, WooCommerce flags it as outdated.
Most theme authors keep things up to date, so the easiest fix is to update your child theme if an update is available. If not, you might need to reach out to the theme author to see if they can update it to align with WooCommerce’s latest standards.
If you’d rather update the template yourself, you can follow this guide for step-by-step instructions: How to Fix Outdated WooCommerce Templates.
Let me know if you need help finding the right steps!