{{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
/
7 inch Single
7 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
492
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
Kero Kero Bonito: Flamingo
$ 2.40
QUICK VIEW
Title Fight: Last Thing You Forget
$ 2.00
QUICK VIEW
Beatles: The Singles Collection
$ 9.75
QUICK VIEW
Winehouse, Amy: 12x7: The Singles Collection
$ 6.00
QUICK VIEW
Robinson, Porter: Look At The Sky
$ 2.80
QUICK VIEW
Thee Lakesiders: Si Me Faltaras Tu / Parachute
$ 2.20
QUICK VIEW
Hawthorne, Mayer: How Do You Do [12 x 7" Box Set]
$ 10.80
QUICK VIEW
Durand Jones & The Indications: Make A Change / Is It Any Wonder
$ 1.80
QUICK VIEW
GZA: Liquid Swords: The Singles Collection
$ 14.00
QUICK VIEW
Studio Ghibli / Various: Studio Ghibli
$ 13.20
QUICK VIEW
Kero Kero Bonito: Swimming / Open Road
$ 2.40
QUICK VIEW
Ghost: Kiss The Go-Goat / Mary On A Cross
$ 8.40
QUICK VIEW
Durand Jones & The Indications: Morning In America / Cruisin' To The Park
$ 2.00
QUICK VIEW
Hosono, Haruomi / Mac Demarco: Honey Moon
$ 2.60
QUICK VIEW
Bowie, David: Space Oddity (50th Anniversary EP)
$ 11.99
QUICK VIEW
Soft Cell: Tainted Love
$ 6.39
QUICK VIEW
Bozzio, Dale / Missing Persons / Valcourt, Keith: Life Is So Strange - Missing Persons, Frank Zappa, Prince & Beyond
$ 10.00
QUICK VIEW
Rancid: Let's Go (Rancid Essentials 5X7 Inch Pack)
$ 10.00
QUICK VIEW
Frazer, Aaron: My God Has a Telephone
$ 2.20
QUICK VIEW
Blige, Mary J: HERstory, Vol. 1
$ 22.00
QUICK VIEW
Mumford & Sons: Babel the Singles Collection
$ 11.00
QUICK VIEW
Negative Approach: 10-song 7" EP
$ 2.40
QUICK VIEW
Nirvana: Sliver
$ 2.00
QUICK VIEW
D.R.I.: But Wait ... There's More!
$ 1.20
QUICK VIEW
Rancid: Life Won't Wait (Rancid Essentials 6X7 Inch Pack)
$ 12.00
QUICK VIEW
Morrissey & Bowie, David: Cosmic Dancer / That Entertainment
$ 3.00
QUICK VIEW
Lady Wray: Piece Of Me / Come On In
$ 2.20
QUICK VIEW
Two Tone 7" Treasures / Various: Two Tone 7 Treasures (Various Artists)
$ 25.00
QUICK VIEW
Turtles: 45 RPM Singles Collection
$ 9.99
QUICK VIEW
Cake: Mustache Man (Wasted)
$ 1.00
QUICK VIEW
Cigarettes After Sex: Affection
$ 2.80
QUICK VIEW
Germs: Cat's Clause
$ 9.99
QUICK VIEW
Pharoahe Monch: Simon Says / Instrumental
$ 2.45
QUICK VIEW
Unseen Breaks / Various: Unseen Breaks (Various Artists)
$ 2.00
QUICK VIEW
Rolling Stones: The Rolling Stones Singles 1963-1966
$ 7.20
QUICK VIEW
Van Halen: Japanese Singles 1978-1984
$ 6.00
QUICK VIEW
Mike and the Censations: There's Nothing I Can Do About It / Don't Mess With Me
$ 2.40
QUICK VIEW
Karen O / Kiwanuka, Michael: Yo! My Saint
$ 2.60
QUICK VIEW
Thee Sinseers: It Was Only A Dream
$ 1.80
QUICK VIEW
Toots & Maytals: 7" Single - Pressure Drop (Tri-Colored Vinyl) (RASTA-themed)
$ 7.99
QUICK VIEW
Alabama Shakes: Be Mine / You Ain't Alone
$ 1.80
QUICK VIEW
Cassidy, David: I Think I Love You
$ 2.40
QUICK VIEW
Orgone: Bulletproof / P.c.h.
$ 1.80
QUICK VIEW
Specials: Ghost Town (40th Anniversary Half Speed Master)
$ 2.60
QUICK VIEW
Smith, Elliott: Needle In The Hay
$ 2.80
QUICK VIEW
Beatles: Now and Then [7" Single]
$ 6.79
QUICK VIEW
Total: Can't You See (feat. The Notorious B.I.G. & Keith Murray) (25th Anniv. - Remastered)
$ 3.00
QUICK VIEW
Williams, Rozz / Christian Death / Shadow Project: In His Own Words - Christian Death & Beyond (Red)
$ 8.00
QUICK VIEW
Powerman 5000: When Worlds Collide
$ 6.39
QUICK VIEW
girl in red: We Fell In Love In October
$ 6.39
QUICK VIEW
Raconteurs: Steady As She Goes / Store Bought Bones
$ 1.80
QUICK VIEW
Mercury, Freddie: Messenger Of The Gods
$ 28.00
QUICK VIEW
Growlers: Dream World / Random Everyone
$ 3.00
QUICK VIEW
Mudhoney: Touch Me I'm Sick
$ 2.00
QUICK VIEW
Quantic Presents Flowering Inferno: Shuffle Them Shoes (Feat. Hollie Cook)
$ 2.80
QUICK VIEW
Durand Jones & The Indications: You & Me / Put A Smile On Your Face
$ 1.80
QUICK VIEW
Darondo: Legs Pt. 1 / Let My People Go
$ 2.40
QUICK VIEW
HEALTH: Die Slow/Pictureplane Rmx
$ 1.00
QUICK VIEW
Sunny & the Sunliners: Smile Now Cry Later / I Only Have Eyes For You
$ 2.20
QUICK VIEW
Turnover: Humblest Pleasures
$ 2.00
QUICK VIEW
Edo G: Pete Rock Vs. Dj Premier (4X45 Set)
$ 6.20
QUICK VIEW
Hepcat: 7 Years Of Plenty
$ 2.40
QUICK VIEW
Rolling Stones: The Rolling Stones Singles 1966-1971
$ 7.20
QUICK VIEW
Ghost: Seven Inches Of Satanic Panic
$ 2.00
QUICK VIEW
Black Flag: Louie Louie
$ 6.39
QUICK VIEW
Muna & Bridgers, Phoebe: Silk Chiffon - Pink
$ 2.00
QUICK VIEW
Bad Brains: Pay To Cum
$ 2.00
QUICK VIEW
Coldplay: Christmas Lights [Recycled Black Vinyl 7-Inch]
$ 7.20
QUICK VIEW
El Michels Affair: Tearz / Verbal Intercourse
$ 2.20
QUICK VIEW
Grandmaster Flash / Melle Mel & the Furious Five: White Lines - Purple
$ 6.39
QUICK VIEW
Cline, Patsy: Walkin' After Midnight (Colored 7')
$ 7.99
QUICK VIEW
Krs One: Sound Of Da Police
$ 6.20
QUICK VIEW
Hause, Dave: Time Will Tell
$ 1.20
QUICK VIEW
Modest Mouse: LIFE OF ARCTIC SOUNDS
$ 1.80
QUICK VIEW
Tighten Up Vol 2 / Various: Tighten Up Vol 2 / Various
$ 6.20
QUICK VIEW
Danzig: Always On My Mind (Leopard Vinyl)
$ 10.39
QUICK VIEW
Presley, Elvis: Can't Help Falling in Love
$ 2.00
QUICK VIEW
Presley, Elvis: My Happiness / That's When Your Heartaches Begin
$ 2.40
QUICK VIEW
Black Flag: Nervous Breakdown (10")
$ 11.59
QUICK VIEW
Rancid: Indestructible (Rancid Essentials 6X7 Inch Pack)
$ 12.00
QUICK VIEW
1
2
3
4
...
7
BACK
Shopping Cart