Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same issue with the latest Woo Commerce

    archive-product.php version 0.9.7 is out of date. The core version is 2.0.0,
    single-product.php version 0.9.7 is out of date. The core version is 1.6.4

    I’m experiencing the same issue as well (Using a custom genesis theme). Is the recommended work-around modifying the version #s in archive-product.php to 2.0.0, and single-product.php to 1.6.4? Or is there going to be an update to GCW anytime soon?

    I just changed the version numbers and all is good

    Plugin Contributor studiograsshopper

    (@studiograsshopper)

    There is nothing wrong with the GCW templates it is just that, as commented by neilgee and others, Woocommerce parses the @version docblock in the any GCW custom template files residing in your theme’s woocommerce folder and reports out of date if this version isn’t >= 1.6.4.

    Frankly, I think this is ridiculous – a plugin’s docblock is its own, not WooC’s! ??

    Anyway, as reported above, to hide the error, open up your custom GCW template and change this:
    @version 0.9.7
    to this:
    @version 1.6.4

    If you are NOT using custom GCW templates in your theme’s woocommerce folder, there is nothing to do as this issue doesn not affect you.

    Thread Starter Josh Eaton

    (@jjeaton)

    @studiograsshopper, of course, as mentioned in my initial post, you can change the version numbers. I think the only concern was whether or not there were updates that needed to be made to the templates due to the new major version of WooCommerce (2.1). Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Updates to templates for WooCommerce 2.1 ?’ is closed to new replies.