From 2333fa2d9b6f46a36dea34797a98c9ea913cf08e Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 15 Aug 2025 19:26:42 -0400 Subject: [PATCH] Product Category Dropdown Filter only show categories thats are assigned to the products not all the categories --- user/products.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/products.php b/user/products.php index 8dbe55e9..26860cd5 100644 --- a/user/products.php +++ b/user/products.php @@ -91,7 +91,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));