{{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/50R18 97V Dueler HP Sport Bridgestone
MXN$ 358.16
MXN$ 7,366.47
Llanta 235/50R19 103T Turanza T005 Bridgestone
MXN$ 331.40
MXN$ 6,643.89
Llanta 195/55R16 91H Champiro VP1 GT Radial
MXN$ 372.75
MXN$ 1,535.11
Llanta 215/45R18 93Y Champiro UHP AS GT Radial
MXN$ 338.65
MXN$ 2,628.91
Llanta 225/45R18 95H Turanza LS100A Run Flat Bridgestone
MXN$ 358.16
MXN$ 7,661.90
Llanta 225/45R19 92W Potenza S001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 9,951.29
Llanta LT 255/75R17 111Q Destination MT2 Firestone
MXN$ 358.16
MXN$ 9,225.97
Llanta P255/70R18 112T Dueler HT 684 II Bridgestone
MXN$ 331.40
MXN$ 5,974.50
Llanta 265/70R17 115T SP766 Sportrak
MXN$ 338.65
MXN$ 2,901.02
Llanta 235/75R15 105S SP766 Sportrak
MXN$ 331.40
MXN$ 2,283.42
Llanta 185/60R15 84H Champiro VP1 GT Radial
MXN$ 332.56
MXN$ 1,341.25
Llanta 155/70R19 84Q Ecopia EP500 Bridgestone
MXN$ 331.40
MXN$ 4,031.72
Llanta 235/65R17 108V Ecosport SUV XL Imperial
MXN$ 331.40
MXN$ 1,912.49
Llanta 245/35R19 93Y Potenza S001 Bridgestone
MXN$ 358.16
MXN$ 7,095.44
235/35R19 91Y POTENZA S005 BRIDGESTONE
MXN$ 331.40
MXN$ 6,832.69
Llanta 255/35R19 96Y Turanza T005 RFT Bridgestone
MXN$ 358.16
MXN$ 11,148.19
Llanta 215/65R17 99H SP766 Sportrak
MXN$ 331.40
MXN$ 2,084.74
Llanta 245/65R17 105T Destination AT2 Firestone
MXN$ 331.40
MXN$ 6,619.45
Llanta 275/35R21 103Y Alenza 001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 11,807.76
Llanta 285/45R22 114H Destination AT2 Firestone
MXN$ 331.40
MXN$ 6,832.95
Llanta 245/70R16 111T Dueler HT 684 III Ecopia Bridgestone
MXN$ 331.40
MXN$ 5,990.77
Llanta 225/45R18 95Y Potenza Sport Bridgestone
MXN$ 358.16
MXN$ 7,237.86
315/75R16 127Q DESTINATION M/T2 FIRESTONE
MXN$ 358.16
MXN$ 9,375.61
Llanta 225/45R19 92W Turanza T005A Bridgestone
MXN$ 358.16
MXN$ 7,333.33
Llanta 225/55R18 98H Dueler HP Sport Bridgestone
MXN$ 331.40
MXN$ 4,521.33
Llanta 245/55R18 103T All Season Firestone
MXN$ 331.40
MXN$ 6,922.64
Llanta 175/55R20 89T Ecopia EP500 Bridgestone
MXN$ 331.40
MXN$ 4,487.27
Llanta 205/55R16 91H Ecopia EP422 Plus Bridgestone
MXN$ 338.65
MXN$ 2,530.73
Llanta 195/50R20 93T Ecopia EP500 Bridgestone
MXN$ 349.00
MXN$ 4,621.89
Llanta 175/65R15 84T Turanza Er370 Bridgestone
MXN$ 331.40
MXN$ 3,567.74
Llanta 245/45R20 103W Alenza 001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 11,307.41
Llanta 215/45R16 90V Turanza T001 XL Bridgestone
MXN$ 331.40
MXN$ 3,869.03
Llanta 205/55R17 91V FT140 Firestone
MXN$ 338.65
MXN$ 2,487.89
Llanta 255/70R18 113T DUELER A/T RH-S Bridgestone
MXN$ 358.16
MXN$ 8,734.35
Llanta 225/55R17 95V Potenza RE97 AS Run Flat Bridgestone
MXN$ 334.95
MXN$ 4,599.93
Llanta 225/40R18 92Y Potenza Sport XL Bridgestone
MXN$ 331.40
MXN$ 6,330.23
Llanta 245/70R17 108T Dueler AT Revo 3 Bridgestone
MXN$ 331.40
MXN$ 6,913.27
Llanta 255/45R20 101W Alenza 001 Run Flat Bridgestone
MXN$ 358.16
MXN$ 7,334.32
Llanta 215/45R18 89V Turanza EL440 Bridgestone
MXN$ 331.40
MXN$ 4,367.87
Llanta 235/60R18 102V Turanza LS100 Bridgestone
MXN$ 358.16
MXN$ 7,240.39
Llanta 245/40R21 100Y Alenza 001 XL Run Flat Bridgestone
MXN$ 358.16
MXN$ 11,167.78
Llanta 275/50R22 111H Alenza AS 02 Bridgestone
MXN$ 359.36
MXN$ 10,587.44
Llanta 205/75R16C 113/111R Maxmiler Pro GT Radial
MXN$ 338.65
MXN$ 2,611.58
Llanta 175/60R16 82H Ecopia EP150 Bridgestone
MXN$ 331.40
MXN$ 3,957.10
Llanta 215/45R18 89W Turanza T005A Bridgestone
MXN$ 343.95
MXN$ 5,841.49
Llanta 255/40R19 100Y Potenza S001 AO XL Bridgestone
MXN$ 344.64
MXN$ 6,805.77
1
...
7
8
9
10
11
VOLVER
Cesta de la compra