{{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
/
Soul_R&B
Soul_R&B
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
460
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
Marlango: El Porvenir
$ 2.00
QUICK VIEW
Toussaint, Allen: The Wild Sound Of New Orleans
$ 6.40
QUICK VIEW
Meters: Best of
$ 6.00
QUICK VIEW
Santa Esmeralda: Another Cha Cha
$ 2.40
QUICK VIEW
Green, Al: Have A Good Time
$ 2.40
QUICK VIEW
Jackson: Live!
$ 8.40
QUICK VIEW
Al 'Man' Muntzie / the Embraceables: Die Happy
$ 6.40
QUICK VIEW
Ingram, Luther: Greatest Hits
$ 2.80
QUICK VIEW
Charles, Ray: In the Beginning 1949-52
$ 2.60
QUICK VIEW
Andy Smith's Northern Soul / Various: Andy Smith's Northern Soul
$ 2.60
QUICK VIEW
Media Right Productions: Primal Pounding
$ 6.39
QUICK VIEW
Santa Esmeralda: Don't Be Shy Tonight
$ 2.40
QUICK VIEW
Taylor, Johnnie: Cheaper to Keep Her
$ 2.20
QUICK VIEW
Soul Classics / Various: Soul Classics / Various
$ 11.99
QUICK VIEW
Burke, Solomon: The Very Best Of Solomon Burke
$ 2.00
QUICK VIEW
London American Label: Year by Year 1960 / Various: The London American Label: Year By Year 1960
$ 2.80
QUICK VIEW
Stant, Barbara: That Man Of Mine: Raw Soul From Norfolk, Virginia
$ 9.59
QUICK VIEW
Con Funk Shun: Touch / Seven / to the Max
$ 6.80
QUICK VIEW
Patterson, Rahsaan: Wines and Spirits
$ 7.19
QUICK VIEW
Funk N R&B Box Set / Various: Funk N' R&B Box Set
$ 1.60
QUICK VIEW
Willis, Chuck: C.C. Rider
$ 1.60
QUICK VIEW
Lee, Jackie: Duck
$ 2.00
QUICK VIEW
Tavares: Heaven Must Be Missi/More Than a Woman
$ 6.20
QUICK VIEW
Butler, Jonathan: So Strong
$ 7.19
QUICK VIEW
Showmen / Hill, Jessie: The Showmen Meet Jessie Hill
$ 1.80
QUICK VIEW
Chambers Brothers: Goin Uptown
$ 2.00
QUICK VIEW
Emotions: Sunshine
$ 9.20
QUICK VIEW
Brown Jr, Oscar: Between Heaven & Hell
$ 2.80
QUICK VIEW
Gaynor, Gloria: Love Tracks
$ 6.80
QUICK VIEW
Parliament: Mothership Connection (SHM-CD)
$ 8.40
QUICK VIEW
Carr, James: The Complete James Carr, Vol. II
$ 2.40
QUICK VIEW
Brown, James: Live' at the Apollo (Japanese Edition)
$ 2.60
QUICK VIEW
Ciara: Jackie
$ 6.58
QUICK VIEW
Whispers: Rock Steady/It's a Love Thing
$ 6.80
QUICK VIEW
Sunshine, Avery: Sunroom
$ 6.80
QUICK VIEW
Nesby, Ann: Lovin' Is Really My Game
$ 7.40
QUICK VIEW
One-Derful Collection: One-Derful Records / Var: One-Derful Collection: One-Derful Records / Various
$ 7.19
QUICK VIEW
Aura: Magic Lover / Let Go It's Over
$ 3.00
QUICK VIEW
I Ced: All In My Mind
$ 2.20
QUICK VIEW
Mosley & Johnson: Mosley & Johnson
$ 2.60
QUICK VIEW
Aina: Lead Me To The Garden
$ 11.19
QUICK VIEW
Men in the Glass Booth / Various: Men In The Glass Booth / Various
$ 11.99
QUICK VIEW
Mosley & Johnson: Premium
$ 2.60
QUICK VIEW
94 East: 94 East
$ 2.00
QUICK VIEW
Legacy of Rnb Party / Various: Legacy Of RNB Party / Various
$ 2.40
QUICK VIEW
Stack of Soul: Red Hot R&B Classics From Original: Stack Of Soul: Red Hot R&B Classics From The Original Home Of Soul / Various
$ 2.40
QUICK VIEW
South, Harry Big Band: Further South
$ 12.40
QUICK VIEW
Sylvers, Foster: Foster Sylvers Featuring Pat & Angie
$ 8.40
QUICK VIEW
Ware, Leon: Musical Massage: Expanded Edition
$ 2.40
QUICK VIEW
Franklin, Aretha: Queen In Waiting
$ 9.60
QUICK VIEW
Best of High Records / Various: Best Of High Records / Various
$ 2.80
QUICK VIEW
Birth of Soul: Los Angeles Special / Various: Birth Of Soul: Los Angeles Special / Various
$ 2.80
QUICK VIEW
Tika: Anywhere But Here
$ 2.80
QUICK VIEW
Brainstory: Seasons / Bye Bye
$ 2.20
QUICK VIEW
Baker, Anita: Original Album Series
$ 8.00
QUICK VIEW
Soul Chronology Live: The Sixties / Various: Soul Chronology Live: The Sixties / Various
$ 11.60
QUICK VIEW
Thicke, Robin: On Earth, And In Heaven
$ 8.79
QUICK VIEW
Edwards, John: John Edwards (2020 Remaster)
$ 9.20
QUICK VIEW
Thicke, Robin: On Earth, And In Heaven
$ 2.60
QUICK VIEW
Khan, Chaka: Epiphany: The Best Of Chaka Khan
$ 9.99
QUICK VIEW
Menahan Street Band: The Exciting Sounds Of Menahan Street Band
$ 6.39
QUICK VIEW
Gaston: My Queen (2020 Remaster)
$ 9.20
QUICK VIEW
El Michels Affair: Yeti Season (Clear Blue Vinyl)
$ 9.99
QUICK VIEW
Sly & the Viscaynes: Yellow Moon: Complete Recordings 1961-1962
$ 2.80
QUICK VIEW
Charles, Ray: The Best Of Ray Charles: The Atlantic Years (2LP)(White Vinyl)
$ 8.00
QUICK VIEW
Ravens: The Ravens Collection 1946-59
$ 6.40
QUICK VIEW
Northern Soul's Classiest Rarities / Various: Northern Soul's Classiest Rarities / Various
$ 2.80
QUICK VIEW
El Michels Affair: Murkit Gem / Cham Cham feat. Piya Malik
$ 2.20
QUICK VIEW
Roy Ayers Ubiquity: Running Away / Love Will Bring Us Back Together
$ 11.59
QUICK VIEW
Wanted Funk / Various: Wanted Funk / Various
$ 8.00
QUICK VIEW
Franklin, Aretha: The Genius Of Aretha Franklin
$ 3.00
QUICK VIEW
El Michels Affair: Yeti Season
$ 3.00
QUICK VIEW
Earth Wind & Fire: That's The Way Of The World [180-Gram Black Vinyl]
$ 8.00
QUICK VIEW
Sir John Henry: Let Them Talk / Live Everyday For Your Love (Digital 45)
$ 2.00
QUICK VIEW
Cha Wa: My People
$ 3.00
QUICK VIEW
Lee, Alto: Indefinitely / Who Can I Turn To (In The Wind) (Digital 45)
$ 2.00
QUICK VIEW
Passions: One Night Affair / A Toast (May There Be No Last Time) (Digital 45)
$ 2.00
QUICK VIEW
Serpentwithfeet: DEACON
$ 3.00
QUICK VIEW
Serpentwithfeet: DEACON
$ 9.99
QUICK VIEW
Womack, Bobby: The Poet
$ 6.01
QUICK VIEW
1
2
3
4
5
6
BACK
Shopping Cart