Skip to content

Category Management

DealAI.lt uses a hierarchical category system for organizing products into a tree structure.

  • Hierarchical Structure: Parent-child relationships
  • Category Paths: Full path tracking
  • Product Counts: Denormalized counts
  • Category Search: Find categories quickly

Table: core_category

Self-referencing table with parent_id for tree structure.

Component: /template-parts/category-selector.php

Dynamic category selector with AJAX loading and search functionality.