Purchased Items Column for WooCommerce Orders

描述

This plugin will re-add the “Purchased Items” column which was removed in WooCommerce 3.0. Order information is loaded via Ajax when the button is clicked. Saving resources on each page load.

After updating WooCommerce to version 3.0+, you may notice that the “Purchased Items” column is no longer in the orders list. The reason for removing this column was to save resources (each time the orders page is loaded, it was loading every order to create the query). To fix this issue, we created this plugin which queries the order data only when you click the “View Products” button.

The quantity and product name will be listed for an order when the button is clicked.

屏幕截图

  • "Purchased" Column in orders list

安装

  1. Install the plugin.
  2. You should now see a “Purchased Items” column in your WooCommerce orders list.

评价

2018年11月19日
great plugin, it works perfectly and its integration feels very native. Well done!
2017年11月3日
Thanks for this lightweight addon, love it loaded via Ajax
2017年9月13日
I like the fact it uses AJAX on click of show items, so it does not increase the orders load time in wp-admin and does not increase the number of queries on load.
2017年7月17日
This does exactly what you would want. Super clean, no fuss. Adds back in what you would expect core Woocommerce should've never removed. Thank you!
2017年6月28日
can't believe it. this should be part of woocommerce core. you actually somehow managed to reduce the number of queries on my woocommerce > orders page (measured with query monitor) whilst adding this much-needed functionality. thanks for this mate.
阅读所有8条评价

贡献者及开发者

“Purchased Items Column for WooCommerce Orders” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.6

  • Show product SKU next to product title.

1.5

  • Show product SKU when hovering over title.

1.4

  • Add Nonce check to Ajax function.

1.3

  • Move JS to footer.

1.2

  • Use wc_get_order to get $order.
  • Make “Show items” text translatable.

1.1

1.0

  • initial Release