I am trying to:
Set the Product Archive Template File back to my child theme file. But instead, it reverts back to Woocommerce plugin template.
I expected to see:
Woocommerce templates using child theme overrides.
/home/website/public_html/wp-content/themes/childtheme/woocommerce/archive-product.php
Instead, I got:
Set to /home/website/public_html/wp-content/plugins/woocommerce/templates/archive-product.php
Sorry Shame that is not the way woocommerce works.
Woocommerce overrides inside a child theme follow this structure. Moving files into a /template/ folder makes everything not work. Per WooCommerce documentation.
Toolset plugin is forcing me to edit directly to the woocommerce plugin files. This is wrong. I should be able to override WooCommerce templates via child theme. Toolset is not allowing this.