UltraCart Visual Builder — Shop Page Hierarchy
Storefront: demo2.ultracartstore.com
URL: /shop/
Page Title: Shop
Catalog Group OID: 653456
Theme: Elements (v2.20)
Captured: June 24, 2026
Overview
The Shop page is a catalog group page — the same page type as the Sale page, using catalogGroupOid rather than a numeric content page ID. It is the most structurally complex page in the storefront, introducing 10 new element types not seen on any other page.
The page has two functional sections:
-
Subgroup list (
container-subgroup-list) — renders three category image tiles (Clothing, Footwear, Watches) linking to sub-catalog-groups -
Group facets (
container-group_facets) — renders the full product browsing experience: page title, sort controls, facet filter sidebar, and product grid
| Element Type | Hierarchy Name | Notes |
|---|---|---|
column | COLUMN 1 / 2 / 3 | Column within a row. Has "move left/right" actions (not up/down). Named by position number. |
pagelist | PAGELIST | Paginated list of subgroup tiles. Badge shows current/total (e.g., 1/3). |
pagelink | PAGELINK | Individual subgroup/category link tile within a pagelist. Contains pagetitle + pageimage. |
| Page | Page Type | Content Pattern |
|---|---|---|
| Home | Custom | 7 purpose-built containers |
| About | Content page | pagecontainer → container-page-about-body |
| Blog | Blog listing | container-blogpost-list |
| Contact | Contact form | container-contact-form |
| Help | Content page (stub) | pagecontainer → container-page-help-body (empty) |
| Sale | Catalog group | container-group_item_list (flat product list) |
| Shop | Catalog group | container-subgroup-list + container-group_facets (subgroup tiles + faceted browse) |
Observations & Notes
-
Shop is the most element-type-rich page in the storefront, introducing 10 new types not seen elsewhere.
-
The
PAGETITLEelement appears in two distinct roles: (1) title label inside aPAGELINKsubgroup tile, and (2) standalone catalog group heading ("SHOP") above the TABS element. -
Shop is a catalog group type (like Sale), but more complex: Sale renders a flat product list while Shop renders subgroup navigation tiles plus a full faceted browsing interface.
-
SORT ROWandITEM ROWare standardrowelements with custom names — they are not distinct element types. -
ITEMLISTFACETSis currently empty/warning in DEMO2 (no search facets configured). In a production store, it would render facet filter options. -
The
columnelement uses "move left/right" actions in the editor toolbar, whilerowandsectionelements use "move up/down". Columns do not have an "add below" action. -
DEMO2 Shop has 9 products in the catalog group, none shown as "Out of Stock" (contrast with Sale page, where all 3 products are out of stock).
-
The
pagelistbadge1/3refers to 3 subgroup tiles, not page navigation (all 3 fit on one page). -
Navigation menu: Shop has a dropdown submenu with links to
/shop/Clothing/,/shop/footwear/,/shop/watches/.