docs/theming/theme-development/fixing-outdated-woocommerce-templates.md
We sometimes update the default templates when a new version of WooCommerce is released. This applies to major releases (WooCommerce 2.6, 3.0, and 4.0) but also to minor releases (WooCommerce 3.8.0).
Starting in WooCommerce version 3.3, most themes look great with WooCommerce.
Our developer-focused blog will list any template file changes with each release. You may need to update templates yourself or contact the theme author for an update if:
Most theme authors fix themes in a timely manner, so you only need to update your theme to get the updated templates.
Alternatively, you can select and use a different theme that already uses current WooCommerce templates.
You need to determine what templates to update, make a backup of the old templates, and then restore any customizations.
wp-content/plugins/woocommerce/templates/[path-to-the-template] and paste it in your theme folder found at wp-content/themes/[path-to-theme].We recognize that it can be time-consuming. This is why we try to avoid changing WooCommerce templates, but sometimes it is wise to break backward compatibility.
If you are looking for the default templates to use for updating, you want to use the latest version of WooCommerce. There are a few easy ways to get the templates:
It is impossible to make a video or a one-click update. Why? Because there are thousands of themes, and every theme is coded differently. One size does not fit all.