{{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/55R18 104T Turanza T005 MOE Bridgestone
MXN$ 331.40
MXN$ 6,492.15
Llanta 235/55R18 100H Ecopia H/L 422 Plus Bridgestone
MXN$ 331.40
MXN$ 3,849.61
Llanta 185/70R13 86T Multihawk Firestone
MXN$ 331.40
MXN$ 2,065.79
Llanta 175/65R15 84H SP716 Sportrak
MXN$ 328.60
MXN$ 1,153.95
Llanta 175/60R19 86Q Ecopia EP500 OWL Bridgestone
MXN$ 331.40
MXN$ 4,233.29
Llanta 195/60R14 86H SP716 Sportrak
MXN$ 337.29
MXN$ 1,285.10
Llanta 195/55R15 85V Firehawk 900 Firestone
MXN$ 338.65
MXN$ 2,555.15
Llanta 195/55R15 85H Turanza Er300 Bridgestone
MXN$ 331.40
MXN$ 3,672.16
Llanta 225/40R18 92Y Turanza T005 XL Bridgestone
MXN$ 338.65
MXN$ 5,316.99
Llanta 195/60R15 88H Firehawk 900 Firestone
MXN$ 338.65
MXN$ 2,445.11
Llanta 245/70R17 119S Destination XT Firestone
MXN$ 331.40
MXN$ 6,874.01
Llanta 245/40R17 91W Potenza S001 Run Flat Bridgestone
MXN$ 338.65
MXN$ 5,668.00
Llanta 205/50R16 87V Firehawk 900 Firestone
MXN$ 338.65
MXN$ 2,856.36
Llanta 215/70R16C 108/106T Duravis R660A Bridgestone
MXN$ 331.40
MXN$ 5,977.22
Llanta 215/70R16 100H Destination LE3 Firestone
MXN$ 331.40
MXN$ 3,574.40
Llanta 215/60R15 94H Firehawk 900 Firestone
MXN$ 338.65
MXN$ 2,465.46
Llanta 215/65R16 98H Turanza EL 440 Bridgestone
MXN$ 338.65
MXN$ 2,870.68
Llanta 245/70R16 107T SP766 Sportrak
MXN$ 338.65
MXN$ 2,346.06
Llanta 255/65R17 110T DUELER H/T 685 Bridgestone
MXN$ 358.16
MXN$ 7,059.01
Llanta 255/50R20 109H Destination LE3 Firestone
MXN$ 358.16
MXN$ 9,050.87
Llanta 255/50R21 109Y Alenza 001 Bridgestone
MXN$ 358.16
MXN$ 9,611.63
Llanta 245/70R16 106S Destination AT2 Firestone
MXN$ 331.40
MXN$ 6,148.29
245/45R20 103Y POTENZA SPORT BRIDGESTONE
MXN$ 358.16
MXN$ 11,228.46
Llanta 245/45R19 102Y Turanza T005 Bridgestone
MXN$ 331.40
MXN$ 6,707.26
Llanta 225/35R19 88Y Potenza RE050A XL Run Flat Bridgestone
MXN$ 358.16
MXN$ 12,244.96
245/50R18 100W Ventus S1 EVO2 RFT Hankook
MXN$ 338.65
MXN$ 4,680.91
Llanta 225/75R16 104T Dueler AT Revo3 Bridgestone
MXN$ 338.65
MXN$ 5,020.83
245/45R17 95V VENTUS V2 CONCEPT2 HANKOOK
MXN$ 338.65
MXN$ 5,637.60
Llanta 245/50R19 105W Alenza 001 Bridgestone
MXN$ 358.16
MXN$ 16,487.24
Llanta 225/55R18 98H Destination LE3 Firestone
MXN$ 338.65
MXN$ 5,632.31
Llanta 255/70R17 110S Destination AT2 Firestone
MXN$ 331.40
MXN$ 6,703.21
Llanta 255/70R18 112S Destination AT2 Firestone
MXN$ 358.16
MXN$ 7,688.95
LT275/65R20 126S DESTINATION XT FIRESTONE
MXN$ 358.16
MXN$ 12,739.02
Llanta 225/55R19 99H Ecopia HL 422 Plus Bridgestone
MXN$ 338.65
MXN$ 5,435.34
Llanta 265/70R16 112S SP786 At Sportrak
MXN$ 338.65
MXN$ 3,310.13
Llanta 215/70R16 100T SP766 Sportrak
MXN$ 331.40
MXN$ 1,996.65
215/55R16 97W SP716 XL SPORTRAK
MXN$ 343.11
MXN$ 1,611.02
255/55R19 111V SP766 SPORTRAK
MXN$ 331.40
MXN$ 3,607.67
Llanta 255/55R19 111H ALENZA 001 Bridgestone
MXN$ 358.16
MXN$ 8,493.16
Llanta Lt275/70R18 125S Destination XT Firestone
MXN$ 358.16
MXN$ 9,545.15
Llanta 225/50R18 95H Turanza LS100A Bridgestone
MXN$ 331.40
MXN$ 6,072.88
Llanta 195R14 106/104R Transforce CV Firestone
MXN$ 338.65
MXN$ 3,428.75
GOODYEAR 165/70R14 ASSURANCE MAXLIFE 85T XL
MXN$ 331.40
MXN$ 2,082.13
GOODYEAR 265/70R16 WRANGLER ALL-TERRAIN ADV 112T
MXN$ 338.65
MXN$ 4,829.31
GOODYEAR 235/55R19 EFFICIENTGRIP SUV 105V XL
MXN$ 338.65
MXN$ 4,701.01
GOODYEAR 255/35R19 EAGLE SPORT ALL SEASON 96W XL
MXN$ 358.16
MXN$ 7,609.60
GOODYEAR 175/65R15 ASSURANCE 84T SL TL
MXN$ 338.65
MXN$ 2,828.61
Llanta 245/50R20 102H Destination LE3 Firestone
MXN$ 331.40
MXN$ 6,461.40
1
...
5
6
7
8
9
10
11
VOLVER
Cesta de la compra