File size: 2,263 Bytes
eedb2c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
  "products": [
    {
      "sku": "CG-SET",
      "name": "Cap & Gown Set",
      "price_usd": 59.0,
      "description": "Tassel included; ships until 10 days before the event. Sizes available at pickup; exchange allowed on-site if inventory permits."
    },
    {
      "sku": "PK-1",
      "name": "Parking Pass",
      "price_usd": 10.0,
      "description": "One vehicle per pass. Multiple passes are allowed per student for extended family or guests."
    }
  ],
  "policies": {
    "parking_rules": [
      "No double parking.",
      "Vehicles parked in handicap spaces will be towed."
    ],
    "venue_rules": [
      "Formal attire is recommended (not required).",
      "No muscle shirts.",
      "No sagging pants."
    ]
  },
  "logistics": {
    "shipping_cutoff_days": 10,
    "shipping_window_business_days": "3–5",
    "pickup_location": "Student Center Bookstore",
    "arrival_times": {
      "graduates_minutes_early": 90,
      "guests_minutes_early": 60
    },
    "lots_open_hours_before": 2,
    "lots": ["A", "B"],
    "overflow": "As needed"
  },
  "faq": [
    {
      "q": [
        "Can I buy multiple parking passes?",
        "multiple passes",
        "more than one parking pass",
        "extra parking pass"
      ],
      "a": "Yes, multiple parking passes are allowed per student."
    },
    {
      "q": [
        "What time do the parking lots open?",
        "When do lots open",
        "parking hours",
        "what time parking"
      ],
      "a": "Parking lots open 2 hours before the ceremony."
    },
    {
      "q": [
        "Is formal attire required?",
        "dress code",
        "what should I wear",
        "attire rules"
      ],
      "a": "Formal attire is recommended but not required. No muscle shirts or sagging pants."
    },
    {
      "q": [
        "Where do I pick up the gown?",
        "gown pickup",
        "pickup location"
      ],
      "a": "Pickup is at the Student Center Bookstore during the week prior to the event."
    },
    {
      "q": [
        "Shipping cutoff",
        "last day to ship",
        "when is shipping available until"
      ],
      "a": "Shipping is available until 10 days before the event. Typical shipping takes 3–5 business days."
    }
  ]
}