Display Order Quantity on WooCommerce Orders Page #54705
Replies: 1 comment 1 reply
-
Hey @mahdialikhanusiya! The business where I work needed the same thing, so I came up with this snippet: So, what it does is: it essentially creates a column into the orders dashboard and shows all the products someone have bought in the same order without the need to open all the orders, it also shows how many of each, if you want I could tweak here and there and maybe it would be useful for you. How to add the snippet: Well ideally you want to have any snippet injector (WPCode, etc) and add as a PHP function, likewise you can also modify the main WooCommerce files, but that's not very helpful as they will be reset in case any update happens… Disclaimer i haven't tested with dozens of different items in one order, but i assume you don't have customers buying 300 different items at once? (or do you?) This snippet should work straight out of the box as is, you don't need to change anything, if you have someone there that understands coding, feel free to change anything you want 👍 Snippet for the Products:
Snippet for Images (For a quickview of the order)
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We believe in improving the WooCommerce experience for store owners and admins. Many of our customers have expressed difficulty in quickly identifying the total quantity of products in each order. By default, WooCommerce doesn’t display this information, making it harder to manage orders efficiently, especially for stores with large volumes of orders. This has led to complaints and frustration from store owners who need to manually check order details for quantity information.
Request:
We request a feature that adds a ‘Quantity’ column to the WooCommerce orders page. This feature would allow store managers to easily see the total quantity of items in each order directly on the orders page, eliminating the need to open each individual order.
Beta Was this translation helpful? Give feedback.
All reactions