How to use the old woocommerce template hierarchy in v25?
I have about 100 websites that have custom woocommerce templates which will be completely overwritten if I upgrade to version 25. Is there a way to completely bypass woocommerce.php to use the old <v25 woocommerce template hierarchy found in betheme?
Without this feature, we're facing a potential disaster, resulting in complete shop rebuilds.
Comments
Hello,
Sorry, but I do not understand. Can you explain it to me in more detail, please?
What custom WooCommerce templates are you talking about?
Thanks
Hi, I have a similar issue. Need to use old perfectly working archive-product.php file, included on my child-theme (/wp-content/themes/betheme-child/woocommerce/), but, instead, this is using the default template that does not include a button that displays a modal.
How can I use old archive-product.php file?
It´s been wordking fine until v25.
Thanks.
Please, change the main woocommerce.php file into the following one in the main child-theme folder (betheme-child/woocommerce.php).
Remember to change the file extension from txt to php.
Notice that after that the Betheme templates will not work.
Thanks