{{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
/
Latin
Latin
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
467
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
Mas Bandazos De Oro / Various: Mas Bandazos De Oro / Various
$ 1.60
QUICK VIEW
Los Palominos: Strait Tejano
$ 2.40
QUICK VIEW
Original Latin All Stars: Greatest Hits
$ 3.00
QUICK VIEW
Heroes Del Silencio: El Ruido y la Furia
$ 2.40
QUICK VIEW
Lafourcade, Natalia: Mujer Divina: Homenaje a Agustin Lara
$ 10.80
QUICK VIEW
Iglesias, Julio: Essential
$ 6.40
QUICK VIEW
Sabina, Joaquin: 19 Dias y 500 Noches
$ 6.80
QUICK VIEW
Candido / Graciela: Inolvidable
$ 7.19
QUICK VIEW
Pescado Rabioso: Lo Mejor de
$ 2.80
QUICK VIEW
Arjona, Ricardo: Vivo
$ 2.80
QUICK VIEW
Slow Pain: Presents Old Town Gangsters: Game Over
$ 6.79
QUICK VIEW
Son de Madera: Son de Mi Tierra
$ 6.79
QUICK VIEW
Perales, Jose Luis: Mis Mejores 30 Canciones
$ 6.80
QUICK VIEW
Rivera, Carlos: Yo Creo
$ 2.80
QUICK VIEW
Fonsi, Luis: Despacito & My Greatest Hits
$ 2.00
QUICK VIEW
Angeles Azules: Vision 20.20 Exitos (WM)
$ 1.60
QUICK VIEW
Mariachi Los Camperos: De Ayer Para Siempre
$ 2.60
QUICK VIEW
Vazquez, Edna & Pink Martini: Besame Mucho
$ 2.20
QUICK VIEW
Jimenez, Jose Alfredo: Personalidad
$ 2.00
QUICK VIEW
Rata Blanca: Entre El Cielo y El Infierno
$ 7.20
QUICK VIEW
Texmaniacs: Texas Towns and Tex-Mex Sounds
$ 6.79
QUICK VIEW
Rata Blanca: Reino Olvidado
$ 2.80
QUICK VIEW
Garcia, Charly: MTV Unplugged
$ 7.20
QUICK VIEW
Estefan, Gloria: Mi Tierra
$ 2.15
QUICK VIEW
Pimpinela: 20 Exitos Originales
$ 2.80
QUICK VIEW
Grupo Limite: 2en1
$ 1.60
QUICK VIEW
Bebe: Cambio de Piel
$ 2.60
QUICK VIEW
Lara, Agustin: Serie Del Recuerdo
$ 2.00
QUICK VIEW
Gabriel, Ana: Personalidad
$ 2.00
QUICK VIEW
Piazzolla, Astor: Tango Argentino
$ 7.99
QUICK VIEW
Sabina, Joaquin: Yo Mi Me Contigo
$ 14.40
QUICK VIEW
King Chango: King Chango
$ 10.79
QUICK VIEW
Bobo, Willie: Dig My Feeling
$ 7.99
QUICK VIEW
La Polla Records: No Somos Nada
$ 6.20
QUICK VIEW
Radio Tarifa: Rumba Argelina
$ 11.99
QUICK VIEW
Carminho: Maria
$ 11.20
QUICK VIEW
Soda Stereo: Signos
$ 14.00
QUICK VIEW
Carter, Ron / Passos, Rosa: Entre Amigos
$ 11.99
QUICK VIEW
Soda Stereo: Nada Personal
$ 14.00
QUICK VIEW
Hombres G: Estamos Locos O Que
$ 10.80
QUICK VIEW
El Guincho: Hiperasia
$ 7.99
QUICK VIEW
Chao, Manu: Radio Bemba Sound System
$ 7.20
QUICK VIEW
Garcia, Charly: La Logica Del Escorpion - Limited Gatefold
$ 25.20
QUICK VIEW
Sanchez, Chalino: Alma Enamorada
$ 10.39
QUICK VIEW
Miguel, Luis: 20 Anos
$ 9.99
QUICK VIEW
Hombres G: Del Rosa Al Amarillo
$ 7.80
QUICK VIEW
Paola, Danna: Childstar - Limited Green Vinyl
$ 13.20
QUICK VIEW
Reyna, Cornelio: 10 Exitos Originales
$ 1.40
QUICK VIEW
Selena: Amor Prohibido
$ 7.00
QUICK VIEW
Drexler, Jorge: Vaiven - 140gm Vinyl
$ 11.20
QUICK VIEW
Lola Indigo: Grx - 10-Inch Vinyl
$ 11.20
QUICK VIEW
Heroes Del Silencio: Senderos De Traicion - 140gm Vinyl
$ 10.80
QUICK VIEW
El Mato a Un Policia Motorizado: La Dinastia Scorpio
$ 9.19
QUICK VIEW
Dover: Late At Night
$ 10.80
QUICK VIEW
Los Tres Ases: 10 Grandes Exitos
$ 1.40
QUICK VIEW
Chayanne: Bailemos Otra Vez
$ 1.99
QUICK VIEW
Calamaro, Andres: Razzmatazz
$ 7.40
QUICK VIEW
Perales, Jose Luis: Nido De Aguilas
$ 10.80
QUICK VIEW
Uchis, Kali: Orquídeas
$ 2.85
QUICK VIEW
Ronstadt, Linda: Canciones De Mi Padre
$ 3.00
QUICK VIEW
Shakira: MTV Unplugged - Limited Burgundy Marbled Vinyl
$ 9.40
QUICK VIEW
Melenas: Ahora
$ 12.00
QUICK VIEW
Jaguares: El Primer Instinto
$ 10.20
QUICK VIEW
Uchis, Kali: Orquídeas
$ 6.83
QUICK VIEW
Miguel, Luis: Romances
$ 19.80
QUICK VIEW
Hugo, Victor: Salsa Power
$ 6.80
QUICK VIEW
BUNBURY: Greta Garbo
$ 6.20
QUICK VIEW
Dro: 40 Aniversario / Various: Dro: 40 Aniversario / Various - Box 4LP + 4CD + Book + Slipmat + Stickers
$ 20.00
QUICK VIEW
Miguel, Luis: Mis Boleros Favoritos
$ 8.00
QUICK VIEW
Gabriel, Juan: Los Duo 3
$ 11.99
QUICK VIEW
Los Rodriguez: Disco Pirata
$ 10.80
QUICK VIEW
Santa Cecilia: Amar Y Vivir
$ 8.79
QUICK VIEW
Miguel, Luis: 20 Anos
$ 6.40
QUICK VIEW
Daniel Me Estas Matando: Grandes Exitos Del Boleroglam
$ 13.80
QUICK VIEW
Miguel, Luis: Luis Miguel
$ 6.40
QUICK VIEW
Selena: Selena - Moonchild Mixes (Picture disc)
$ 9.99
QUICK VIEW
Vasallo, Diego: Caemos Como Cae Un Angel
$ 6.80
QUICK VIEW
Wheeler, Jay: Platonico - White & Red Marble
$ 7.00
QUICK VIEW
Lo + 80 Vol 2 / Various: Lo + 80 Vol 2 / Various
$ 7.60
QUICK VIEW
Wheeler, Jay: Platonicos
$ 2.60
QUICK VIEW
1
2
3
4
5
6
BACK
Shopping Cart