Descripció
Have you ever wanted to filter your order page results by a specific product? With this plugin, now you can!
Once installed, a new filter dropdown will appear on the WooCommerce Orders screen, displaying a list of all products. Simply select a product and click the “Filter” button to view orders containing only that product.
This plugin supports filtering orders by:
- Product Name
- Product Category
Note: This plugin is compatible with both WooCommerce’s new HPOS (High-Performance Order Storage) and the legacy WordPress posts storage. Whether you’re using HPOS or the traditional storage method, this plugin will work seamlessly.
Captures
Des del tauler d’administració, feu clic a “WooCommerce>Comandes” per veure les comandes a la pantalla. Hi veureu un filtre desplegable nou. Feu clic en aquest menú desplegable i veureu una llista de tots els productes. Seleccioneu un producte i feu clic al botó “Filtre”. Mostrarà les comandes que conté només aquell producte específic.
Instal·lació
There are three different ways to install this plugin, as well as any other plugin from the WordPress.org repository.
Automatic Installation via WordPress Dashboard
- Log in to your WordPress admin dashboard.
- Navigate to
Plugins
>Add New
. - Search for “WooCommerce Filter Orders by Product”.
- Click
Install Now
next to the plugin. - Once installed, click
Activate
.
Manual Upload through WordPress Dashboard
- Download the “WooCommerce Filter Orders by Product” plugin ZIP file.
- Log in to your WordPress admin dashboard.
- Navigate to
Plugins
>Add New
. - Click
Upload Plugin
. - Click
Choose File
, select the plugin ZIP file you downloaded, and clickInstall Now
. - Once the installation is complete, click
Activate Plugin
.
Installation via FTP
- Download the “WooCommerce Filter Orders by Product” plugin ZIP file and extract it to your computer.
- Using an FTP client, connect to your web server.
- Navigate to
/wp-content/plugins/
. - Upload the extracted plugin folder to the
/wp-content/plugins/
directory on your server. - Log in to your WordPress admin dashboard.
- Navigate to
Plugins
. - Locate “WooCommerce Filter Orders by Product” in the list and click
Activate
.
After the installation is complete, a new filter will appear on the WooCommerce Orders page.
PMF
-
Does this plugin work for all product statuses (public, draft, etc.)?
-
Currently, this plugin only works for published products. To make it work for all product statuses (e.g., draft, private), add the following code to your theme’s
functions.php
file:add_action( 'wfobp_product_status', 'filter_order_by_product_status' ); function filter_order_by_product_status(){ return 'any'; }
Ressenyes
Col·laboradors i desenvolupadors
«WooCommerce Filter Orders by Product» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“WooCommerce Filter Orders by Product” s’ha traduït a 10 configuracions regionals. Gràcies als traductors per les seves aportacions.
Traduïu «WooCommerce Filter Orders by Product» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
4.1 – May 20, 2024
- Tweak: Readme updated
4.0 – Dec 31, 2023
- Tweak: Added WooCommerce HPOS support
3.3 – Aug 20, 2023
- Fix: Resolved PHP notice caused by incorrect use of the
is_search()
function
3.1
- S’ha actualitzat el fitxer llegeix-me
3.0
- Nou: Ara és possible filtrar per la categoria de producte
- Codi refactoritzat
2.0.7
- Correcció: els productes amb el mateix nom abans només apareixien una vegada
2.0.6
- S’ha afegit una mini funció (hook) per canviar l’estat del producte
2.0.5
- S’ha corregit un error d’injecció SQL
2.0.4
- Codi millorat
2.0.3
- Corregit: Idioma
2.0.2
- S’ha corregit un error de traducció (Agraïments a Kasperta)
2.0.1
- S’ha corregit un error menor
2.0.0
- Nou: desplegable de cerca
- S’ha corregit un error important
1.0.0
- Versió inicial