{{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 theme_config.global.product_inventory_status and 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 theme_config.global.product_inventory_status and inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if theme_config.global.product_inventory_status and 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 %} {%- capture coupon_value -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value != 0 -%} {{ coupon.rule.condition.value | money }} - {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- if coupon.rule.condition.max_value and coupon.rule.condition.value == 0 -%} ≤ {{ coupon.rule.condition.max_value | money }} {%- endif -%} {%- unless coupon.rule.condition.max_value -%} {{ coupon.rule.condition.value | money }} + {%- endunless -%} {%- endcapture -%} , {{lang.coupons.discount_rule_amount | replace: '{condition}',coupon_value }} {% endif %}
{% endfor %}
{% if coupons.size > 6 %}
{{lang.base.show_more}}
{% endif %}
Te invitamos a conocer la actualización de nuestro Aviso de Privacidad y Términos y Condiciones para brindarte una mejor experiencia.
MXN
MXN(MXN$)
USD($)
Entrar en el sistema
0
Cesta de la compra
Necesidades Diarias
Zapato
Flexi
Steve Madden
Skechers
Puma
Nike
Adidas
Champion
Hombre
Mujer
New Balance
Hombres
Mujeres
Accesorios
Lacoste
Hombres
Mujeres
LEGO
Perfumes
Autopartes
Mochila Temática
Dogelthy
NEWERA
Mejor vendido
LMB
LAMP
FUTBOL
Birdman
Vianney
Aptitud Física
Popmart
Bicicleta
Salud y Bienestar
Muebles
Tigretienda
UNOKEEPER
Bebés de Nuna
Patinetas
Teléfonos Móviles&Tabletas
Consola de Juego
Moto - Cascos
Muñecas de Moda
Árbol de Navidad
Juguetes Eróticos
Casco de motocicleta
COACH
Más enlace
Necesidades Diarias
Zapato
Zapato
Flexi
Steve Madden
Skechers
Puma
Nike
Adidas
Champion
Champion
Hombre
Mujer
New Balance
New Balance
Hombres
Mujeres
Accesorios
Lacoste
Lacoste
Hombres
Mujeres
LEGO
Perfumes
Autopartes
Mochila Temática
Dogelthy
NEWERA
NEWERA
Mejor vendido
LMB
LAMP
FUTBOL
Birdman
Vianney
Aptitud Física
Popmart
Bicicleta
Salud y Bienestar
Muebles
Tigretienda
UNOKEEPER
Bebés de Nuna
Patinetas
Teléfonos Móviles&Tabletas
Consola de Juego
Moto - Cascos
Muñecas de Moda
Árbol de Navidad
Juguetes Eróticos
Casco de motocicleta
COACH
MXN
MXN(MXN$)
USD($)
INICIO
/
Autopartes
Autopartes
Filtrar
Filtrar
Ordenar por
Seleccionado
Los más vendidos
Alfabético, A-Z
Alfabético, Z-A
Precio, de menor a mayor
Precio, de mayor a menor
Fecha, De lo viejo a lo nuevo
Fecha, De nuevo a viejo
526
Productos
Ordenar por
Seleccionado
Los más vendidos
Alfabético, A-Z
Alfabético, Z-A
Precio, de menor a mayor
Precio, de mayor a menor
Fecha, De lo viejo a lo nuevo
Fecha, De nuevo a viejo
Llanta 235/75R16 106S Destination AT2 Firestone
MXN$ 338.65
MXN$ 5,193.31
Llanta 235/80R17 120/117R Transforce AT2 Firestone
MXN$ 331.40
MXN$ 6,501.65
Llanta 235/45R18 94W Champiro UHP AS GT Radial
MXN$ 338.65
MXN$ 2,515.43
Llanta 235/45R19 99V Dueler HP Sport Bridgestone
MXN$ 358.16
MXN$ 7,968.42
Llanta 235/50R19 97H Destination LE3 Firestone
MXN$ 331.40
MXN$ 6,588.18
Llanta 235/55R17 99V Dueler HP Sport AS Bridgestone
MXN$ 331.40
MXN$ 5,800.27
Llanta 235/55R19 101V Ecopia HL 422 Plus Run Flat Bridgestone
MXN$ 358.16
MXN$ 7,303.53
Llanta 235/55R20 102H Destination LE3 Firestone
MXN$ 358.16
MXN$ 6,984.64
Llanta 235/55R20 102V Alenza Sport AS Bridgestone
MXN$ 358.16
MXN$ 9,851.35
Llanta 225/60R17 98T Champiro VP1 GT Radial
MXN$ 331.40
MXN$ 2,171.85
Llanta 235/50R19 99W Alenza 001 Bridgestone
MXN$ 331.40
MXN$ 6,063.27
Llanta 225/65R16 112/110T Duravis R660 ECO Bridgestone
MXN$ 331.40
MXN$ 6,135.46
Llanta 225/70R15C 112/110R Maxmiler Pro GT Radial
MXN$ 338.65
MXN$ 2,583.21
Llanta 235/40R19 96W Potenza S001 XL Bridgestone
MXN$ 331.40
MXN$ 6,016.51
Llanta 235/45R17 97W Champiro UHP AS GT Radial
MXN$ 331.40
MXN$ 1,995.33
Llanta 225/50R18 99W Turanza T005 Bridgestone
MXN$ 358.16
MXN$ 7,514.32
Llanta 225/45R18 95V Firehawk AS Firestone
MXN$ 331.40
MXN$ 4,337.56
Llanta 225/70R16 103T All Season Firestone
MXN$ 331.40
MXN$ 4,263.30
Llanta 225/55R17 97H Turanza LS100 Bridgestone
MXN$ 338.65
MXN$ 4,929.45
Llanta 225/55R19 97H Destination LE3 Firestone
MXN$ 338.65
MXN$ 5,604.52
Llanta 215/60R17 96T All Season Firestone
MXN$ 331.40
MXN$ 3,611.96
Llanta 215/85R16 115Q V-Steel RIB 265 Bridgestone
MXN$ 331.40
MXN$ 6,929.32
Llanta 225/40R18 92H Potenza RE97 AS XL Bridgestone
MXN$ 331.40
MXN$ 3,863.19
Llanta 225/40R18 92Y Champiro UHP AS GT Radial
MXN$ 338.65
MXN$ 2,587.93
Llanta 225/40R19 93W Turanza T005 XL Bridgestone
MXN$ 358.16
MXN$ 7,627.48
Llanta 225/45R18 95H Turanza LS100A Bridgestone
MXN$ 338.65
MXN$ 5,239.65
Llanta 215/55R18 95V Turanza T005A Bridgestone
MXN$ 338.65
MXN$ 4,742.61
Llanta 215/60R16 95H Champiro VP1 GT Radial
MXN$ 331.40
MXN$ 1,854.55
Llanta 215/50R18 92W Turanza T001 Bridgestone
MXN$ 331.40
MXN$ 6,445.33
Llanta 215/55R17 94V Turanza T005A Bridgestone
MXN$ 338.65
MXN$ 5,104.66
Llanta 215/60R17 109/107T Duravis R660 ECO Bridgestone
MXN$ 358.16
MXN$ 9,814.71
Llanta 205/50R16 87V Champiro UHP AS GT Radial
MXN$ 331.40
MXN$ 1,687.34
Llanta 205/65R16 94H FT140 Firestone
MXN$ 331.40
MXN$ 3,899.35
Llanta 205/55R17 91V Dueler HP Sport Run Flat Bridgestone
MXN$ 331.40
MXN$ 4,566.82
Llanta 205/65R16 95W Turanza T005 Bridgestone
MXN$ 338.65
MXN$ 5,004.80
Llanta 205/65R16C 107/105T Maxmiler Pro GT Radial
MXN$ 338.65
MXN$ 2,477.61
Llanta 185/70R13 86T Champiro VP1 GT Radial
MXN$ 347.20
MXN$ 1,369.62
Llanta 185R14C 102/100P CV2000 Firestone
MXN$ 338.65
MXN$ 2,838.39
Llanta 185R14C 102/100R Maxmiler Pro GT Radial
MXN$ 331.40
MXN$ 2,078.86
Llanta 195/70R14 91T Champiro VP1 GT Radial
MXN$ 383.33
MXN$ 1,555.60
Llanta 195R14C 106/104R Maxmiler Pro GT Radial
MXN$ 331.40
MXN$ 1,918.10
Llanta 205/55R17 95W Turanza T001 Bridgestone
MXN$ 338.65
MXN$ 5,140.89
Llanta 195R15 106S RD 613 Steel Bridgestone
MXN$ 331.40
MXN$ 4,493.97
Llanta 255/50R19 107H Alenza Sport A/S Bridgestone
MXN$ 358.16
MXN$ 9,123.51
205/65R15 94T ALL SEASON FIRESTONE
MXN$ 331.40
MXN$ 3,694.73
Llanta 185/65R15 88H Champiro VP1 GT Radial
MXN$ 349.55
MXN$ 1,245.55
Llanta 175/65R15 84H Champiro VP1 GT Radial
MXN$ 340.93
MXN$ 1,407.45
Llanta 225/45R18 95H Turanza Ls100A EXT Bridgestone
MXN$ 358.16
MXN$ 7,608.64
1
...
3
4
5
6
7
8
9
10
11
VOLVER
Cesta de la compra