• In WooCommerce 3.0 getting a few deprecation notices I just wanted to bring to your attention. I would have submitted to github but it doesn’t appear to be up to date.

    The issue is that WooCommerce has moved away from access properties directly which means that:

    $product->id is now $product->get_id()

    Currently, the plugin does this ( as far as I can tell ) only once:

    File: includes/functions.php
    Line: 70
    Hook: make_gift_card_purchasable

Viewing 1 replies (of 1 total)
  • Would be cool to have it updated/fixed. I’d like to use it, but we’ll be running WC 3.

Viewing 1 replies (of 1 total)
  • The topic ‘Deprecation Notices – WooCommerce 3.0’ is closed to new replies.