WooCommerce Filtrez vos Commandes par Produit

Description

Ever wanted to filter the order page results by any specific product? Now with this plugin, you can!

After installing this plugin a new filter dropdown will appear in WooCommerce Orders screen. This dropdown shows a list of all products. Just select a product and click on the « Filter » button. It’ll show up the orders which contain only that specific product.

New: From version 3.0 now it’s possible to filter by « Product Category » as well.

Actuellement, cela ne fonctionne que pour les produits publiés. Si vous voulez que cela fonctionne pour tous les statuts des produits, par exemple : brouillon, privé, etc… Vous devez ajouter le code suivant dans le fichier functions.php de votre thème :

add_action( 'wfobp_product_status', 'filter_order_by_product_status' );
function filter_order_by_product_status(){
    return 'any';
}

This project is on GitHub

Captures d’écran

  • From admin panel, Click on "WooCommerce>Orders" to visit the Orders screen. There you'll see a new dropdown filter.
  • Click on that dropdown and you'll see a list of all products. Select a product and click on "Filter" button. It'll show up the orders which contains only that specific product.

Installation

  1. Téléversez l’intégralité du dossier « woocommerce-filter-orders-by-product » dans le répertoire « /wp-content/plugins/ ».
  2. Activez l’extension par l’intermédiaire du menu « Extensions » de WordPress.

Vous verrez un nouveau filtre apparaître dans la page Commandes de WooCommerce.

Avis

2 avril 2021
This plugin is super helpful. I wanted to add a link on a custom admin page to orders for a specific product, and I just had to copy the URL string and add it to a link. Many thanks to the author!
Lire les 13 avis

Contributeurs & développeurs

« WooCommerce Filtrez vos Commandes par Produit » est un logiciel libre. Les personnes suivantes ont contribué à cette extension.

Contributeurs

“WooCommerce Filtrez vos Commandes par Produit” a été traduit dans 9 locales. Remerciez l’équipe de traduction pour ses contributions.

Traduisez « WooCommerce Filtrez vos Commandes par Produit » dans votre langue.

Le développement vous intéresse ?

Parcourir le code, consulter le SVN dépôt, ou s’inscrire au journal de développement par RSS.

Journal

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

  • Readme updated

3.0

  • New: Now it’s possible to filter by Product Category
  • Code refactored

2.0.7

  • Correctif – Les produits portant le même nom ne sont apparus qu’une seule fois précédemment

2.0.6

  • Ajout d’un crochet pour changer l’état du produit

2.0.5

  • Correctif – Bug d’injection SQL

2.0.4

  • Amélioration code

2.0.3

  • Correctif – Langue

2.0.2

  • Correctif – Bug de traduction (merci à Kasperta)

2.0.1

  • Correctif – Bug mineur

2.0.0

  • Nouveauté – Liste déroulante avec recherche
  • Correctif – Bug majeur

1.0.0

  • Version initiale