{{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
Jackson, Janet: Doesn't Really Matter
$ 6.80
QUICK VIEW
Depeche Mode: Speak & Spell - The 12 Singles Collection (incl. 7)
$ 16.80
QUICK VIEW
DIP: The Dip Plays It Cool
$ 7.20
QUICK VIEW
Ramone, Johnny: Final Sessions - Limited Edition Red Vinyl
$ 7.59
QUICK VIEW
Blaze: Territory
$ 11.19
QUICK VIEW
Aslaug: Aslaug (Peach Vinyl)
$ 9.19
QUICK VIEW
Vimur: Exegesis
$ 3.00
QUICK VIEW
Carey, Mariah: All I Want for Christmas Is You / Joy to the World
$ 10.39
QUICK VIEW
Washington, Kamasi: Harmony Of Difference
$ 7.99
QUICK VIEW
Mac Dre: Bleezies and Heem
$ 2.00
QUICK VIEW
Vile, Kurt: Square Shells
$ 6.79
QUICK VIEW
Hieroglyphics: The Who (Picture Disc Ep)
$ 9.19
QUICK VIEW
Tempest, Kate: Let Them Eat Chaos
$ 11.40
QUICK VIEW
Blu: Return
$ 2.40
QUICK VIEW
Grouch: Artsy
$ 2.20
QUICK VIEW
Depeche Mode: Broken Frame
$ 10.00
QUICK VIEW
New Order: Everythings Gone Green
$ 8.40
QUICK VIEW
Wu-Tang: Pearl Harbor
$ 3.00
QUICK VIEW
Heatmiser: Yellow No 5
$ 7.59
QUICK VIEW
Harris, Calvin / Smith, Sam: Promises
$ 9.60
QUICK VIEW
Bikini Kill: Bikini Kill
$ 7.19
QUICK VIEW
Fussman, Tal: Focus EP
$ 7.59
QUICK VIEW
Elwd: Songs About The Sun
$ 8.79
QUICK VIEW
Waxahatchee: Great Thunder
$ 6.39
QUICK VIEW
Zer-O: Real Time (40 Year Anniversary)
$ 8.79
QUICK VIEW
Motley Crue: Dogs Of War
$ 8.79
QUICK VIEW
Molina, Juana: Forfun
$ 6.79
QUICK VIEW
Octo Octa: Dreams Of A Dancefloor
$ 11.19
QUICK VIEW
dBridge: Vemodalen
$ 6.50
QUICK VIEW
Julie: Pushing Daisies
$ 8.79
QUICK VIEW
Goose: Autumn Crossing
$ 9.99
QUICK VIEW
Joywave: Brain Damage [Picture Disc 10" Single]
$ 9.19
QUICK VIEW
Cassandra Complex: - PIAS 40
$ 7.19
QUICK VIEW
New Fast Automatic Daffodils: - PIAS 40
$ 7.19
QUICK VIEW
Nakamura, Haruka: Touge: Winter & Summer
$ 13.20
QUICK VIEW
Summer, Donna: Love To You - 'Rainbow' Colored Vinyl
$ 10.40
QUICK VIEW
Duke, Doris / Rhyze: Woman Of The Ghetto (Original Mix) / Free
$ 9.20
QUICK VIEW
Tiga: - PIAS 40
$ 7.19
QUICK VIEW
Skinny Puppy: - PIAS 40
$ 7.19
QUICK VIEW
Reel People Music : Vinyl Sampler Vol. 3 / Various: Reel People Music : Vinyl Sampler Vol. 3 (Various Artists)
$ 7.59
QUICK VIEW
Forbert, Steve: Streets Of This Town: Revisited
$ 12.00
QUICK VIEW
Surprise Chef: Friendship Ep
$ 8.79
QUICK VIEW
Neon Judgement: - PIAS 40
$ 7.19
QUICK VIEW
Current Joys: Wild Heart
$ 8.39
QUICK VIEW
Chemical Brothers: No Reason
$ 8.79
QUICK VIEW
Sextile: 3 - Bubblegum Red
$ 9.19
QUICK VIEW
U2: A Celebration (40th Anniversary)
$ 11.19
QUICK VIEW
New Order: The Perfect Kiss (2022 Remaster)
$ 6.79
QUICK VIEW
New Order: Shellshock (2022 Remaster)
$ 6.79
QUICK VIEW
Network Remixes: Vol. 1 Sampler / Various: Network Remixes: Volume One Sampler (Various Artists)
$ 9.59
QUICK VIEW
Kapote / Kosmo Kint: Remix EP
$ 7.19
QUICK VIEW
Defected: Ep 14 / Various: Defected: EP 14 (Various Artists)
$ 9.59
QUICK VIEW
Priest, Maxi / Macka B: None A Jah Children Remixes
$ 7.20
QUICK VIEW
Junior Jack: - PIAS 40
$ 7.19
QUICK VIEW
Defected: Ep 13 / Various: Defected: EP 13 (Various Artists)
$ 9.59
QUICK VIEW
Duran Duran: All Of You (Erol Alkan's Extended Rework)
$ 9.60
QUICK VIEW
Dam Swindle: Keep On Swindling Pt. 2
$ 7.99
QUICK VIEW
Magou: Who Is Magou
$ 11.99
QUICK VIEW
Gou, Peggy: I Go (Remixes)
$ 11.19
QUICK VIEW
Mogwaa: From Above
$ 9.59
QUICK VIEW
McCoy, Van: The Hustle (RSD)
$ 7.99
QUICK VIEW
Rammstein: Zeit
$ 8.79
QUICK VIEW
Little Esther: The Warwick Singles
$ 7.19
QUICK VIEW
Chief Keef / Zaytoven: GloToven (RSD)
$ 9.99
QUICK VIEW
Speed Dealer Moms: SDM-LA8-441-114-211
$ 3.00
QUICK VIEW
Pixey: Sunshine State [Translucent Blue Colored Vinyl]
$ 8.40
QUICK VIEW
Rockmore, Clara: Theremin
$ 8.79
QUICK VIEW
Floorplan: Get My Mansion Ready
$ 9.59
QUICK VIEW
U2: 11 O'Clock Tick Tock (40th Anniversary Edition)
$ 9.99
QUICK VIEW
O'Connor, Sinead: Live In Rotterdam 1990 (RSD)
$ 6.79
QUICK VIEW
Surprise Chef: Masters Of Work Remixes
$ 6.79
QUICK VIEW
Glitterbox Jams Vol. 5 / Various: Glitterbox Jams Vol. 5 (Various Artists)
$ 10.39
QUICK VIEW
Gushima, Naoko: Candy
$ 10.20
QUICK VIEW
Duster: 1975
$ 10.39
QUICK VIEW
Corto.Alto: Not For Now
$ 9.19
QUICK VIEW
Blonde Redhead: Melodie Citronique
$ 3.00
QUICK VIEW
38 Spesh / Benny the Butcher: Stash Box
$ 7.99
QUICK VIEW
Tucker, Barbara: Beautiful People
$ 9.59
QUICK VIEW
Partridge, Andy: My Failed Songwriting Career: Volume 1 Ep
$ 6.40
QUICK VIEW
Hoffknecht, Thomas: Antaris
$ 8.14
QUICK VIEW
1
2
3
4
5
BACK
Shopping Cart