Woocommerce sytem status says thes files are out of date
Newsmag/woocommerce/archive-product.php version – is out of date. The core version is 2.0.0,
Newsmag/woocommerce/single-product.php version – is out of date. The core version is 1.6.4
I have just updated to the latest Newsmag
How can I fix this?
Note Woo just updated bunch of templates for WooCommerce 3.1 — and my install also throwing bunch of “errors” in the admin panel for Woo; but no impact on pages actually working here.
Funnily enough, when I opened one of the templates, only change was the version number hook, not any code. Duh.
Not sure that helps anybody or means anything. Just an anecdote that Woo sometimes not exactly smartest apple in the cart (pun intended). 🙂
Hi,
we have an issues with our WooCommerce layout (background not full width on single product view), since the next-to-last update.
We found out that you added two new css classes in some div classes in other php files, but not in the single-product.php located in /themes/Newspaper/woocommerce/.
We had to customize this file (row 39 & 40) and add this css classes.
<div class="td-main-content-wrap td-main-page-wrap td-container-wrap">
<div class="td-container tdc-content-wrap">
It would be nice to see this files updates in the next Newspaper update.
Thanks in advance.