Skip to content

Team Store System

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

  1. Team Store Hero — team name + shop CTA
  2. Featured Jerseys — home / away / custom
  3. Fan Gear — hoodies, shirts, hats
  4. Design Your Jersey — link to Jersey Design Studio
  5. Bulk Team Order CTA — quote request or team order form

Jersey Ordering Flow

  1. Choose a jersey style
  2. Choose colors
  3. Add team logo
  4. Add player name and number
  5. Choose sizes and quantity
  6. 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.