Hughzeez Team Store System
Purpose: Define the structure for team-specific store pages that connect team identity to jersey ordering and fan gear.
Recommended URL Structure
/teams/{team}
/teams/{team}/store
Recommended Team Store Sections
- Team Store Hero — team name + shop CTA
- Featured Jerseys — home / away / custom
- Fan Gear — hoodies, shirts, hats
- Design Your Jersey — link to Jersey Design Studio
- Bulk Team Order CTA — quote request or team order form
Jersey Ordering Flow
- Choose a jersey style
- Choose colors
- Add team logo
- Add player name and number
- Choose sizes and quantity
- Request quote or order
Store Data Required
- team_id
- team_name
- team_store_url
- featured_products
- jersey_style_options
- size_options
- color_options
- quote_request_target
Implementation Notes
This page should remain WooCommerce-first. Use builder sections for layout and WooCommerce modules/shortcodes for products and product categories.
