Disable theme WooCommerce template [closed]

Many themes overwrite WooCommerce template files. A behaviour that can cause malfunctions.

WC_TEMPLATE_DEBUG_MODE will prevent overrides in themes from taking priority

// Add this to wp-config.php file

define( 'WC_TEMPLATE_DEBUG_MODE', true );

https://docs.woocommerce.com/wc-apidocs/function-wc_get_template_part.html