{{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
215/40R18 93Y Ventus V12 EVO2 K120 XL Hankook
MXN$ 338.65
MXN$ 2,870.89
GOODYEARLT 245/70R16 WGLR WORKHORSE AT 113/110 T
MXN$ 338.65
MXN$ 4,926.24
GOODYEAR 235/40R18 EAGLE SPORT ALL SEASON 91W
MXN$ 331.40
MXN$ 4,554.85
GOODYEAR 215/50R18 ASSURANCE FINESSE 92H SL
MXN$ 331.40
MXN$ 3,960.10
COOPER LT245/75R17 DISCOVERER HT3 121/118S
MXN$ 338.65
MXN$ 4,844.16
COOPER LT235/80R17 DISCOVERER HT3 120/117R
MXN$ 331.40
MXN$ 4,501.03
COOPER LT215/85R16 DISCOVERER ATR 115/112R
MXN$ 331.40
MXN$ 4,505.06
COOPER P215/65R15 COBRA RADIAL G/T 95T
MXN$ 338.65
MXN$ 2,614.50
GOODYEAR 235/55R20 ASSURANCE MAXLIFE 102V SL
MXN$ 331.40
MXN$ 4,394.72
GOODYEAR 255/50R20 WRANGLER WORKHORSE AT 109T XL
MXN$ 358.16
MXN$ 7,682.03
COOPER 235/55R18 EVOLUTION SPORT 100V
MXN$ 338.65
MXN$ 3,125.82
COOPER 215/55R18 EVOLUTION SPORT 95H
MXN$ 338.65
MXN$ 2,759.82
COOPER 265/60R18 EVOLUTION SPORT 110H
MXN$ 338.65
MXN$ 3,260.38
COOPER 245/60R18 EVOLUTION SPORT 105H
MXN$ 338.65
MXN$ 3,260.38
COOPER 225/60R18 EVOLUTION SPORT 100H
MXN$ 338.65
MXN$ 3,211.94
COOPER 205/70R16 EVOLUTION SPORT 97H
MXN$ 338.65
MXN$ 2,631.99
COOPER 225/65R16 EVOLUTION SPORT 100H
MXN$ 338.65
MXN$ 2,814.99
Llanta 245/40R18 97Y Turanza T005 MOE Bridgestone
MXN$ 358.16
MXN$ 8,496.61
Llanta 245/75R17 121S Destination XT Firestone
MXN$ 331.40
MXN$ 6,482.34
COOPER 245/70R17 EVOLUTION ATT 110T
MXN$ 331.40
MXN$ 4,265.55
COOPER 245/70R16 EVOLUTION ATT 107T
MXN$ 331.40
MXN$ 3,759.60
COOPER 235/75R15 EVOLUTION ATT 105T
MXN$ 338.65
MXN$ 3,312.86
Llanta 175/55R15 77H/T SP716 Sportrak
MXN$ 353.10
MXN$ 1,193.10
Llanta P245/65R17 105T Savero HT2 GT Radial
MXN$ 338.65
MXN$ 3,069.36
Llanta LT 9.50R16.5 121R Transforce HT Firestone
MXN$ 358.16
MXN$ 8,035.16
Llanta P295/50R15 105S Firehawk Indy 500 Firestone
MXN$ 331.40
MXN$ 3,891.73
Llanta 225/55R18 98V Ecosport SUV Imperial
MXN$ 331.40
MXN$ 1,809.44
Llanta 7.50R16 116Q Transforce AT Firestone
MXN$ 338.65
MXN$ 5,155.24
Llanta LT 8.75R16.5 115R Transforce HT Firestone
MXN$ 358.16
MXN$ 7,294.42
Llanta 235/60R16 100H Dueler HT 840 Bridgestone
MXN$ 338.65
MXN$ 5,101.86
Llanta 235/55R19 105W Ecosport SUV XL Imperial
MXN$ 331.40
MXN$ 2,138.00
Llanta LT245/75R16 108/104 ADVENTURO AT3 GT RADIAL
MXN$ 338.65
MXN$ 3,327.12
Llanta LT 265/75R16 123/120Q Adventuro MT GT Radial
MXN$ 338.65
MXN$ 4,654.31
Llanta 305/40R20 112Y Alenza 001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 12,310.84
Llanta LT 265/70R17 121Q Destination MT2 Firestone
MXN$ 358.16
MXN$ 7,806.30
Llanta P245/65R17 105T Dueler AT Revo3 Bridgestone
MXN$ 358.16
MXN$ 7,365.88
Llanta 235/55R17 99W Champiro UHP AS GT Radial
MXN$ 338.65
MXN$ 2,513.74
Llanta 235/55R19 101V Alenza 001 Run Flat Bridgestone
MXN$ 331.40
MXN$ 6,554.45
Llanta 235/60R18 103H Turanza EL440 Bridgestone
MXN$ 331.40
MXN$ 6,731.79
Llanta 255/45R20 101V Ecopia HL 422 Plus Run Flat Bridgestone
MXN$ 358.16
MXN$ 6,985.18
Llanta 255/50R20 105H Alenza Sport AS Bridgestone
MXN$ 358.16
MXN$ 13,097.79
Llanta 275/40R20 106W Dueler HP Sport Run Flat Bridgestone
MXN$ 358.16
MXN$ 8,845.37
Llanta 265/70R17 112/109Q Dueler AT RH-S Bridgestone
MXN$ 331.40
MXN$ 6,474.46
Llanta 285/45R20 112Y Dueler HP Sport XL Bridgestone
MXN$ 358.16
MXN$ 10,917.66
Llanta 225/60R17 99T Destination LE2 Firestone
MXN$ 338.65
MXN$ 2,979.72
Llanta 225/60R18 100V Dueler HP Sport Bridgestone
MXN$ 331.40
MXN$ 4,223.49
Llanta 225/60R18 104W Alenza 001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 8,800.38
Llanta 225/65R17 102T Dueler HP Sport All Season Bridgestone
MXN$ 338.65
MXN$ 3,476.73
1
...
6
7
8
9
10
11
VOLVER
Cesta de la compra