{{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
Morgan, Meli'Sa: Do Me Baby
$ 6.40
QUICK VIEW
Jonestown: Peoples Temple
$ 2.60
QUICK VIEW
Kuti, Fela / Egypt 80: Live in Detroit 1986
$ 10.79
QUICK VIEW
Lucien, Jon: Believe in Me: The Essential Selection
$ 1.60
QUICK VIEW
Nighttime Lovers 15 / Various: Nighttime Lovers 15 / Various
$ 8.40
QUICK VIEW
Mingo Fishtrap: On Time
$ 3.00
QUICK VIEW
Jackson, Latoya: Heart Don't Lie
$ 6.39
QUICK VIEW
Peebles, Ann: Straight from the Heart
$ 2.80
QUICK VIEW
All-4-One: Twenty +
$ 2.40
QUICK VIEW
Nighttime Lovers 19 / Various: Nighttime Lovers 19 / Various
$ 10.00
QUICK VIEW
Kelly Z: Rescue
$ 2.20
QUICK VIEW
Jackson, Michael: Off the Wall - Deluxe (CD/DVD)
$ 8.82
QUICK VIEW
Osage: Algorhythm
$ 2.80
QUICK VIEW
Peebles, Ann: Greatest Hits
$ 2.80
QUICK VIEW
Michelle, K.: More Issues Than Vogue
$ 7.59
QUICK VIEW
Tawatha: Welcome To My Dream
$ 2.60
QUICK VIEW
Water Seed: Say Yeah!! Live At The Blue Nile
$ 2.60
QUICK VIEW
Divine: Jungle Jezebel: Deluxe Edition
$ 9.20
QUICK VIEW
Neville, Cyril: Endangered Species: The Essential Recordings
$ 3.00
QUICK VIEW
Modulations: It's Rough Out Here
$ 2.60
QUICK VIEW
Moore, Melba: What A Woman Needs (expanded Edition)
$ 2.60
QUICK VIEW
Water Seed: We Are Stars
$ 2.60
QUICK VIEW
Williams, Cole: Believe
$ 3.00
QUICK VIEW
Kaapstad, Seba: Thina
$ 2.80
QUICK VIEW
Pendletons: Funk Forever
$ 2.80
QUICK VIEW
Flanagan, Tommy: Confirmation
$ 2.60
QUICK VIEW
Summer, Donna: Love Trilogy (Disco Fever)
$ 2.60
QUICK VIEW
Truby, Rainer: Rainer Trueby Presents Soulgliding
$ 2.80
QUICK VIEW
Bernhoft & Fashion Bruises: Humanoid
$ 2.60
QUICK VIEW
Neville, Cyril: Endangered Species: The Complete Recordings
$ 12.00
QUICK VIEW
Payne, Scherrie: Incredible
$ 7.59
QUICK VIEW
Bacao Rhythm & Steel Band: Xxplosive / Burn
$ 2.20
QUICK VIEW
Al-Munzer, Ihsan: Belly Dance Disco
$ 2.80
QUICK VIEW
Kind & Kinky Zoo: Seven Noisettes / Poulpe Fiction
$ 2.00
QUICK VIEW
Olivier st. Louis: M.o.t.h. (matters Of The Heartless)
$ 6.79
QUICK VIEW
Jarreau, Al: Al Jarreau Works (Limited Edition) (2CD+DVD NTSC Region 0)
$ 12.80
QUICK VIEW
Hicks, Marva: Marva Hicks
$ 2.80
QUICK VIEW
Womack, Bobby: The Poet
$ 2.80
QUICK VIEW
Cautious Clay: Table Of Context
$ 3.00
QUICK VIEW
Nat Turner Rebellion: Laugh To Keep From Crying
$ 7.59
QUICK VIEW
Mathis, Johnny: Heart Of A Woman / When Will I See You Again / I Only Have Eyes ForYou / Mathis Is
$ 7.20
QUICK VIEW
Nat Turner Rebellion: Laugh To Keep From Crying
$ 11.99
QUICK VIEW
Waters, Muddy: After the Rain
$ 2.60
QUICK VIEW
Carr, Jekalyn: One Nation Under God
$ 2.60
QUICK VIEW
Vandross, Luther: Love Luther
$ 10.00
QUICK VIEW
Jackson, George: All Because of Your Love
$ 9.59
QUICK VIEW
Melvin, Harold & the Bluenotes: Doo Wop Days & Their Journey To The Top 1953-1962
$ 2.40
QUICK VIEW
Womack, Bobby: The Poet II
$ 2.80
QUICK VIEW
Chandler, Gene: Just Be True
$ 3.00
QUICK VIEW
Everybody Makes a Mistake: Stax Southern Soul 2: Everybody Makes A Mistake: Stax Southern Soul Vol 2 / Various
$ 2.80
QUICK VIEW
Whatitdo Archive Group: The Black Stone Affair
$ 6.39
QUICK VIEW
Ace, Johnny: Collection 1952-55
$ 8.40
QUICK VIEW
Samii: Figuring It Out
$ 7.59
QUICK VIEW
Brock, Tom: I Love You More and More
$ 2.60
QUICK VIEW
What's Love Got to Do with ( Turner, Tina ) / Ost: What's Love Got to Do with ( Turner, Tina ) (Original Soundtrack)
$ 2.00
QUICK VIEW
ZAYN: Mind Of Mine
$ 2.80
QUICK VIEW
Harptones: Harptones Collection 1953-61
$ 8.40
QUICK VIEW
McCoo, Marilyn / Davis, Billy Jr: Blackbird: Lennon-Mccartney Icons
$ 2.80
QUICK VIEW
Franklin, Aretha: Aretha Live at Fillmore West
$ 9.20
QUICK VIEW
Izy: Irene
$ 2.80
QUICK VIEW
Franklin, Aretha: Just for You: Early Hits
$ 2.40
QUICK VIEW
Looking Good: Mod Club Classics / Various: Looking Good: Mod Club Classics
$ 2.80
QUICK VIEW
Soul of the 60s / Various: Soul Of The '60s
$ 6.00
QUICK VIEW
Turner, Tina: Platinum Collection
$ 9.20
QUICK VIEW
Fatback Band: Live in Tokyo
$ 2.80
QUICK VIEW
Andrews, Glen David: Live at Jazzfest 2012
$ 9.59
QUICK VIEW
Moye, Malina: Bad As I Wanna Be
$ 6.80
QUICK VIEW
Jenkins, Sam "Bassman": Journey
$ 3.00
QUICK VIEW
Foster, Desmond: Love To Be Loved (Just By You)
$ 2.80
QUICK VIEW
Brick: Waiting On You (bonus Tracks Edition)
$ 2.60
QUICK VIEW
Mason, Vaughan & Crew: Bounce Rock Skate Roll [140-Gram Black Vinyl]
$ 10.00
QUICK VIEW
Chapter 8: This Loves For Real
$ 2.60
QUICK VIEW
Chocolate Milk: Chocolate Milk (expanded Edition)
$ 2.60
QUICK VIEW
Moore, Melba: This Is It
$ 2.60
QUICK VIEW
Moore, Dorothy: Feel the Love
$ 2.80
QUICK VIEW
Thicke, Robin: Sex Therapy: The Experience
$ 6.80
QUICK VIEW
Snijders, Ronald: A Safe Return
$ 7.59
QUICK VIEW
Strictly the Best 38 / Various: Strictly The Best 38
$ 6.79
QUICK VIEW
Donovan, Emma / Putbacks: Crossover
$ 2.80
QUICK VIEW
Thornton, Fonzi: Leader
$ 2.60
QUICK VIEW
1
2
3
4
5
6
BACK
Shopping Cart