{{lang.product.add_cart_succeed}}
{% if isProperty %}
{% endif %}
{{option.productTitle}}
{% if storeConfig.sku_spu_set == "4" %} {% elsif storeConfig.sku_spu_set == "2" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}
{% elsif storeConfig.sku_spu_set == "3" %}
{{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% elsif storeConfig.sku_spu_set == "1" %}
{{lang.account.orders_detail.spu}}: {{option.spu | default:"-" }}, {{lang.account.orders_detail.sku}}: {{option.sku | default:"-" }}
{% else %} {% endif %} {% if option.sku_value %}
{{option.sku_value | replace : "
", ";" }}
{% endif %} {% for item in option.custom_attr %}
{{ item.name }} :
{% if item.type == "file" %}
{{ lang.account.orders.property_detail }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "image_group" -%} {%- for el in item.value -%}
{{ el.value }}
{%- unless el.price == '0' -%}
( {%- if el.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} )
{%- endunless -%} {%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% elsif item.type == "public_image" %} {%- if item.price_type == '1' -%} {%- for el in item.value -%}
{{el.value}} {%- if el.price != 0 -%}( {%- if el.price > 0 -%}+{%- else -%}- {%- endif -%} {{el.price | money }} ) {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- else -%} {%- for el in item.value -%}
{{el.value}} {%- if forloop.last -%} {%- if item.price != 0 -%}( {%- if item.price > 0 -%}+{%- else -%}- {%- endif -%} {{ item.price | money }} ) {%- endif -%} {%- endif -%}
{%- unless forloop.last -%}, {%- endunless -%} {%- endfor -%} {%- endif -%} {% elsif item.type == "image_gallery" %}
{{ item.value }}
{%- unless item.price == '0' -%}
( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} )
{%- endunless -%} {%- elsif item.type == "checkbox" or item.type == "block_text" or item.type == "image" -%} {%- for el in item.value -%}
{{ el.value }} {%- unless el.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ el.price | money }} ) {%- endunless -%}
{%- unless forloop.last -%} , {%- endunless -%} {%- endfor -%} {% else %}
{{ item.value }} {%- unless item.price == '0' -%} ( {%- if item.price > 0 -%} + {%- else -%} - {%- endif -%} {{ item.price | money }} ) {%- endunless -%}
{% endif %}
{% endfor %}
{{lang.product.subtotal}}:
{{subtotalPrice}}
{{ lang.cart.list.checkout }}
{{lang.product.view_cart}}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %}
{{ sku.name }}
{% if checkedFirstSku == '2' %}
{{lang.product.please_select}}
{% endif %} {% for val in sku.value %} {%- capture disabled -%} {% if val.available == 0 %}disabled{% endif %} {% if sku.selected_value == val.value %} selected{% endif %} {%- endcapture -%}
{{ val.name }}
{% endfor %}
{% endfor %}
{% for item in variant %}
{%- if productSkuStyle == "color" and item.colorCard -%}
{%- elsif item.image and item.colorCard -%}
{% endif %}
{{item.name}}
{% comment %}
Free Shipping
{% endcomment %}
{{item.price | money}}
{% if item.price < item.compare_at_price %}
{{item.compare_at_price | money}}
{% endif %}
{% if item.ext1 and item.ext1 != '' %}
{{item.ext1}}
{% endif %}
{% endfor %}
{% for sku in skus %} {% assign keyIndex = forloop.index %} {% assign index = forloop.index0 %} {% if sku.type == "multiple" %}
{{sku.name}}
{{lang.account.orders_detail.price | default:"Price"}}
{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %}
{{lang.general.stock | default:"Stock"}}
{% endif %}
{{lang.general.qty | default:"QTY"}}
{{lang.general.reset | default:"Reset"}}
{% for val in sku.value %} {% assign idx = forloop.index0 %}
{% if sku.isImg %} {% if productSkuStyle == "color" %} {% if val.colorValue != "" %}
{% endif %} {% else %} {% if val.image != "" %}
{% endif %} {% endif %} {% endif %}
{{val.name}}
{{val.formatPrice}}{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and inventory_tracking != 0 %}
{{val.quantity}}
{% endif %}
{% if val.available == 0 %}
{{lang.account.wishlist.product_offline}}
{% else %}
{% endif %}
{% endfor %}
{{lang.cart.list.total | default:"Total"}}
(
0
{{lang.general.variations | default:"variations"}}
0
{{lang.promotions.piece | default:"items"}})
{{0|money}}
{% else %}
{{ sku.name }} {%- if sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "color" -%} :
{{sku.selected_value_label}}
{%- endif -%} {%- endif -%}
{% for val in sku.value %} {%- capture className -%} {% if val.available == 0 %}product-sku-values-item-disable{% endif %} {% if sku.selected_value == val.value %}product-sku-values-item-active{% endif %} {%- endcapture -%} {%- capture imageClassName -%} {%- if val.image != "" and sku.isImg -%} product-sku-values-item-image {%- endif -%} {%- endcapture -%} {%- capture imageSizeClassName -%} {%- if val.image != "" and sku.isImg -%} {%- if productSkuStyle == "image" or productSkuStyle == "image_text" -%} {{productSkuSize}} {%- endif -%} {%- endif -%} {%- endcapture -%} {%- capture colorClassName -%} {%- if productSkuStyle == "color" and sku.isImg -%}product-sku-value-color{%- endif -%} {%- endcapture -%}
{%- if val.available == 0 -%}
{%- endif -%} {%- if productSkuStyle == "color" and sku.isImg -%}
{%- elsif val.image != "" and sku.isImg -%}
{%- if productSkuStyle == "image_text" -%}
{{ val.name }}
{%- endif -%} {%- else -%} {{ val.name }} {%- endif -%}
{% endfor %}
{% endif %} {% endfor %}
{{lang.coupons.available_num | replace: '{number}',coupons.size}}
{% for coupon in coupons %}
{{coupon.coupon_code}} {%- if coupon.customer_range != 0 -%}
🎁 {{ lang.coupon.exclusive }}
{%- endif -%}
{%- if coupon.rule.discount.type == 1 -%}
{{ coupon.rule.discount.value }}%
OFF {%- else -%}
-{{ coupon.rule.discount.value | money }}
{%- endif -%} {% if coupon.rule.condition.type == 0 %} , {{lang.coupons.discount_rule_extra}} {% elsif coupon.rule.condition.type == 1 %} {% assign coupon_value = coupon.rule.condition.value %} , {{lang.coupons.discount_rule_count | replace: '{condition}',coupon_value }} {% else %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
✈Free Shipping Over $35| Delivery Within 7 Days.
USD
USD : $
NZD : NZ$
CNY : ¥
SGD : S$
MXN : MXN$
AED : AED
CAD : CA$
AUD : AU$
GBP : £
EUR : €
HOME
BEST SELLERS
America 250
Memorial Day❤️
RED
Faith
Women's
Commemorative Coin
Caps
T-shirts
More Links
HOME
BEST SELLERS
America 250
Memorial Day❤️
RED
Faith
Women's
Commemorative Coin
Caps
T-shirts
Log in
Create Account
USD
USD : $
NZD : NZ$
CNY : ¥
SGD : S$
MXN : MXN$
AED : AED
CAD : CA$
AUD : AU$
GBP : £
EUR : €
Home
/
Women's I Don't Have A PHD I Earned A DD214 Print V-Neck T-Shirt
Women's I Don't Have A PHD I Earned A DD214 Print V-Neck T-Shirt
$11.08
$32.19
SPU:
647820994793832450
Quantity
ADD TO CART
BUY IT NOW
Unavailable
Unavailable
Detail
Description
Description
SPU:
BLG452367
Material:
Cotton/Polyester
Style:
Casual
Festival:
Christmas Day
Elastic:
Small Elastic
Neckline:
V Neck
*The item does not include any accessories in the picture, unless stated otherwise in the product description.
Size chart
Size
Shoulder
Bust
Sleeve Length
Clothing Length
CM
INCH
CM
INCH
CM
INCH
CM
INCH
S
40.0
15.75
95.0
37.40
22.0
8.66
65.0
25.59
M
41.0
16.14
99.0
38.98
22.6
8.90
66.0
25.98
L
42.3
16.65
104.0
40.94
23.2
9.13
67.0
26.38
XL
43.6
17.17
109.0
42.91
23.8
9.37
68.0
26.77
2XL
44.9
17.68
114.0
44.88
24.4
9.61
69.0
27.17
3XL
46.2
18.19
119.0
46.85
25.0
9.84
70.0
27.56
4XL
47.5
18.70
124.0
48.82
25.6
10.08
70.0
27.56
5XL
48.8
19.21
129.0
50.79
26.2
10.31
70.0
27.56
Customer Reviews
No comments
SEE ALL
BACK
You May Also Like
QUICK VIEW
Women's America Flag Floral Print Casual V-Neck 3/4 Sleeve
$ 10.07
QUICK VIEW
Women's 250th Anniversary Print Casual Zip-Up Sweatshirt
$ 10.15
QUICK VIEW
55%
OFF
Women's 250th Anniversary Printed T-Shirt
$ 9.65
$ 21.69
Save
$ 12.04
QUICK VIEW
46%
OFF
Women's Print Crew Neck Tank Top
$ 11.00
$ 20.40
Save
$ 9.40
QUICK VIEW
60%
OFF
Women's America 250th Anniversary Print T-Shirt
$ 10.23
$ 25.89
Save
$ 15.66
QUICK VIEW
61%
OFF
Women's DD-214 Printed T-Shirt
$ 9.87
$ 25.89
Save
$ 16.02
QUICK VIEW
59%
OFF
Women's Proud Female Veteran Print Round Neck Sweatshirt
$ 10.28
$ 25.19
Save
$ 14.91
QUICK VIEW
71%
OFF
Women's 250th Anniversary Embroidered V-Neck T-Shirt
$ 9.93
$ 34.99
Save
$ 25.06
QUICK VIEW
49%
OFF
Women's Casual Red Friday Print Short-Sleeve T-Shirt
$ 10.32
$ 20.29
Save
$ 9.97
QUICK VIEW
51%
OFF
Women's Casual Red Friday Print Short-Sleeve T-Shirt
$ 11.09
$ 23.09
Save
$ 12.00
QUICK VIEW
Women's US 250th Anniversary Casual Shirt
$ 11.56
QUICK VIEW
69%
OFF
Women's Veterans Red Friday Print Casual Top
$ 10.12
$ 33.59
Save
$ 23.47
QUICK VIEW
Women's 250th Anniversary Art Print Casual V-neck T-Shirt
$ 10.26
QUICK VIEW
61%
OFF
Women's Red Friday Printed Polo Shirt
$ 10.79
$ 27.99
Save
$ 17.20
QUICK VIEW
Women's Red Friday Floral Art Print Casual Shirt
$ 9.15
QUICK VIEW
Women's Memorial Day Print Casual Shirt
$ 9.24
QUICK VIEW
75%
OFF
Women's Casual Bohemian American 250th Anniversary Print V-Neck Sweatshirt
$ 9.62
$ 39.89
Save
$ 30.27
QUICK VIEW
77%
OFF
Women's Casual Retro Color Block Faith Print Hoodie Jacket
$ 11.29
$ 49.69
Save
$ 38.40
QUICK VIEW
73%
OFF
Women's 250 Years T-Shirts
$ 9.31
$ 34.99
Save
$ 25.68
QUICK VIEW
46%
OFF
Women's Just A Woman In Combat Boots Printed Short-Sleeved T-Shirt
$ 10.09
$ 18.89
Save
$ 8.80
Shopping Cart