{{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
/
Jazz
Jazz
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
499
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
Gillespie, Dizzy: Greatest Trumpet Of Them All + 1 Bonus Track
$ 8.00
QUICK VIEW
Smooth Jazz All Stars: Smooth Jazz Tribute to Luther Vandross
$ 2.00
QUICK VIEW
McLean, Jackie: Destination Out
$ 11.19
QUICK VIEW
White, Peter: Playin' Favourites
$ 1.60
QUICK VIEW
Vaughan, Sarah: Essential Works 1944-1962
$ 7.40
QUICK VIEW
Koz, Dave: Summer Horns II: From A To Z
$ 2.60
QUICK VIEW
Reinhardt, Django: The Classic Early Recordings In Chronological Order
$ 11.60
QUICK VIEW
Bennett, Tony / Lady Gaga: Love For Sale
$ 2.94
QUICK VIEW
Fukui, Ryo: Mellow Dream
$ 6.00
QUICK VIEW
Davis, Miles: Dark Magus
$ 9.60
QUICK VIEW
Ellington, Duke / Mingus, Charles / Roach, Max: Money Jungle
$ 8.40
QUICK VIEW
Jones, Quincy: Dude
$ 2.79
QUICK VIEW
Griffin, Johnny: Riverside Collection 1958-1962
$ 2.40
QUICK VIEW
Cherry, Don: Where Is Brooklyn?
$ 11.19
QUICK VIEW
Fitzgerald, Ella/Armstrong, Louis: Ella & Louis
$ 8.00
QUICK VIEW
Coltrane, John: My Favorite Things
$ 9.60
QUICK VIEW
Roach, Max: We Insist [Bone Colored Vinyl]
$ 8.40
QUICK VIEW
Coltrane, John: "Live" At The Village Vanguard (Verve Acoustic Sounds Series)
$ 7.95
QUICK VIEW
Simone, Nina: Pastel Blues
$ 7.80
QUICK VIEW
McLaughlin, John / Mahavishnu Orchestra: Inner Mounting Flame
$ 1.60
QUICK VIEW
Carter, Ron & Golden Striker Trio: Live At The Theaterstubche Kassel
$ 2.80
QUICK VIEW
Gilberto, Astrud: The Shadow Of Your Smile (SHM-CD)
$ 2.80
QUICK VIEW
Blakey, Art: Indestructible
$ 11.19
QUICK VIEW
Parker, Jeff: Forfolks
$ 9.99
QUICK VIEW
Marsalis, Branford: The Secret Between The Shadow And The Soul
$ 7.58
QUICK VIEW
Mann, Herbie: Complete Recordings: 1957-1958
$ 2.40
QUICK VIEW
Flanagan, Tommy Trio: Overseas [180-Gram Gatefold Vinyl With Bonus Tracks]
$ 9.60
QUICK VIEW
Goodwin, Gordon: Swingin' For The Fences
$ 2.60
QUICK VIEW
Jones, Quincy: The Classic Albums 1956-1963
$ 3.00
QUICK VIEW
Groove, Euge: Seven Large
$ 7.59
QUICK VIEW
Davis, Miles: Bitches Brew Live
$ 9.60
QUICK VIEW
Getz, Stan: Big Band Bossa Nova
$ 9.60
QUICK VIEW
Cole, Nat King: Complete Us & UK Hits 1942-62
$ 10.40
QUICK VIEW
Blakey, Art & Jazz Messengers: First Flight To Tokyo: The Lost 1961 Recordings [2 CD]
$ 9.99
QUICK VIEW
Baker, Chet: Pretty / Groovy
$ 2.60
QUICK VIEW
James, Bob: Espresso
$ 7.20
QUICK VIEW
Wickham, Chip: Blue To Red
$ 8.79
QUICK VIEW
Darius, Eric: On a Mission
$ 7.59
QUICK VIEW
Coltrane, Alice: World Spirituality Classics 1: Ecstatic Music
$ 6.40
QUICK VIEW
Culbertson, Brian: Bringing Back the Funk
$ 2.40
QUICK VIEW
Mingus, Charles: Live at Carnegie Hall
$ 6.37
QUICK VIEW
Spalding, Esperanza: Junjo LP
$ 10.40
QUICK VIEW
Rollins, Sonny: Complete Blue Note Riverside & Contemporary Collection
$ 2.40
QUICK VIEW
Corea, Chick: Return to Forever: Where Have I Known You / No
$ 6.80
QUICK VIEW
Corea, Chick: Light As A Feather (SHM-CD)
$ 2.80
QUICK VIEW
Rich, Buddy: Lionel Hampton Presents: Buddy Rich
$ 2.80
QUICK VIEW
Metheny, Pat: First Circle
$ 2.80
QUICK VIEW
Coltrane, John: A Love Supreme: Live In Seattle
$ 2.79
QUICK VIEW
Wilson, Cassandra: New Moon Daughter
$ 6.97
QUICK VIEW
Coltrane, John: Ballads
$ 3.00
QUICK VIEW
Silver, Horace: Song For My Father
$ 2.80
QUICK VIEW
Farmer, Art: Complete Albums Collection: 1955-1957
$ 2.40
QUICK VIEW
Coltrane, John: Best of
$ 2.60
QUICK VIEW
Holly, Buddy / Crickets: Chirping Crickets
$ 6.40
QUICK VIEW
Weather Report: Black Market
$ 7.80
QUICK VIEW
Kooper, Al / Bloomfield, Mike / Stills, Stephen: Super Session
$ 1.60
QUICK VIEW
Coltrane, John: Ole Coltrane
$ 10.00
QUICK VIEW
Smith, Jimmy: Groovin' At Smalls Paradise
$ 11.19
QUICK VIEW
Hancock, Herbie: Head Hunters
$ 2.40
QUICK VIEW
Griffin, Johnny / Davis, Eddie Lockjaw: Ow! Live At The Penthouse
$ 6.80
QUICK VIEW
Sample, Joe: Ashes to Ashes
$ 2.60
QUICK VIEW
Coltrane, John: My Favorite Things [180-Gram Colored Vinyl With Bonus Track]
$ 9.20
QUICK VIEW
Corea, Chick: Trilogy 2
$ 7.59
QUICK VIEW
Connick Jr, Harry: True Love: A Celebration Of Cole Porter
$ 2.79
QUICK VIEW
James, Boney: Honestly
$ 6.39
QUICK VIEW
Rollins, Sonny: Saxophone Colossus [Gatefold 180-Gram Vinyl]
$ 9.60
QUICK VIEW
Turrentine, Stanley: Stanley Turrentine The Classic Blue Note Collection
$ 3.00
QUICK VIEW
Davis, Miles: Miles & Monk At Newport [Mono Vinyl]
$ 10.79
QUICK VIEW
Hamilton, Chico: Complete Recordings 1953-1958
$ 6.40
QUICK VIEW
Maysa: Back 2 Love
$ 6.40
QUICK VIEW
Allison, Mose: Collection 1956-62
$ 10.40
QUICK VIEW
Ellington, Duke: Indigos
$ 7.80
QUICK VIEW
Coltrane, John: Giant Steps
$ 9.99
QUICK VIEW
Garage a Trois: Calm Down Cologne
$ 10.23
QUICK VIEW
Ritenour, Lee: Friendship
$ 2.20
QUICK VIEW
Dorham, Kenny: Afro-Cuban
$ 11.19
QUICK VIEW
Coltrane, John: A Love Supreme: The Complete Masters
$ 9.20
QUICK VIEW
Hubbard, Freddie: Red Clay/Straight Life/First Light
$ 2.80
QUICK VIEW
Hamilton, Chico: 1962
$ 6.40
QUICK VIEW
Coltrane, John: Blue Train
$ 8.40
QUICK VIEW
1
2
3
4
5
6
7
BACK
Shopping Cart