A WooCommerce template override that had been unused since 2019

Nine template overrides in the theme, of which four had been superseded by upstream changes and were being loaded in place of maintained files.

$ wp wc tool run template_check    # or the status page
  woocommerce/single-product/price.php
    version 3.0.0 (yours) / 7.9.0 (core)
  woocommerce/cart/cart-totals.php
    version 2.3.6 (yours) / 7.8.0 (core)

# four files, all overriding for a reason that had been
# handled by a hook since 2019.

A template override is a fork of a file that keeps changing, and the version headers exist precisely so the gap is visible — the status page reports it and nobody reads the status page. Three of the four were replaceable by a filter, and the fourth was genuinely a layout change and was re-forked from the current version with a note about why.