Custom Options

1: Type of Apparel

{% assign apparels = "Hat,Tshirt,Hoodie,Sweatshirt,Scrubs,Use your own apparel" | split: "," %} {% for apparel in apparels %} {% endfor %}

2: Select Colors

{% assign colors = "Black,#000000;White,#ffffff;Red,#ff0000;Blue,#0000ff;Green,#00ff00;Yellow,#ffff00" | split: ";" %} {% for color in colors %} {% assign pair = color | split: "," %} {% endfor %}

3: Select Position

{% assign positions = "Left chest,Right Chest,Center chest,Center back,Right sleeve,Left sleeve" | split: "," %} {% for pos in positions %} {% endfor %}

4: Thread Color(s)

5: Additional Instructions

6: Upload Your Artwork