{{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/50R17 96W Driveguard Run Flat Bridgestone
MXN$ 338.65
MXN$ 5,105.79
Llanta 235/50R20 100V Alenza 001 Bridgestone
MXN$ 358.16
MXN$ 9,596.94
Llanta 225/45R17 94Y Turanza T005 Bridgestone
MXN$ 331.40
MXN$ 4,156.31
Llanta 225/40R19 93Y Potenza S001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 10,030.64
Llanta 265/65R18 114V Dueler A/T 693 IV Bridgestone
MXN$ 358.16
MXN$ 8,054.51
Llanta 235/55R18 104T Turanza LS100 MOE Bridgestone
MXN$ 358.16
MXN$ 7,009.77
Llanta 265/55R20 113V Dueler A/T 693 V Bridgestone
MXN$ 358.16
MXN$ 8,228.74
Llanta 245/75R16 109T Savero HT2 GT Radial
MXN$ 338.65
MXN$ 3,364.95
Llanta 215/55R17 98H Turanza T005 Bridgestone
MXN$ 338.65
MXN$ 5,191.90
Llanta 235/50R18 101W Champiro Uhp As Gt Radial
MXN$ 338.65
MXN$ 2,444.51
Llanta 265/70R16 111S Dueler HT 840 Bridgestone
MXN$ 331.40
MXN$ 6,586.46
Llanta 235/60R20 108H Alenza 001 Bridgestone
MXN$ 358.16
MXN$ 7,560.17
Llanta 285/35R20 104Y Turanza T005 SPG MOE Bridgestone
MXN$ 358.16
MXN$ 15,053.52
Llanta P245/60R18 104T SAVERO HT2 GT Radial
MXN$ 338.65
MXN$ 3,192.71
Llanta P275/50R22 111H Dueler HT 684 II Bridgestone
MXN$ 358.16
MXN$ 13,342.07
Llanta P215/70R16 99T Savero HT2 GT Radial
MXN$ 331.40
MXN$ 2,285.33
Llanta 245/45R18 96Y Champiro UHP AS GT Radial
MXN$ 338.65
MXN$ 2,553.26
Llanta LT 7.00R16 111/107Q Transforce AT TL Firestone
MXN$ 331.40
MXN$ 6,194.08
Llanta 285/75R16 126/123R DUELER A/T REVO 3 Bridgestone
MXN$ 358.16
MXN$ 8,018.40
Llanta 275/55R20 111T DUELER A/T REVO 3 Bridgestone
MXN$ 358.16
MXN$ 8,419.65
Llanta 255/60R18 112T Dueler HT 684 III Bridgestone
MXN$ 358.16
MXN$ 7,350.95
Llanta 215/65R17 99H ECOPIA H/L 422 PLUS Bridgestone
MXN$ 338.65
MXN$ 3,297.37
Llanta P255/70R17 110S Dueler HT 684 II Bridgestone
MXN$ 338.65
MXN$ 4,782.74
Llanta P265/50R20 111T Adventuro AT3 GT Radial
MXN$ 331.40
MXN$ 3,495.76
Llanta P265/65R18 112S Dueler AT RH-S Bridgestone
MXN$ 358.16
MXN$ 7,304.41
Llanta P265/70R17 113T Savero HT2 GT Radial
MXN$ 338.65
MXN$ 3,402.77
Llanta P275/65R18 114T Adventuro AT3 GT Radial
MXN$ 331.40
MXN$ 4,399.30
Llanta P225/60R17 98T Dueler HT 684 II Bridgestone
MXN$ 331.40
MXN$ 4,340.09
Llanta LT 235/70R16 104S Dueler HT 684 II Bridgestone
MXN$ 338.65
MXN$ 5,133.40
Llanta P225/60R16 97T Champiro VP1 GT Radial
MXN$ 331.40
MXN$ 1,963.80
Llanta P215/60R17 95T Champiro VP1 GT Radial
MXN$ 338.65
MXN$ 2,435.05
Llanta P235/75R15 105S Adventuro AT3 GT Radial
MXN$ 338.65
MXN$ 2,803.86
Llanta P255/55R20 107H Dueler HL Alenza Bridgestone
MXN$ 358.16
MXN$ 8,781.46
Llanta P255/70R15 108S Firehawk Indy 500 Firestone
MXN$ 331.40
MXN$ 4,119.16
Llanta LT 245/75R16 120/116S V-Steel Rib 265 Bridgestone
MXN$ 338.65
MXN$ 4,966.93
Llanta LT 245/75R17 121/118S Adventuro AT3 GT Radial
MXN$ 331.40
MXN$ 3,979.62
Llanta LT 265/70R17 121/118S Adventuro AT3 GT Radial
MXN$ 338.65
MXN$ 4,719.34
Llanta LT 285/75R16 122/119Q Adventuro MT GT Radial
MXN$ 338.65
MXN$ 5,375.15
Llanta LT 305/70R16 118/115Q Adventuro MT GT Radial
MXN$ 338.65
MXN$ 5,430.25
Llanta LT 31X10.50R15 109Q Adventuro MT GT Radial
MXN$ 338.65
MXN$ 2,962.35
Llanta P275/60R15 107S Firehawk Indy 500 Firestone
MXN$ 331.40
MXN$ 3,855.24
Llanta 31X10.50R15 109Q Destination MT2 Firestone
MXN$ 331.40
MXN$ 6,808.71
Llanta LT 225/70R16 102S Dueler HT 684 II Bridgestone
MXN$ 331.40
MXN$ 4,491.79
Llanta LT 285/65R18 125/122Q Destination MT2 Firestone
MXN$ 358.16
MXN$ 11,704.43
Llanta LT 235/75R15 110/107S Dueler AT Revo 2 Bridgestone
MXN$ 338.65
MXN$ 4,665.55
Llanta LT 235/85R16 120/116S Adventuro AT3 GT Radial
MXN$ 331.40
MXN$ 3,557.23
Llanta LT 245/70R17 119/116S Adventuro AT3 GT Radial
MXN$ 331.40
MXN$ 3,604.51
Llanta LT 265/75R16 112/109R Firehawk ATX Firestone
MXN$ 338.65
MXN$ 4,775.91
1
2
3
4
5
6
7
8
...
11
VOLVER
Cesta de la compra