You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
JulianCataldo
changed the title
Deprecated
Deprecated filter in WooCommerce order-received page
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.
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.
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
The text was updated successfully, but these errors were encountered: