- Leaf category pages (product archives)—a filtered grid of every listing attached to the deepest category in the shop tree.
- Single product pages—the full detail page for one parent product (simple or variable), including variations, documents, and vendor actions.
/categories/... leaves; the last child of each branch is the URL that actually lists products in a grid.
URL patterns (live site)
| Page type | URL pattern | Real examples |
|---|---|---|
| Leaf category | /categories/{parent}/{child}/ | Pneumatic Fenders · PP Ropes |
| Single product | /products/{family}/{subcategory}/{slug}/ | Trelleborg Pneumatic Fender · PP Rope (Preneur Marine) |
/brand/{slug}/), stock location links (/stock-location/...), and vendor storefront links (/vendor/{slug}/).
In this section
- Leaf category (product loop) pages—filters, grid cards, and empty states.
- Single product (detail) pages—variations, cart, documentation, and related products.

