Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecated filter in WooCommerce order-received page #705

Closed
JulianCataldo opened this issue Jun 23, 2019 · 1 comment
Closed

Deprecated filter in WooCommerce order-received page #705

JulianCataldo opened this issue Jun 23, 2019 · 1 comment

Comments

@JulianCataldo
Copy link

Hello,
There is an issue with the latest WooCommerce :
"Notice: woocommerce_order_items_table is deprecated since version 3.0.0! Use woocommerce_order_details_after_order_table_items instead. "

Quick fix :

In qwc-front.php

• Replace : woocommerce_order_items_table
• > With : woocommerce_order_details_after_order_table_items

@JulianCataldo JulianCataldo changed the title Deprecated Deprecated filter in WooCommerce order-received page Jun 23, 2019
herrvigg added a commit that referenced this issue Jun 23, 2019
Deprecated in WC 3.0.0: woocommerce_order_items_table
Replaced with: woocommerce_order_details_after_order_table_items

Also done some cleanup and formatting.
@herrvigg
Copy link
Collaborator

Many thanks! Now fixed in the master branch.

Happy to see WooCommerce users actively participating! Since i don't use it this will help a lot to get back on track. As mentioned in #686 i noticed some very old deprecated functions were still in the code, some that i fixed but there might still be some old stuff remaining.

There are still many open issues about WooCommerce. If you can help simply to check the status of the most recent ones (still a problem or not) this will help a lot to have a better overview of what is still to be done. Especially about the variable product attributes, the current status is quite unclear to me.

https://github.com/qtranslate/qtranslate-xt/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+woocommerce

You can comment directly on each of those open issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants