{{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
/
12 Inch Single
12 Inch Single
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
367
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
Novo Amor: Bathing Beach
$ 2.40
QUICK VIEW
Fike, Dominic: Don't Forget About Me, Demos
$ 6.20
QUICK VIEW
Wilson, Charlotte Day: Stone Woman (10", 33 1/3 Rpm)
$ 7.19
QUICK VIEW
Joy Division: Love Will Tear Us Apart (Splatter Vinyl)
$ 9.99
QUICK VIEW
Joy Division: Love Will Tear Us Apart (2020 Remaster)
$ 7.99
QUICK VIEW
Depeche Mode: Black Celebration
$ 25.00
QUICK VIEW
Sister Nancy: Bam Bam
$ 7.59
QUICK VIEW
Drum Breaks: Original Break Beats
$ 2.30
QUICK VIEW
New Order: Ceremony (version 1)
$ 7.99
QUICK VIEW
Prince & the Revolution: Purple Rain
$ 7.99
QUICK VIEW
Blondie: Yuletide Throwdown
$ 10.39
QUICK VIEW
Joy Division: Atmosphere (2020 Remaster)
$ 7.99
QUICK VIEW
Madvillain: All Caps
$ 6.39
QUICK VIEW
Dua Lipa / Madonna / Missy Elliott: Levitating (The Blessed Madonna Remix)
$ 8.87
QUICK VIEW
New Order: Blue Monday (2020 Remaster)
$ 6.79
QUICK VIEW
Specials: Ghost Town (40th Anniversary Half Speed Master)
$ 7.99
QUICK VIEW
Rolling Stones: Living In A Ghost Town
$ 2.88
QUICK VIEW
New Order: Temptation (12" Vinyl Single)
$ 7.99
QUICK VIEW
Ministry: Everyday (Is Halloween) - The Lost Mixes
$ 9.99
QUICK VIEW
Depeche Mode: Music For The Masses
$ 25.00
QUICK VIEW
Joy Division: Transmission (2020 Remaster)
$ 7.99
QUICK VIEW
Segall, Ty: Slaughterhouse
$ 8.39
QUICK VIEW
Rolling Stones: (I Can't Get No) Satisfaction 50th Anniversary
$ 7.99
QUICK VIEW
New Order: Ceremony (version 2)
$ 7.99
QUICK VIEW
Turner, Alex: Submarine
$ 7.99
QUICK VIEW
Free Nationals: Beauty & Essex
$ 3.00
QUICK VIEW
Claypool Lennon Delirium: Lime And Limpid Green
$ 8.79
QUICK VIEW
Daughters: Canada Songs
$ 10.39
QUICK VIEW
Notorious Big: Big Poppa
$ 7.99
QUICK VIEW
Aphex Twin: Peel Session 2
$ 8.00
QUICK VIEW
Aaliyah: I Care 4 U
$ 7.20
QUICK VIEW
Black Flag: I Can See You
$ 3.00
QUICK VIEW
Deadmau5: Faxing Berlin
$ 11.19
QUICK VIEW
Big L: Ebonics / Size Em Up
$ 2.28
QUICK VIEW
Cramps: Blues Fix
$ 7.20
QUICK VIEW
Bieber, Justin: Anyone / Holy
$ 2.50
QUICK VIEW
Depeche Mode: Speak & Spell
$ 12.00
QUICK VIEW
Boards of Canada: Peel Session
$ 8.00
QUICK VIEW
Diplo: Express Yourself
$ 11.19
QUICK VIEW
Osbourne, Ozzy / Motorhead: Hellraiser
$ 3.00
QUICK VIEW
Black Marble: Weight Against the Door
$ 2.40
QUICK VIEW
Gaye, Marvin: What's Going on
$ 2.80
QUICK VIEW
Crosby, Bing / V.: White Christmas
$ 8.79
QUICK VIEW
Beatles: Now and Then [12" Single]
$ 9.19
QUICK VIEW
V X Crosby, Bing: White Christmas (Zoetrope Picture Disc)
$ 9.99
QUICK VIEW
New Order: True Faith
$ 7.59
QUICK VIEW
FKA Twigs: M3ll155x
$ 7.19
QUICK VIEW
LCD Soundsystem: Losing My Edge [Indie Retail]
$ 7.59
QUICK VIEW
Carcass: Despicable (Electric Blue 10)
$ 6.79
QUICK VIEW
Tei Shi: Verde
$ 6.79
QUICK VIEW
Salt-N-Pepa: Push It
$ 9.99
QUICK VIEW
Sevdaliza: Children Of Silk
$ 2.44
QUICK VIEW
American Football: Rare Symmetry / Fade Into You
$ 8.39
QUICK VIEW
El Michels Affair: The Abominable EP
$ 8.79
QUICK VIEW
Lontalius: Surrender
$ 7.59
QUICK VIEW
Frightened Rabbit: Frightened Rabbit - Limited 10-Inch Red Colored Vinyl EP
$ 8.60
QUICK VIEW
Skullcrusher: Skullcrusher
$ 7.59
QUICK VIEW
Rammellzee / K-Rob: Beat-Bop
$ 8.39
QUICK VIEW
Ellis, Brian: Freak-a-holic
$ 6.39
QUICK VIEW
Video Game Jazz Orchestra: Hang on to Your Hat (Music from Super Mario 64)
$ 10.80
QUICK VIEW
New Order: Thieves Like Us (2020 Remaster)
$ 6.79
QUICK VIEW
Princess Nokia: Girl Cried Red
$ 10.79
QUICK VIEW
Thomas, Timmy: Why Can't We Live Together (Original and LNTG Remix)
$ 8.14
QUICK VIEW
Paul, Jai: Btstu
$ 2.40
QUICK VIEW
Olafur Arnalds & Nils Frahm: Trance Frendz
$ 11.59
QUICK VIEW
Hanna: I Needed / Intercession On Behalf
$ 2.60
QUICK VIEW
Disco & Boogie: 200 Breaks & Drum Loops: Volume 2
$ 2.85
QUICK VIEW
Current Joys: B-sides, Rarities & Demos
$ 8.39
QUICK VIEW
Atmosphere: Talk Talk - Pink
$ 8.39
QUICK VIEW
Stevens, Sufjan: Blue Bucket of Gold / Hotline Bling
$ 6.79
QUICK VIEW
Black Flag: TV Party
$ 3.00
QUICK VIEW
Slint: Slint
$ 7.19
QUICK VIEW
Thee Oh Sees: Grave Blockers
$ 8.39
QUICK VIEW
Sevdaliza: Suspended Kid
$ 6.07
QUICK VIEW
Hooverphonic: Jackie Cane Remixes
$ 6.29
QUICK VIEW
The Clean: Boodle Boodle Boodle
$ 7.19
QUICK VIEW
Borghesia: - PIAS 40
$ 7.19
QUICK VIEW
Frightened Rabbit: State Hospital - Limited Silver Colored Vinyl
$ 6.80
QUICK VIEW
Dead Weather: Blue Blood Blues/No Hassle Night/I Just Want To Make Love to You
$ 2.31
QUICK VIEW
Screamers: Screamers Demo Hollywood 1977
$ 7.59
QUICK VIEW
1
2
3
4
5
BACK
Shopping Cart