• Resolved lucious419

    (@lucious419)


    PLUGIN DISPLAYS ERROR CODE YOU CAN SEE THE ERRORS ON THE LINK I SENT YOU

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter lucious419

    (@lucious419)

    hello plewase can i get assistance

    Hi,

    The message you’re seeing is a PHP notice indicating that the function get_woocommerce_term_meta has been deprecated since WooCommerce version 3.6 and you should use get_term_meta instead. This notice is letting you know that the older function may be removed in future WooCommerce versions, so it’s recommended to update your code to use the newer function.

    In your code, wherever you have used get_woocommerce_term_meta, you should replace it with get_term_meta. The parameters you pass to the function should remain the same, as the usage of get_term_meta is generally similar to get_woocommerce_term_meta.

    For example, if you have used:

    $meta_value = get_woocommerce_term_meta( $term_id, $meta_key, $single );

    You should update it to:

    $meta_value = get_term_meta( $term_id, $meta_key, $single );

    By making this change, you’ll be using the recommended function and ensure compatibility with newer versions of WooCommerce.

    Thread Starter lucious419

    (@lucious419)

    please can i have a vidoe tutorial or steps to follow to get thhis change in code

    Thread Starter lucious419

    (@lucious419)

    please i havent gotten a response

    Thread Starter lucious419

    (@lucious419)

    please can i get a response for my request or wont one be provided

    Plugin Support Shameem R. a11n

    (@shameemreza)

    Hi @lucious419

    After reviewing your website, I can see that the problem you’re facing is due to your Flatsome theme. It appears you’re using an outdated version that needs updating to 3.17.6. The version you’re currently using isn’t fully compatible with the latest version of WooCommerce.

    However, since this is a third-party theme which we don’t provide support for (please see our Support Policy), it would be best to reach out to the Flatsome theme’s developers for further assistance here. I am sure they will have no problem supporting you there.

    I hope this provides some clarity on the matter. If you have any other questions or need further assistance, please don’t hesitate to ask.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘plugin setting up’ is closed to new replies.