{{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 %} {% assign coupon_value = coupon.rule.condition.value | money %} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
Free shipping on orders over €50
Genre
VINYL LP
All Records
Vinyl Just Landed
Christmas
Jazz
Rock
Indie
Soul_R&B
Country
Hip Hop
Pop
Metal
K-Pop
Folk
Classical
Sound Track
Blues
Gospel
Reggae
Latin
Electronic _ Dance
Format
Vinyl
Cassette
7 inch Single
12 Inch Single
CD
Our Favorite Indie Labels
Hot New Vinyl
Staff Picks
Essential Vinyl
Vinyl Back In Stock!
Our Favorite Indie Labels
Just Landed
Vinyl
CD
Cassette
Turntable
More Links
0
Genre
Genre
VINYL LP
All Records
Vinyl Just Landed
Christmas
Jazz
Rock
Indie
Soul_R&B
Country
Hip Hop
Pop
Metal
K-Pop
Folk
Classical
Sound Track
Blues
Gospel
Reggae
Latin
Electronic _ Dance
Format
Format
Vinyl
Cassette
7 inch Single
12 Inch Single
CD
Our Favorite Indie Labels
Our Favorite Indie Labels
Hot New Vinyl
Staff Picks
Essential Vinyl
Vinyl Back In Stock!
Our Favorite Indie Labels
Just Landed
Just Landed
Vinyl
CD
Cassette
Turntable
Home
/
K-Pop
K-Pop
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
489
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
H1-Key: Love or Hate - Random Cover - incl. 68pg Photobook, Student ID Card, 2 Photocards, Sticker, 4-Cut Photo + Folded Poster
$ 10.80
QUICK VIEW
Stray Kids: ATE [ATE Ver.]
$ 6.20
QUICK VIEW
ENHYPEN: Romance : Untold [Engene Ver.]
$ 8.39
QUICK VIEW
BTS: Wake Up
$ 14.32
QUICK VIEW
Kwon Eunbi: Sabotage - incl. 88pg Photobook, 2 Photocards, Folded Poster, Sticker + Message Card
$ 8.00
QUICK VIEW
ATEEZ: GOLDEN HOUR : Part.1 (GOLDEN HOUR Ver.)
$ 11.99
QUICK VIEW
Queen of Tears - O.S.T.: Queen Of Tears - incl. 3 Posters
$ 15.80
QUICK VIEW
Nayeon (Twice): NA ['D'igipack ver.]
$ 6.79
QUICK VIEW
Newjeans: NewJeans 'Supernatural' NJ X MURAKAMI (Drawstring Bag ver.)
$ 6.20
QUICK VIEW
Vvup: Locked On - incl. Photocard, Mini Poster, Photocard DDC + 2 Stickers
$ 9.20
QUICK VIEW
Newjeans: NewJeans 'Supernatural' NJ X MURAKAMI (Cross Bag ver.)
$ 9.19
QUICK VIEW
ATEEZ: GOLDEN HOUR : Part.1
$ 6.60
QUICK VIEW
Illit: ILLIT 1st Mini Album 'SUPER REAL ME' [SUPER ME Ver.]
$ 10.79
QUICK VIEW
Agust D (Suga of Bts): D-DAY
$ 10.40
QUICK VIEW
Seventeen: Seventeen Best Album '17 Is Right Here' (Hear Ver.)
$ 12.80
QUICK VIEW
Illit: ILLIT 1st Mini Album 'SUPER REAL ME' [REAL ME Ver.]
$ 10.79
QUICK VIEW
&Team: First Howling: NOW [Limited Edition A]
$ 6.60
QUICK VIEW
B.A.P: Matrix:
$ 8.40
QUICK VIEW
ATEEZ: Not Okay (Standard Edition)
$ 2.40
QUICK VIEW
NMIXX: Fe3O4: BREAK (Square One Version)
$ 7.99
QUICK VIEW
Plave: Asterum : 134-1 - Lyrics Book, Sticker, Polaroid, Fragrance Tag, 2 Mini Postcards, Member Photocard, Group Photocard, Unit Photocard + Member Starshard Photocard
$ 8.40
QUICK VIEW
ITZY: Born To Be - Special Edition - Mr. Vampire Version - incl. Photocard, Mini-Poster, Square Photo Set + Lyric Paper
$ 6.40
QUICK VIEW
Blackpink: Blackpink EP (CD + DVD/Region 2)
$ 10.20
QUICK VIEW
Shinee: Best From Now On
$ 7.40
QUICK VIEW
Red Velvet: #Cookie Jar
$ 6.20
QUICK VIEW
Up10Tion: Invitation (Silver Version)
$ 11.20
QUICK VIEW
Blackpink: Ddu-Du Ddu-Du (Rose Version)
$ 2.40
QUICK VIEW
BTS: Skool Luv Affair (Incl. 115-page photobook and one random photocard)
$ 7.99
QUICK VIEW
EXO: Countdown (Sehun Version)
$ 6.80
QUICK VIEW
Bigbang: 2013 Bigbang Alive Galaxy Tour Live
$ 10.80
QUICK VIEW
2NE1: I Love You
$ 2.60
QUICK VIEW
Bigbang: Bigbang Made Series E
$ 6.40
QUICK VIEW
Vixx: Hades
$ 7.20
QUICK VIEW
2PM: Grown (B Version)
$ 9.60
QUICK VIEW
Red Velvet: What A Chill Kill - Poster Version - Random Cover - incl. Postcard, 5 Stickers + Photocard
$ 6.40
QUICK VIEW
Shinee: Boys Meet U
$ 7.00
QUICK VIEW
Girls Generation: 2011 Girls Generation Tour
$ 10.00
QUICK VIEW
2NE1: Nolza: First Live Concert
$ 8.00
QUICK VIEW
Bigbang: Alive Tour in Seoul: 2012 Bigbang Live Concert
$ 9.20
QUICK VIEW
ATEEZ: THE WORLD EP.FIN : WILL - Z ver.
$ 11.99
QUICK VIEW
ATEEZ: THE WORLD EP.FIN : WILL - A ver.
$ 11.99
QUICK VIEW
Stray Kids: Rock-Star (Roll Ver.)
$ 6.20
QUICK VIEW
Key: Good & Great - Photo Book Version
$ 10.80
QUICK VIEW
Stray Kids: Rock-Star (Rock Ver.)
$ 6.20
QUICK VIEW
Aespa: Drama - The 4th Mini Album [Drama Ver.]
$ 9.99
QUICK VIEW
Riize: 1st Single 'Get A Guitar' (Physical CD)
$ 3.00
QUICK VIEW
Stray Kids: Japan First EP - Version B
$ 11.20
QUICK VIEW
V ( Bts ): V 'Layover' 3
$ 9.99
QUICK VIEW
Kid Milli: Beige - incl. QR Card, Selfie Photocard + 6pc Postcard Set
$ 7.80
QUICK VIEW
Shinee: Hard - Package Version
$ 7.80
QUICK VIEW
Blitzers: Macarena - Magazine Type - incl. 86pg Photobook, 4pg Score Type Lyrics, 6 Photocards, Toon Card + Sticker Set
$ 9.60
QUICK VIEW
Dreamcatcher: Apocalypse : From Us - W Version - incl. 184pg Photobook, Paper Airplane, Boarding Pass, Passport Case, 10pc Print Photo Set, 3 Photocards, Photo Film, Sticker + Bookmark
$ 9.80
QUICK VIEW
Shinee: Hard - Photo Book Version
$ 6.20
QUICK VIEW
(G)I-Dle: I feel (Queen Ver.)
$ 11.99
QUICK VIEW
ENHYPEN: Dark Blood (New Ver.)
$ 9.99
QUICK VIEW
Newjeans: NewJeans 2nd EP 'Get Up' (The POWERPUFF GIRLS X NJ Box ver.)
$ 9.59
QUICK VIEW
Le Sserafim: 1st Studio Album ‘UNFORGIVEN’ [COMPACT ver.]
$ 8.39
QUICK VIEW
Le Sserafim: 1st Studio Album UNFORGIVEN (DEWY SAGE)
$ 6.60
QUICK VIEW
Le Sserafim: 1st Studio Album UNFORGIVEN (DUSTY AMBER)
$ 6.60
QUICK VIEW
Kep1ER: Lovestruck! - Digipack Version - incl. 20pg Photobook, Folded Poster + 2 Photocards
$ 6.40
QUICK VIEW
Kep1ER: Lovestruck! - Random Cover - incl. 84p Photobook, 3 Postcards, Tattoo Sticker, Hidden Message card, Folded Poster + 2 Photocards
$ 11.20
QUICK VIEW
Craxy: Xx - incl. Postcard, Mini-Poster, 2 Stickers, Selfie-Photocard + Signed Polaroid
$ 11.20
QUICK VIEW
Seventeen: SEVENTEEN 10th Mini Album 'FML' (B Ver.)
$ 8.76
QUICK VIEW
Seventeen: SEVENTEEN 10th Mini Album 'FML' (A Ver.)
$ 8.76
QUICK VIEW
AB6IX: B:Complete EP - 180g w/16pg Photobook, Photocard + Folded Poster
$ 13.80
QUICK VIEW
Agust D (Suga of Bts): D-Day (Version 01)
$ 9.59
QUICK VIEW
Seventeen: SEVENTEEN 10th Mini Album 'FML' (C Ver.)
$ 8.76
QUICK VIEW
Jimin ( Bts ): FACE (Invisible Face)
$ 9.19
QUICK VIEW
TWICE: Taste of Love [TASTE version]
$ 11.99
QUICK VIEW
Kim Hyun Joong: My Sun - Limited Edition, Photo Book, Photo Card
$ 9.60
QUICK VIEW
TWICE: Ready To Be (Digipack Version)
$ 6.79
QUICK VIEW
Key: Killer (Case Version) (Limited Edition)
$ 11.20
QUICK VIEW
Newjeans: Newjeans 'OMG'
$ 8.00
QUICK VIEW
OnlyOneOf: Chrome Arts
$ 11.20
QUICK VIEW
Le Sserafim: Fearless - Version A - incl. Photobook
$ 8.40
QUICK VIEW
NCT 127: The 4th Album Repackage 'Ay-Yo' [B Ver.]
$ 7.59
QUICK VIEW
Le Sserafim: LE SSERAFIM - Fearless (Standard Edition CD)
$ 2.40
QUICK VIEW
OnlyOneOf: Chrome Arts - Limited Edition - incl. DVD
$ 8.40
QUICK VIEW
Rm ( Bts ): RM (BTS) Indigo Book Edition
$ 9.19
QUICK VIEW
Chunji ( Teen Top ): Too Late -5pc Postcard Set, Message Card + Photocard
$ 7.20
QUICK VIEW
1
2
3
4
5
6
7
BACK
Shopping Cart