Hi Themeco,
In Pro 4.x the root theme folder had the woocommerce folder. This contained:
pro/woocommerce/single-product-reviews.php
pro/woocommerce/single-product/tabs/tabs.php
This ensured WooCommerce templates could be customised following standard Wordpress/WooCommerce process of using the child theme and a woocommerce folder within the child theme.
In Pro 5.x the woocommerce folder has now been moved to:
pro/framework/legacy/templates/woocommerce/single-product-reviews.php
pro/framework/legacy/templates/woocommerce/single-product/tabs/tabs.php
Now my customisations to single-product-reviews.php and tabs.php are being overriding by the parent pro theme as I my child theme overrides follow the correct WooCommerce customisation method and pro 5.x does not.
Can you tell me how to know customise these WooCommerce template files with 5.x