Hi Rayne,
The default woocommerce template can be found here:
plugins/woocommerce/templates
Please compare the template files between the theme and plugin and then feel free to update it on the child theme. In case you’re not sure, you can just copy the original files on the child theme. For example, the outdated file is this:
pro/woocommerce/single-product-reviews.php
The original wocommerce file is here:
plugins/woocommerce/templates/single-product-reviews.php
Now copy that file on your child theme here:
pro-child/woocommerce/single-product-reviews.php
You need to create woocommerce folder on your child theme if it doesn’t exist yet. Note doing this means it will remove the theme customization on that specific template. If you know how to code, feel free to compare and adjust to add the theme customization. This will be updated once current woocommerce version has been tested.
Hope this helps.