Purchased Items Column for WooCommerce Orders

Popis

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.

Snímky obrazovky

  • „Purchased“ Column in orders list

Instalace

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

Recenze

15. 8. 2024 2 odpovědi
I just want to say thank you to the creators of this plugin! I left my original review below and they addressed the issue I was having with an immediate fix. I have been using wordpress for almost 20 years now and this is probably the first time I’ve had a plugin author add/fix something based off feedback I left and at that, so quickly. This feature they added actually gives me so much time back while processing orders because I no longer have to open up each individual order to see the item that was purchased to package it. I don’t think I can thank you enough! Original Review——— I had a plugin by a different author that stopped working but it showed both the product and the variation when you clicked to show the items. This plugin is almost perfect but it does not show the product variation. I used this to streamline the orders I need to fulfill instead of having to click them open one by one to view the variation. This plugin would be perfect If I could do that unfortunately because it doesn’t also show the product variation it is useless for what I need it for.
19. 11. 2018
great plugin, it works perfectly and its integration feels very native. Well done!
3. 11. 2017
Thanks for this lightweight addon, love it loaded via Ajax
13. 9. 2017
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.
17. 7. 2017
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!
Přečtěte si všech 9 recenzí

Autoři

Purchased Items Column for WooCommerce Orders je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

Přehled změn

1.9.1

1.8.2

  • Display product attributes.

1.8.0

  • Display extra info for variable products.

1.7.1

  • Check if product exists before displaying.

1.6

  • Remove „Show items“ button after clicked.
  • General code cleanup/optimise.
  • Min require PHP 7.0.
  • Compatibility with WooCommerce HPOS.

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

  • Display quantity for each product.

1.0

  • initial Release