Skip to content

Introduction

P2Lab Filter puts a filter bar at the top of the admin listings you work with every day. It replaces guesswork with precise, readable conditions you build one piece at a time — a field, an operator and a value — and it remembers the searches, groups and defaults you use most.

The bar sits directly above three standard Shopware listings:

  • Catalogues → Products
  • Orders
  • Customers

On every one of these pages the bar starts empty, showing Click to add a condition…. You build a condition, the list narrows, and the condition stays visible as a small pill you can edit or remove.

A condition always has three parts, read left to right like a sentence:

Active · is · Yes

The first part is the field (what you filter on), the second is the operator (how you compare), the third is the value. Fields can reach into related records too — on the order list you can filter by Customer → Customer group, on the product list by Manufacturer → Name.

The Filter Bar does not replace Shopware’s sidebar filter panel — it cooperates with it. Conditions you build in the bar are stored through the same mechanism Shopware uses for its own list filters, which means they:

  • show up in the sidebar filter panel where Shopware supports them,
  • survive a page reload,
  • travel with the page URL, so you can copy a filtered listing to a colleague.

Ready? Continue to Installation.