{{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 275/70R18 125/122S Transforce HT Firestone
MXN$ 358.16
MXN$ 8,067.50
Llanta LT 275/70R18 125/122S Transforce AT Firestone
MXN$ 358.16
MXN$ 8,369.36
Llanta LT 295/70R18 129/126Q Destination MT Firestone
MXN$ 358.16
MXN$ 11,163.00
Llanta LT 31X10.50R15 109S Adventuro AT3 GT Radial
MXN$ 331.40
MXN$ 3,841.05
Llanta 285/70R17 117T Destination AT2 Firestone
MXN$ 358.16
MXN$ 7,972.01
Llanta 285/70R17 121/118R Dueler AT Revo3 Bridgestone
MXN$ 358.16
MXN$ 8,646.63
Llanta 275/55R20 113H Destination LE3 Firestone
MXN$ 338.65
MXN$ 5,023.69
Llanta 275/55R20 117H Adventuro AT3 GT Radial
MXN$ 331.40
MXN$ 4,174.55
Llanta 275/55R20 113V Firehawk Pursuit Firestone
MXN$ 331.40
MXN$ 6,941.61
Llanta 275/60R20 114H Dueler HT 684 II Bridgestone
MXN$ 358.16
MXN$ 7,984.47
Llanta 275/65R17 115T Dueler HT 684 II Bridgestone
MXN$ 331.40
MXN$ 6,452.07
Llanta 275/65R18 114T Destination AT2 Firestone
MXN$ 358.16
MXN$ 8,147.61
Llanta 275/65R18 116H Destination LE3 Firestone
MXN$ 358.16
MXN$ 8,163.19
Llanta 265/70R17 113S Destination AT2 Firestone
MXN$ 331.40
MXN$ 5,850.12
Llanta 265/70R18 124/121R Dueler AT Revo3 Bridgestone
MXN$ 358.16
MXN$ 8,319.19
Llanta 265/75R16 123/120R Dueler AT Revo 3 Bridgestone
MXN$ 331.40
MXN$ 6,168.44
Llanta 275/65R18 123Q Destination MT2 Firestone
MXN$ 358.16
MXN$ 11,990.96
Llanta 265/75R16 123Q Destination MT2 Firestone
MXN$ 358.16
MXN$ 8,057.34
Llanta 275/65R20 126Q Destination MT2 Firestone
MXN$ 358.16
MXN$ 12,158.15
Llanta 31X10.50R15 109Q Radial ATX Firestone
MXN$ 331.40
MXN$ 4,422.23
Llanta LT 33X12.50R15 108Q Destination MT2 Firestone
MXN$ 358.16
MXN$ 9,538.96
Llanta 275/40R19 101Y Potenza S001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 11,265.66
Llanta 265/50R20 107H Destination LE3 Firestone
MXN$ 338.65
MXN$ 5,440.57
Llanta 265/50R20 107T Dueler AT Revo 3 Bridgestone
MXN$ 358.16
MXN$ 8,741.36
Llanta 275/55R20 111S Destination AT2 Firestone
MXN$ 358.16
MXN$ 7,731.54
Llanta 265/65R18 112S Destination AT2 Firestone
MXN$ 358.16
MXN$ 7,600.13
Llanta 265/70R16 111T Destination AT2 Firestone
MXN$ 358.16
MXN$ 7,276.15
Llanta 245/70R17 108S Destination AT2 Firestone
MXN$ 331.40
MXN$ 6,386.10
Llanta 245/70R17 119R Transforce HT Firestone
MXN$ 338.65
MXN$ 5,382.48
Llanta 245/75R16 112Q Destination MT2 Firestone
MXN$ 331.40
MXN$ 6,873.60
Llanta 255/70R16 111T Dueler AT 693 Bridgestone
MXN$ 338.65
MXN$ 5,388.61
Llanta 255/35R20 97Y Potenza S001 XL Bridgestone
MXN$ 358.16
MXN$ 12,244.96
Llanta 255/45R17 98W Potenza S001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 7,429.65
Llanta 255/65R17 110H Destination LE3 Firestone
MXN$ 331.40
MXN$ 6,135.58
Llanta 245/40R20 95Y Potenza S001 Bridgestone
MXN$ 358.16
MXN$ 7,244.35
Llanta 245/45R18 100V Firehawk AS Firestone
MXN$ 331.40
MXN$ 6,104.55
Llanta 245/45R18 100Y Potenza S001 Bridgestone
MXN$ 358.16
MXN$ 7,064.40
Llanta 255/40R18 99Y Turanza T005 Bridgestone
MXN$ 331.40
MXN$ 6,954.27
Llanta 255/40R19 96W Turanza EL440 Bridgestone
MXN$ 358.16
MXN$ 14,488.58
Llanta 245/45R19 98Y Champiro UHP AS GT Radial
MXN$ 338.65
MXN$ 3,311.92
Llanta 245/50R18 100W Potenza S001 Bridgestone
MXN$ 358.16
MXN$ 7,488.66
Llanta 255/50R18 106Y Turanza T005 XL Bridgestone
MXN$ 358.16
MXN$ 7,592.25
Llanta 245/55R19 103H Destination LE3 Firestone
MXN$ 358.16
MXN$ 8,204.27
Llanta 235/60R18 107V Dueler HP Sport XL Bridgestone
MXN$ 338.65
MXN$ 5,364.37
Llanta 235/65R17 103T FT140 Firestone
MXN$ 338.65
MXN$ 5,030.90
Llanta 235/65R17 104T All Season Firestone
MXN$ 338.65
MXN$ 5,717.54
Llanta 235/65R17 108V Dueler HP Sport AS XL Bridgestone
MXN$ 338.65
MXN$ 4,777.00
Llanta 235/65R18 106V Alenza Sport AS Bridgestone
MXN$ 358.16
MXN$ 9,033.07
1
2
3
4
5
6
7
8
9
...
11
VOLVER
Cesta de la compra