• Resolved bstump

    (@bstump)


    There’s an issue with the latest WooCommerce and your plugin. You can no longer directly get an Order ID by referencing “$order->id”, you now have to use a getter “$order->get_id()”.

    For anyone having this issue, change line 61 to “$woo->get_id()” in:

    “wp-content/plugins/mailchimp-for-woocommerce/includes/api/class-mailchimp-woocommerce-transform-orders.php”

Viewing 1 replies (of 1 total)
  • Thread Starter bstump

    (@bstump)

    Oh, also in that file, on line 71, “$woo->get_order_currency()” needs to be changed to “$woo->get_currency()” for the latest build of WooCommerce.

Viewing 1 replies (of 1 total)

The topic ‘WooCommerce 3.0+ Issue’ is closed to new replies.