{{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
/
Gospel
Gospel
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
481
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
Sumner, J.D. & Stamps Quartet: Treasury of Memories
$ 2.63
QUICK VIEW
McClurkin, Donnie: The Journey (Live)
$ 2.03
QUICK VIEW
Walls Group: Other Side
$ 2.03
QUICK VIEW
Mason, Gary: It Was The Blood
$ 6.40
QUICK VIEW
Adams, Yolanda: Becoming
$ 1.80
QUICK VIEW
Williams Brothers: Timeless
$ 2.80
QUICK VIEW
Mann, Tamela: One Way
$ 2.80
QUICK VIEW
Traditional Black Gospel / Various: Traditional Black Gospel
$ 1.40
QUICK VIEW
Miller, Helen & New Anointing: Time Is Winding Up
$ 6.40
QUICK VIEW
Wow Gospel 2014 / Various: Wow Gospel 2014 / Various
$ 2.84
QUICK VIEW
Madam Edna Gallmon Cooke: Collection 1949-62
$ 8.40
QUICK VIEW
Tharpe, Sister Rosetta: Up Above My Head
$ 2.00
QUICK VIEW
Lewis Family: Songs of Wallace Lewis
$ 1.60
QUICK VIEW
Jones, George: Best of the Best of Gospel George Jones
$ 2.00
QUICK VIEW
Pilgrim Travelers: The Best Of The Specialty Years 1948-56
$ 8.40
QUICK VIEW
Blind Boys of Alabama: Faith Moves Mountains
$ 2.40
QUICK VIEW
Winans, Cece: More Than This
$ 2.51
QUICK VIEW
Ink Spots: Hits Collection 1939-51
$ 8.40
QUICK VIEW
Odetta: Christmas Spiritual
$ 6.80
QUICK VIEW
McReynolds, Jonathan: My Truth
$ 2.80
QUICK VIEW
Barrett, Pastor T.L. / Youth for Christ Choir: I shall Wear A Crown
$ 9.00
QUICK VIEW
Tonga Sisters: I Believe
$ 2.80
QUICK VIEW
Curb, Mike: 60 Classic Hymns: 60th Anniversary Tribute To Billy Graham
$ 2.80
QUICK VIEW
Staple Singers: Songs For An Uncloudy Day
$ 10.80
QUICK VIEW
Caesar, Shirley: A Miracle In Harlem
$ 6.37
QUICK VIEW
Canton Spirituals: Hallelujah Anyhow
$ 2.80
QUICK VIEW
Fisk Jubilee Singers: In Bright Mansions
$ 2.80
QUICK VIEW
Lee Boys: Testify
$ 2.00
QUICK VIEW
Sounds of Blackness: The Very Best Of Sounds Of Blackness
$ 2.79
QUICK VIEW
Layton, Tasha: How Far
$ 6.39
QUICK VIEW
Clayborn, Jason & the Atmosphere Changers: God Made It Beautiful
$ 2.00
QUICK VIEW
Jordan, Leslie: Company's Comin'
$ 9.99
QUICK VIEW
Smallwood, Richard: The Definitive Gospel Collection
$ 6.37
QUICK VIEW
Clark, Elbernita: Awake O Zion
$ 9.59
QUICK VIEW
Clark Sisters: The Definitive Gospel Collection
$ 6.37
QUICK VIEW
Verity Presents Essential Gospel Hits / Various: Verity Presents...Essential Gospel Hits (Various Artists)
$ 2.03
QUICK VIEW
Jones, George: Best of the Best Through the Years
$ 1.40
QUICK VIEW
Stanley Brothers: Best of the Best of Gospel
$ 1.60
QUICK VIEW
Pastor T.L. Barrett & the Youth for Christ Choir: I shall Wear A Crown
$ 18.00
QUICK VIEW
Jackson, Mahalia: Newport 1958 (Blu-Spec CD2)
$ 9.20
QUICK VIEW
Stanley, Ralph: Shine on
$ 3.00
QUICK VIEW
Statler Brother: Today's Gospel Favorites
$ 2.58
QUICK VIEW
Caesar, Shirley: Good God
$ 2.80
QUICK VIEW
Goodman, Rusty: The Essential Collection
$ 1.85
QUICK VIEW
Lawson, Doyle & Quicksilver: Heavens Joy Awaits
$ 3.00
QUICK VIEW
Adams, Yolanda: Yolanda Adams Christmas
$ 2.00
QUICK VIEW
Clayton, Merry: Beautiful Scars
$ 2.46
QUICK VIEW
Collingsworth Family: Mercy & Love
$ 2.76
QUICK VIEW
Whalum, Kirk: Gospel According to Jazz Chapter Iv
$ 7.59
QUICK VIEW
Gee's Bend Quilters: Boykin, Alabama: Sacred Spirituals Of Gee's Bend
$ 3.00
QUICK VIEW
Triumphant Quartet: Bigger Than Sunday
$ 6.08
QUICK VIEW
Collingsworth Family: The Best Of The Collingsworth Family, Vol. 2
$ 2.03
QUICK VIEW
Angelic Gospel Singers: Touch Me Lord Jesus
$ 2.80
QUICK VIEW
Morton, Bishop Paul S: Best Days Yet
$ 2.80
QUICK VIEW
Morton, Pj: Gospel According To Pj
$ 2.22
QUICK VIEW
McReynolds, Jonathan: Make Room
$ 2.80
QUICK VIEW
Blind Boys of Alabama: Higher Ground
$ 6.79
QUICK VIEW
Cleveland, Rev James: I Walk with God
$ 1.60
QUICK VIEW
Caesar, Shirley: A City Called Heaven
$ 2.00
QUICK VIEW
Fortune, James & Fiya: Identity
$ 2.80
QUICK VIEW
Dulaney, Todd: Worshipper's Heart
$ 2.80
QUICK VIEW
Overstreet, Louis Rev: Live at the Powerhouse Church of God
$ 2.60
QUICK VIEW
Mighty Clouds of Joy: Gospel Legacy
$ 2.00
QUICK VIEW
Country's Greatest Gospel: Platinum Edition / Var: Country's Greatest Gospel: Songs Of The Century - Platinum Edition
$ 1.85
QUICK VIEW
Caesar, Shirley: Fill This House
$ 2.80
QUICK VIEW
Walker, Hezekiah: Azusa The Next Generation 2 - Better
$ 2.80
QUICK VIEW
Mighty Clouds of Joy: Classic 3
$ 2.80
QUICK VIEW
Crispell, Melvin III: I've Got A Testimony
$ 2.03
QUICK VIEW
Taize: Instrumental, Vol. 2
$ 7.60
QUICK VIEW
Pilgrim Travelers: Walking Rhythm
$ 3.00
QUICK VIEW
Barnes, Luther / Restoration Worship Center Choir: Look To The Hills
$ 7.59
QUICK VIEW
Jackson, Mahalia: Moving Up A Little Higher
$ 7.59
QUICK VIEW
Chicago Mass Choir: My Soul Says Yes
$ 2.63
QUICK VIEW
Gospel Music Celebration 1: Tribute to Bishop G.E.: Gospel Music Celebration 1: Tribute to Bishop G.E.
$ 2.80
QUICK VIEW
Crouch, Andrae: The Definitive Greatest Hits
$ 3.00
QUICK VIEW
Newsome, Frank: Gone Away With A Friend
$ 3.00
QUICK VIEW
Kee, John P.: I Made It Out
$ 2.80
QUICK VIEW
Lawrence, Donald / Tri-City Singers: Goshen
$ 2.63
QUICK VIEW
Greene, Travis: Broken Record
$ 2.03
QUICK VIEW
Cash, Johnny: Hymns By Johnny Cash
$ 2.00
QUICK VIEW
1
2
3
4
5
6
7
BACK
Shopping Cart