1. Intro
  2. 1. Required Apparel
  3. 2. Included Apparel
  4. 3. Extra Apparel
  5. 4. Checkout

Step {{ page + 1 }} of 5: {{ ['Intro', 'Required Apparel', 'Included Apparel', 'Extra Apparel', 'Checkout'][page] }}

Select ONE of each from below Select {{ post.staff_status === 'new' ? 'SIX' : 'TWO' }} shirts from below    

Please Select

Choose a Zip-Up

Choose a Polo

{{ `${includedShirt.color} ${includedShirt.name}` }}

{{ `${extraShirt.color} ${extraShirt.name}` }}

${{ extraShirt.price.toFixed(2).replace(/[.,]00$/, "") }}

Order received! A confirmation email has been sent to you. Your order will be delivered to you upon arrival at camp!

Please correct the following errors:

  • {{ error }}

Enter details

Submitting

My Items


Name Color Size Qty Price
Required ({{ (post.cart.required_count) }} of 2)
{{ shirt.name }} {{ shirt.color }} {{ shirt.size }} {{ shirt.qty }} Free
Included ({{ (post.cart.included_count) }} of {{ (post.staff_status === 'new') ? 6 : 2 }})
{{ shirt.name }} {{ shirt.color }} {{ shirt.size }} {{ shirt.qty }} Free
Extra
{{ shirt.name }} {{ shirt.color }} {{ shirt.size }} {{ shirt.qty }} ${{ shirt.price.toFixed(2) }}
Total ${{ post.cart.total.toFixed(2) }}