{{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
Avant: 4 Minutes (X2)
$ 0.40
QUICK VIEW
DJ Brace: Nasty Cuts
$ 7.99
QUICK VIEW
Jungle Fire: Firewalker / Chalupa
$ 1.80
QUICK VIEW
Rancid: Rancid (Rancid Essentials 4X7 Inch Pack)
$ 7.60
QUICK VIEW
White, Jack / Electric Mayhem: You Are the Sunshine of My Life
$ 1.80
QUICK VIEW
Bad Brains: Spirit Electricity (Live)
$ 9.22
QUICK VIEW
Pearl Jam: I Am Mine / Down
$ 2.00
QUICK VIEW
Monophonics: Bang Bang / Thinking Black
$ 1.60
QUICK VIEW
Young Gun Silver Fox: Take It Or Leave It / Mojo Rising
$ 2.01
QUICK VIEW
Rancid: B Sides & C Sides
$ 12.00
QUICK VIEW
White Stripes: Hello Operator/Jolene
$ 1.80
QUICK VIEW
Death From Above: Heads Up Demos
$ 1.80
QUICK VIEW
Jarosz, Sarah / Milsap, Parker: Luck Mansion Sessions
$ 1.80
QUICK VIEW
Subhumans / Restarts: Split
$ 1.66
QUICK VIEW
Bacao Rhythm & Steel Band: Great To Be Here / All For Tha Cash
$ 2.20
QUICK VIEW
Howlin Wolf: How Many More Years / Moanin' at Midnight
$ 1.80
QUICK VIEW
Penny & the Quarters: You & Me / Some Other Love
$ 2.00
QUICK VIEW
Redd Kross / Side Eyes: Songs That Chargo Taught Us
$ 1.60
QUICK VIEW
ABBA: Chiquitita (Picture Disc)
$ 7.20
QUICK VIEW
Darkthrone: Old Star (3 x Black, White & Clear Vinyl + 3 x 2pp Inserts)
$ 7.80
QUICK VIEW
Cookin' on 3 Burners: This Girl / Four 'n Twenty
$ 2.40
QUICK VIEW
Zeke: All the Way
$ 1.60
QUICK VIEW
Soccer Mommy: lucy
$ 1.60
QUICK VIEW
Cold Diamond & Mink / Sisco, Emelia: Let Me in
$ 2.20
QUICK VIEW
Bronze Silver & Brass: Conrad's Lesson - Transparent Red
$ 2.20
QUICK VIEW
Milky Chance: Stolen Dance - Picture Disc
$ 9.20
QUICK VIEW
Bowie, David: Alabama Song
$ 7.99
QUICK VIEW
Conwell, Jimmy / the Exits: Let It All Out / I'M So Glad
$ 2.80
QUICK VIEW
Pop, Iggy: The Passenger - Purple
$ 2.00
QUICK VIEW
Magic Wands: Lazer Bitch
$ 1.20
QUICK VIEW
Coolio: Fantastic Voyage
$ 2.60
QUICK VIEW
Punk Rock Karaoke / Aukerman, Milo: Manny, Moe and Jack
$ 6.79
QUICK VIEW
Soul Investigators (Feat. Jimi Tenor): Vulture's Prayer/Bad Viberations
$ 1.80
QUICK VIEW
Everlast: What It's Like/Ends
$ 2.60
QUICK VIEW
Rosettes: Souvenir
$ 2.20
QUICK VIEW
Doro: Total Eclipse Of The Heart - Blue
$ 2.40
QUICK VIEW
Green Jelly & Seeing Snakes: Split 7 Inch
$ 1.40
QUICK VIEW
Ernie Hawks & the Soul Investigators: The Scorpio Walk/Message Of Love
$ 1.80
QUICK VIEW
Hawks, Ernie & the Soul Investigators: Scorpio Man Theme/Journey To The Bottom
$ 1.80
QUICK VIEW
Guthrie, Nora: Emily's Illness / Home Before Dark
$ 9.19
QUICK VIEW
Tibbs: Ain't It Funny b/w Give Me a Reason
$ 2.82
QUICK VIEW
Bad Cop / Bad Cop: Shattered / Safe And Legal
$ 1.40
QUICK VIEW
Jones, Durand & the Indications: Too Many Tears / Cruisin' to the Parque - Sea Glass Blue
$ 2.00
QUICK VIEW
Brainstory: Nobody But You b/w Gift Of Life
$ 2.20
QUICK VIEW
T.Rex: Bang A Gong (Get It On)
$ 2.20
QUICK VIEW
Del Rey, Lana: Say Yes To Heaven - Picture Disc
$ 8.60
QUICK VIEW
Durand Jones & The Indications: Ride Or Die / More Than Ever
$ 2.00
QUICK VIEW
Guryan, Margo: I Ought To Stay Away From You B/w Why Do I Cry - Black/Red Splatter
$ 2.20
QUICK VIEW
James, Bob / DJ Jazzy Jeff: That Bop / Shamboozie
$ 7.58
QUICK VIEW
Wednesday Addams: Wednesday - Paint It Black / Main Titles
$ 6.39
QUICK VIEW
New Order: Blue Monday '88 (2023 Remaster) (12" single)
$ 7.59
QUICK VIEW
Durand Jones & The Indications: Ride Or Die / More Than Ever - Red
$ 2.00
QUICK VIEW
Statik Selektah: 82-92
$ 6.39
QUICK VIEW
De La Soul: Me Myself And I
$ 3.00
QUICK VIEW
Thundercat & Tame Impala: No More Lies
$ 9.19
QUICK VIEW
Statik Selektah: Unpredictable
$ 6.39
QUICK VIEW
Thee Marloes: Logika / True Love
$ 2.20
QUICK VIEW
Mistura Pura: Mah' Wah Funk B/w Love Is Full Of Colours
$ 2.80
QUICK VIEW
Blackman, Don: Say You'll Be Mine / Your Love Makes Me Crazy
$ 7.59
QUICK VIEW
Exploited: Punk's Not Dead - Red/black Splatter
$ 6.79
QUICK VIEW
Sisco, Emilia / Cold Diamond & Mink: Trouble / It Will Get Better
$ 2.00
QUICK VIEW
Onuki, Taeko: Summer Connection / Heya
$ 10.20
QUICK VIEW
Police: Every Breath You - Limited
$ 9.00
QUICK VIEW
Poison Idea: The Badge / Portland Cop Remix 7
$ 1.60
QUICK VIEW
Yardbirds: Happenings Ten Years Time Ago - Remastered Black Vinyl 7-Inch
$ 8.00
QUICK VIEW
Nas: Ultra Black
$ 6.39
QUICK VIEW
Nas: Rare
$ 6.39
QUICK VIEW
Joy Division: Love Will Tear Us Apart - Purple/black Splatter
$ 6.79
QUICK VIEW
Cornell, Chris: Patience
$ 2.50
QUICK VIEW
Ross, Diana / Tame Impala: Turn Up The Sunshine
$ 6.40
QUICK VIEW
Vega, Alan: Jukebox Babe / Speedway (RSD)
$ 2.80
QUICK VIEW
Dimas III: I Won't Love You Again B/w So Funny
$ 2.00
QUICK VIEW
Bombay Bicycle Club & the Staves: The Endless Coloured Ways: The Songs of Nick Drake - Bombay Bicycle
$ 2.40
QUICK VIEW
Henderson, Greg: Dreamin - 140-Gram Black Vinyl
$ 7.20
QUICK VIEW
Royal Jesters: Take Me For A Little While B/w We Go Together
$ 1.92
QUICK VIEW
Paragons: When The Lights Are Low / I Want To Go Back
$ 6.79
QUICK VIEW
Agent Orange: Bloodstains - Pink
$ 6.39
QUICK VIEW
Vice Squad: Last Rockers - Red
$ 6.39
QUICK VIEW
Maytones: Call You Up / Barrabus
$ 6.79
QUICK VIEW
Fake Names: Fake Names
$ 2.40
QUICK VIEW
1
2
3
4
5
6
7
BACK
Shopping Cart