{{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 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 inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if 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 %}
Home
New
Sports Sneaker
Air Jordan
Travis Scott
Air Jordan 1
Air Jordan 2
Air Jordan 3
Air Jordan 4
Air Jordan 5
Air Jordan 6
Air Jordan 7
Air Jordan 11
Air Jordan 12
Air Jordan 13
Air Jordan 14
Jordan other
Nike
Nike Dunk
Kobe
Fear Of God
Nike Sacai
Air Force 1
Air Vapormax
Air Yeezy
Air Foamposite
Air Uptempo
Nike React
Nike Others
Yeezy
Yeezy 350
Yeezy 380
Yeezy 400
Yeezy 450
Yeezy 500
Yeezy 700
Yeezy 750
Yeezy Slides
Yeezy Others+++
Adidas
Originals Gazelle
Ultra Boost
NMD
Pharrrell Williams
Adidas 4D
Others Adidas+++
Off White
New Balence
Converse/Vance
Designer Sneaker
Louis Vuitton Sneakers
Chanel Sneakers
Gucci Sneakers
Dior Sneakers
Balenciaga Sneakers
Mcqueen Sneakers
Bottega Veneta
Prada Sneaker
Lanvin
Rick Owen
Loro Piana
Maison Margiela
Miumiu
Loewe
Amiri
Golden Goose
Fendi Sneaker
Asics
Hermes Sneaker
Others Sneakers
Sandals/Slides
Louis Vuitton Sandals
Chanel Sandals
Dior Sandals
Gucci Sandals
Fendi Slides
Hermes Sandals
Celine Sandals
Miumiu Slides
Balenciaga Slides
Others Sandals/Slides
Trending Shoes
Loui* Vuitton Women
Gucc*Women
Chan*l Women
Dio* Women
Hermes Women
Rene Caovilla
Prad* Women
Fend* Women
Valentino Women
Amina Muaddi
YSL Women
Celine Women
Roger vivier
Other Women
Boots
Louis Vuitton Boots
Chanel Boots
Prada Bots
Gucci Boots
Fendi Boots
Dior Boots
Others Boots
Scarf
L*V Scarf
Herme* Scarf
Gucc* Scarf
Burberr* Scarf
Di0r Scarf
Ch@nel Scarf
Fend* Scarf
Celin* Scarf
Loew* Scarf
More Scarf++
Jewelry
Earring
Chanel
Gucci
Dior
Louis Vuitton
Celine
Other Earrings
Bracelet
Cartier
Gucci
Louis Vuitton
Chanel
VCA
Other Bracelets
Necklace
Brooch
Ring
Belt
L*V Belt
Gucc* Belt
Ch@nel Belt
Herme* Belt
Ferragamo Belt
Di0r Belt
Burberr* Belt
Celin* Belt
More Belt++
Bags
Louis Vuitton
Neverfull
Onthego
Speedy
Keepall
Capucines
NÉONOÉ
Pochette
Backpack
Wallet
Others LV
Chanel Bags
Flap Bag
Boy Bag
CC Shopping & Tote
CC Bckpack
CC Wallet
WOC
Trendy CC
Coco Handle
19 Bag
Gabrielle
Ch@nel Others
Gucci Bags
GG Ophidia
GG Marmont
GG Diana
GG Dionysus
GG Emblem
GG Backpack
GG Wallet
GG Travel Bag
GG Tote/Shopping Bag
Others Gucci
Dior Bags
Book Tote
Dior Saddle
Dior Lady
Dior Wallet
Dior Backpack
Dior Others
Miumiu Bags
Celine Bags
More Accessories
Watches
Sunglasses
Hats and Gloves
Socks
Swimwear
Clothes
Key Holders and Bag Charms
More Access+
0
Home
New
Sports Sneaker
Air Jordan
Travis Scott
Air Jordan 1
Air Jordan 2
Air Jordan 3
Air Jordan 4
Air Jordan 5
Air Jordan 6
Air Jordan 7
Air Jordan 11
Air Jordan 12
Air Jordan 13
Air Jordan 14
Jordan other
Nike
Nike Dunk
Kobe
Fear Of God
Nike Sacai
Air Force 1
Air Vapormax
Air Yeezy
Air Foamposite
Air Uptempo
Nike React
Nike Others
Yeezy
Yeezy 350
Yeezy 380
Yeezy 400
Yeezy 450
Yeezy 500
Yeezy 700
Yeezy 750
Yeezy Slides
Yeezy Others+++
Adidas
Originals Gazelle
Ultra Boost
NMD
Pharrrell Williams
Adidas 4D
Others Adidas+++
Off White
New Balence
Converse/Vance
Designer Sneaker
Louis Vuitton Sneakers
Chanel Sneakers
Gucci Sneakers
Dior Sneakers
Balenciaga Sneakers
Mcqueen Sneakers
Bottega Veneta
Prada Sneaker
Lanvin
Rick Owen
Loro Piana
Maison Margiela
Miumiu
Loewe
Amiri
Golden Goose
Fendi Sneaker
Asics
Hermes Sneaker
Others Sneakers
Sandals/Slides
Louis Vuitton Sandals
Chanel Sandals
Dior Sandals
Gucci Sandals
Fendi Slides
Hermes Sandals
Celine Sandals
Miumiu Slides
Balenciaga Slides
Others Sandals/Slides
Trending Shoes
Loui* Vuitton Women
Gucc*Women
Chan*l Women
Dio* Women
Hermes Women
Rene Caovilla
Prad* Women
Fend* Women
Valentino Women
Amina Muaddi
YSL Women
Celine Women
Roger vivier
Other Women
Boots
Louis Vuitton Boots
Chanel Boots
Prada Bots
Gucci Boots
Fendi Boots
Dior Boots
Others Boots
Scarf
L*V Scarf
Herme* Scarf
Gucc* Scarf
Burberr* Scarf
Di0r Scarf
Ch@nel Scarf
Fend* Scarf
Celin* Scarf
Loew* Scarf
More Scarf++
Jewelry
Earring
Chanel
Gucci
Dior
Louis Vuitton
Celine
Other Earrings
Bracelet
Cartier
Gucci
Louis Vuitton
Chanel
VCA
Other Bracelets
Necklace
Brooch
Ring
Belt
L*V Belt
Gucc* Belt
Ch@nel Belt
Herme* Belt
Ferragamo Belt
Di0r Belt
Burberr* Belt
Celin* Belt
More Belt++
Bags
Louis Vuitton
Neverfull
Onthego
Speedy
Keepall
Capucines
NÉONOÉ
Pochette
Backpack
Wallet
Others LV
Chanel Bags
Flap Bag
Boy Bag
CC Shopping & Tote
CC Bckpack
CC Wallet
WOC
Trendy CC
Coco Handle
19 Bag
Gabrielle
Ch@nel Others
Gucci Bags
GG Ophidia
GG Marmont
GG Diana
GG Dionysus
GG Emblem
GG Backpack
GG Wallet
GG Travel Bag
GG Tote/Shopping Bag
Others Gucci
Dior Bags
Book Tote
Dior Saddle
Dior Lady
Dior Wallet
Dior Backpack
Dior Others
Miumiu Bags
Celine Bags
More Accessories
Watches
Sunglasses
Hats and Gloves
Socks
Swimwear
Clothes
Key Holders and Bag Charms
More Access+
Log in
Home
/
Air Jordan
Air Jordan
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
337
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
Air Jordan AJ11 Retro High "Legend Blue" IB1378-001
$ 183.00
NIGEL SYLVESTER X AIR JORDAN HF4340-003
$ 178.00
Air Jordan 5 Retro AJ5 DD0587-002
$ 181.00
Travis Scott x Jordan AJ Cut The Check TS IH7971-001
$ 168.00
Air Jordan 1 FJ5478-010
$ 148.00
Jordan 1 Retro Low OG Nigel Sylvester Better With Time IB8958 001
$ 140.00
Jordan 1 Low Black Elephant Print IM6568 010
$ 140.00
Air Jordan 5 Retro HQ3004-001
$ 182.00
Travis Scott x Air Jordan 1 Low OG HQ6998-146
$ 165.00
Travis Scott x Air Jordan 1 Low OG DM7866-061
$ 165.00
Travis Scott x Air Jordan 1 Low OG DM7866-101
$ 165.00
Jordan 12 Retro GS 'Pearl Pink' 510815-600
$ 177.00
Air Jordan 14 “Black Toe”487471-160
$ 178.00
Air Jordan 4 OG “Lakers”FV5029-500
$ 178.00
Air Jordan 12 “Taxi” Retro CT8013-117
$ 178.00
Air Jordan 10 "Alternate Bobcats" HJ6779-112
$ 180.00
Air Jordan 10 Dark Shadow 310805-002
$ 182.00
Air Jordan 5 “White Metallic HQ7983-103
$ 182.00
Air Jordan 11 378037-326
$ 183.00
Air Jordan 12 Gamma Bule 130690-027
$ 180.00
Jordan Air Jordan 1 Low HQ2016-200
$ 163.00
Air Jordan 12 Retro CT8013-114
$ 182.00
Air Jordan 12 Retro CT8013-002
$ 182.00
Jordan Air Jordan 10 0G“Steel”HJ6779-104
$ 187.00
AIR JORDAN 4 RETRO UNI (Pizza) IH2094-200
$ 180.00
Infinite Archives x Air Jordan 17 Low IH0177-200
$ 187.00
Jordan Spizike AJ3.5 FQ1759-107
$ 176.00
Jordan Spizike AJ3.5 FQ1759-105
$ 176.00
Nigel Sylvester x Air Jordan 4 HF4340-400
$ 180.00
Jordan Air Jordan 1 Low HV5968-001
$ 165.00
Jordan Air Jordan 1 Low 553558-611
$ 165.00
Jordan 11 Retro Low Igloo AH7860-103
$ 184.00
Jordan Air Jordan 1 Low DC0774-180
$ 164.00
Air Jordan 11 “Gamma” AJ11 CT8012-047
$ 185.00
Union LA x Air Jordan 1 High OG UN IO7847-001
$ 178.00
Air Jordan 1 High OG “Shattered Backboard”DZ5485-008
$ 178.00
Air Jordan 4 "Military Black" AJ4 DH6927-111
$ 180.00
Air Jordan 4 Retro "Infrared" AJ4 DH6927-061
$ 180.00
Air Jordan 4“White Oreo”AJ4 CT8527-100
$ 180.00
Air Jordan 4 Retro "White Thunder" AJ4 FQ8138-001
$ 182.00
Air Jordan 4 Retro "Craft" AJ4 DV3742-021
$ 182.00
Air Jordan 4 Retro "Military Blue" AJ4 308497-105
$ 182.00
Air Jordan 4 Retro "Lightning" AJ4 CT8527-700
$ 182.00
Air Jordan IV Hot Lava AJ4 308497-116
$ 182.00
Air Jordan 4 Retro "Seafoam" AJ4 AQ9129-103
$ 182.00
Air Jordan 4 Retro PSG AJ4 CZ5624-100
$ 182.00
Air Jordan AJ12 153265-002
$ 185.00
Air Jordan 6 Retro CT8529-063
$ 189.00
Air Jordan 1 Low HF4078-100
$ 170.00
Air Jordan 4 Retro "Cave Stone" AJ4 FV5029-200
$ 182.00
Jordan 5 Retro T23 Tokyo 2025 IO3372-700
$ 185.00
Awake NY x Air Jordan 5 DV4982-600
$ 187.00
Air Jordan 12 GS 153265-114
$ 184.00
Maniére x Air Jordan 5 Retro OG AM 'IB1528-100
$ 187.00
UNDEFEATED x Air Jordan 4 OG IB1519-200
$ 185.00
Air Jordan 4 Denim "Worn Blue”IB6716-100
$ 185.00
Jordan 14 Retro Last Shot 311832-010
$ 177.00
Awake NY x Air Jordan 5 "Black/Racer Blue"DV4982-004
$ 187.00
Air Jordan 5 “Fire Red Black Tongue”HQ7978-101
$ 187.00
OFF-WHITE x AJ4 WMNS CV9388-100
$ 185.00
KAWS x Air Jordan 4 Cool Grey 930155-003
$ 185.00
Air Jordan 4 “ Red Metallic”CT8527-112
$ 185.00
Air Jordan 4 “ Red Metallic”CT8527-115
$ 185.00
Levi’s x Air Jordan 4 AO2571-100
$ 185.00
Air Jordan 5 x off white DH8565-100
$ 187.00
Jordan 5 Retro Tokyo T23 454783-701
$ 187.00
Air Jordan 5 Raging Bull DD0587-600
$ 187.00
Air Jordan stealth DD0587-140
$ 187.00
Air Jordan 5 WMNS “Bluebird”DD9336 400
$ 187.00
Air Jordan 5 “Jade Horizon”DC7501-300
$ 187.00
Air Jordan 5 “Racer Blue”CT4838-004
$ 187.00
Air Jordan 5“ Easter ”DV0562-600
$ 187.00
Air Jordan 5 “Green Bean”DM9014-003
$ 187.00
Jordan 5 Retro Low Doernbecher Michael (2022) DR6287-486
$ 184.00
Jordan 5 Retro Dark Concord DD0587-141
$ 182.00
Air Jordan 5 Retro Low "PSG" DX6325-202
$ 182.00
We The Best x Jordan 5 Crimson Bliss DV4982-641
$ 188.00
Air Jordan 5 “Aqua”DD0587-047
$ 188.00
Air Jordan 5 “UNC" DV1310-401
$ 188.00
DJ Khaled x Air Jordan 5 We The Best Sail 4982-175
$ 188.00
1
2
3
4
5
BACK
Shopping Cart