- Intro
- 1. Required Apparel
- 2. Included Apparel
- 3. Extra Apparel
- 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
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 }}
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) }} | |||