Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1093684

    On all of our category pages in Woocommerce we get errors on the front end:

    Notice: get_woocommerce_term_meta is deprecated since version 3.6! Use get_term_meta instead. in /var/www/vhosts/…/wp-includes/functions.php on line 4329

    Changing the theme to Storefront eliminates this.

    Is the latest version of Enfold not up to date with the latest version of Woocommerce?

    #1093944

    Anybody? :)

    #1093954

    Hi,

    Could you post a link to where we can see the problem in question please?

    Best regards,
    Rikard

    #1093955

    Thank you – I have pasted in the private content field now :)

    #1094384

    FYI
    get_woocommerce_term_meta is used on multiple lines in:

    /enfold/config-woocommerce/admin-options.php
    /enfold/config-woocommerce/config-356.php
    /enfold/config-woocommerce/config.php

    Best regards,
    Emazing

    #1094386

    Thanks Emazing! So it seems the latest Enfold is not properly compatible with the latest Woocommerce?

    • This reply was modified 5 years, 6 months ago by CAA.
    #1094433

    Hi antisemitism,

    Enfold is not properly compatible with Woocommerce 3.6+ because Enfold uses a deprecated WooCommerce function (get_woocommerce_term_meta).

    Please note the “error” you are getting actually is a “notice”. You could suppress this message by disabling the WordPress debugging mode:
    Change define( ‘WP_DEBUG’, true ) to define( ‘WP_DEBUG’, false ) in your wp-config.php file to suppress this message/error/notice for now.

    In the meantime I’m quite sure Enfold will replace the deprecated function in the next release of Enfold.

    #1094782

    Hi,

    Thank you for sharing this.
    We will do forward to our developers so they can see to fix it on the upcomming version.

    Best regards,
    Basilis

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.