{{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
Gardot, Melody: My One & Only Thrill
$ 6.40
QUICK VIEW
Krall, Diana: This Dream Of You
$ 8.48
QUICK VIEW
Matsui, Keiko: Echo
$ 7.59
QUICK VIEW
Spyro Gyra: The Very Best Of Spyro Gyra
$ 2.46
QUICK VIEW
Sanborn, David: Change of Heart
$ 2.60
QUICK VIEW
Metheny, Pat: Pat Metheny Group (SHM-CD)
$ 6.80
QUICK VIEW
Mangione, Chuck: Greatest Hits
$ 2.79
QUICK VIEW
BadBadNotGood: III
$ 10.44
QUICK VIEW
Morgan, Lee: Eight Classic Albums
$ 3.00
QUICK VIEW
Pepper, Art: Today
$ 2.40
QUICK VIEW
Baker, Chet / Bley, Paul: Diane
$ 7.20
QUICK VIEW
Konitz, Lee: Alone Together
$ 8.10
QUICK VIEW
Hamasyan, Tigran: The Call Within
$ 9.99
QUICK VIEW
Fukui, Ryo: Ryo Fukui In New York
$ 8.20
QUICK VIEW
Adams, Pepper: Complete Albums Collection: 1957-1961
$ 3.00
QUICK VIEW
Hancock, Herbie: Headhunters (remastered)
$ 1.40
QUICK VIEW
Lateef, Yusef: Eastern Sounds: Rudy Van Gelder Remasters
$ 2.40
QUICK VIEW
Davis, Miles: Sketches Of Spain (remastered + 3 Bonus Tracks)
$ 1.60
QUICK VIEW
Alpert, Herb: Fandango
$ 2.40
QUICK VIEW
Manhattan Transfer: The Junction
$ 3.00
QUICK VIEW
Klugh, Earl: Best Of
$ 6.37
QUICK VIEW
Coltrane, John: Classic Collaborations 1957-1963
$ 3.00
QUICK VIEW
Ellington, Duke: Duke Ellington Presents (2022 - Remaster)
$ 11.19
QUICK VIEW
Salvant, Cecile McLorin: Dreams And Daggers
$ 7.99
QUICK VIEW
Tribute Players: Kid Rock Southern Rock Tribute
$ 2.40
QUICK VIEW
Mingus, Charles: Cumbia & Jazz Fusion
$ 2.60
QUICK VIEW
Lewis, Ramsey: SUN GODDESS (BONUS TRACKS EDITION)
$ 2.60
QUICK VIEW
Sanders, Pharoah: Karma
$ 3.00
QUICK VIEW
Jamal, Ahmad Trio: Live At The Pershing Lounge 1958 / But Not For Me - Limited 180-Gram Blue Colored Vinyl with Bonus Tracks
$ 9.20
QUICK VIEW
Holiday, Billie: Strange Fruit
$ 7.20
QUICK VIEW
Spalding, Esperanza: Radio Music Society (10th Anniversary)
$ 8.32
QUICK VIEW
Najee: Day By Day
$ 2.20
QUICK VIEW
Mingus, Charles: East Coasting
$ 11.99
QUICK VIEW
Corea, Chick: Now He Sings Now He Sobs (SHM-CD)
$ 6.80
QUICK VIEW
Pepper, Art: Smack Up + 6 Bonus Tracks
$ 2.00
QUICK VIEW
James, Boney: Futuresoul
$ 6.39
QUICK VIEW
Coltrane, John: Ole Coltrane
$ 2.60
QUICK VIEW
Baldwin, Bob: Twenty
$ 2.60
QUICK VIEW
Dulfer, Candy: Saxuality
$ 1.60
QUICK VIEW
James, Boney: SOLID
$ 3.00
QUICK VIEW
Lage, Julian: View With A Room
$ 9.99
QUICK VIEW
Sweet Smooth & Sexy: Ultimate Collection of / Var: Sweet, Smooth and Sexy! The Ultimate Collection Of Sax For Lovers
$ 7.59
QUICK VIEW
Smooth Jazz All Stars: Smooth Jazz All Stars Cover Andra Day
$ 2.40
QUICK VIEW
Wilson, Nancy: The Early Years 1956-62
$ 8.40
QUICK VIEW
Spyro Gyra: Best of
$ 2.80
QUICK VIEW
Rachael & Vilray: Rachael & Vilray
$ 3.00
QUICK VIEW
Robbins, Marty: Gunfighter Ballads & Trail Songs 1 & 2
$ 2.00
QUICK VIEW
Coltrane, John: Blue Train
$ 2.79
QUICK VIEW
James, Bob: Restoration
$ 7.99
QUICK VIEW
Alpert, Herb: Blow Your Own Horn
$ 2.00
QUICK VIEW
Jones, Quincy: Sounds & Stuff Like That
$ 2.40
QUICK VIEW
James, Boney: Detour
$ 8.79
QUICK VIEW
Alpert, Herb / Tijuana Brass: The Brass Are Comin'
$ 2.00
QUICK VIEW
Davis, Miles: Tribute to Jack Johnson
$ 1.60
QUICK VIEW
Lamarr, Delvon Organ Trio: Cold As Weiss - Red
$ 10.79
QUICK VIEW
Davis, Miles: Milestones
$ 1.60
QUICK VIEW
Davis, Miles: E.S.P.
$ 1.40
QUICK VIEW
Herb Alpert / Masekela, Hugh: Herb Alpert / Hugh Masekela
$ 2.00
QUICK VIEW
Dulfer, Candy: Candy Dulfer Live in Amsterdam
$ 2.20
QUICK VIEW
Culbertson, Brian: Come on Up
$ 6.37
QUICK VIEW
Jamal, Ahmad: Ahmad Jamal's Alhambra - Limited 180-Gram Yellow Colored Vinyl
$ 9.20
QUICK VIEW
Jamal, Ahmad Trio: At The Blackhawk - Limited 180-Gram Orange Colored Vinyl
$ 9.20
QUICK VIEW
Corea, Chick: Trio Music
$ 6.40
QUICK VIEW
Trombone Shorty: For True
$ 2.79
QUICK VIEW
Alpert, Herb: Christmas Wish
$ 2.40
QUICK VIEW
Hirt, Al: Honey in the Horn
$ 2.67
QUICK VIEW
Benson, George / Jarreau, Al: Givin' It Up
$ 2.00
QUICK VIEW
Davis, Miles: Nefertiti
$ 1.60
QUICK VIEW
Very Best of Smooth Jazz / Various: Very Best of Smooth Jazz / Various
$ 7.59
QUICK VIEW
Davis, Miles: Sorcerer
$ 1.83
QUICK VIEW
Burrell, Kenny: Bluesy Burrell [Remastered] [Bonus Track]
$ 2.40
QUICK VIEW
Shorter, Wayne: Live At The Detroit Jazz Festival
$ 6.79
QUICK VIEW
Ingala, Vincent: Echoes Of The Heart
$ 6.40
QUICK VIEW
Webb, Chick: Stompin' At The Savoy
$ 1.20
QUICK VIEW
James, Boney: Send One Your Love
$ 2.40
QUICK VIEW
Simply the Very Best of Today's Smooth Jazz / Var: Simply The Very Best Of Today's Smooth Jazz Guitar
$ 7.59
QUICK VIEW
Barber, Patricia: Cafe Blue
$ 7.99
QUICK VIEW
McLean, Jackie: Let Freedom Ring
$ 1.60
QUICK VIEW
James, Bob / Whalum, Kirk: Joined At The Hip - 2019 Remastered (MQA-CD)
$ 2.80
QUICK VIEW
Shorter, Wayne: Live At The Detroit Jazz Festival
$ 8.00
QUICK VIEW
1
2
3
4
5
6
7
BACK
Shopping Cart