Outdated WooCommerce Template Files

Hi There,

I recently ran an update on my WordPress Pro Child theme & PHP version. I have since notice that there are several woocommerce template files that are out-dated. I have tried everything and cannot figure this one out. I have also tried woocommerce support but have had no luck.

Your assistance is appreciated.

Thanks

Hello Rayne,

Thanks for writing in!

Please check the list below. These are the files that is in the latest Pro theme that works with WooCommerce.

pro/woocommerce/cart/cross-sells.php,
pro/woocommerce/loop/loop-end.php,
pro/woocommerce/loop/loop-start.php,
pro/woocommerce/loop/pagination.php,
pro/woocommerce/notices/error.php,
pro/woocommerce/notices/notice.php,
pro/woocommerce/notices/success.php,
pro/woocommerce/single-product/related.php,
pro/woocommerce/single-product/tabs/tabs.php,
pro/woocommerce/single-product/up-sells.php,
pro/woocommerce/single-product-reviews.php

Any files not on the list could be coming from your child theme. You may need to manually update those files to get rid of the OutDated template Woo Message.

Please let us know how it goes.

Thanks very much for your response. I have little to no knowledge on how to check & update these files. Please kindly walk me through the process. Your help is greatly appreciated.

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.

Great - all sorted. Thanks a mil

Glad to hear that, Rayne!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.