{{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 %}
MXN
MXN(MXN$)
Entrar en el sistema
0
Cesta de la compra
Deals & Promotions
Electronics
DIY & Tools
Baby & Toddler
Beauty
Fashion & Accessories
Toys & Kids
Sports & Recreation
Pet Supplies
Office & Stationery
Automotive
Jewellery & Watches
Home Decor & Furniture
Home & Kitchen
Health & Fitness
Grocery & Household
Garden & Outdoor Living
Gaming & Consoles
Más enlace
Deals & Promotions
Electronics
DIY & Tools
Baby & Toddler
Beauty
Fashion & Accessories
Toys & Kids
Sports & Recreation
Pet Supplies
Office & Stationery
Automotive
Jewellery & Watches
Home Decor & Furniture
Home & Kitchen
Health & Fitness
Grocery & Household
Garden & Outdoor Living
Gaming & Consoles
Featured Brands
Oferta del día
View More
Apple iPhone 16 Pro 128gb Titanio Natural
MXN$ 1,631.28
Samsung QLED 4K 2021 75Q60A - Smart TV Resolución 4K UHD, 75''/65''/55''/50''
MXN$ 762.57
Closet Ropero Armario Moderno Mueble 6 Puertas 2 Cajones
MXN$ 694.43
Lavadora Semiautomática Hisense Dos Tinas 11 Kg Wsa1102pcn1 Color Blanco
MXN$ 871.73
DIY & Tools
View More
Milwaukee M18 18V Lithium-Ion Cordless Combo Kit (8-Tool) with (3) Batteries, Charger and (2) Tool Bags 2696-28
MXN$ 683.88
Milwaukee M18 FUEL 18V Lithium-Ion Brushless Cordless 7-1/4 in. Circular Saw (Tool-Only) 2834-20
MXN$ 879.12
Milwaukee M18 FUEL 18V Lithium-Ion Brushless Cordless 1 in. Impact Wrench with D-Handle & Jobsite Radio/Charger 2868-20-2792-20
MXN$ 834.83
Milwaukee SAWZALL General Purpose Reciprocating Blade Set (6-Piece) 49-22-1306A
MXN$ 141.94
Office & Stationery
View More
Memory Dream Moon Rest colchón King size memory foam resortes independientes Azul Marino
MXN$ 782.08
DEAR DAY Cafetera Espresso 20BAR DEAR-006 Equipada con Molino de Café Independiente Porta filtros para Cápsulas Jarra de Acero Inoxidable para Espuma de Leche Tamper Base Para Tamper Cuchara y Cepillo
MXN$ 864.04
Multifuncional Dcp-t530dw + Antivirus + Papel +kit De Tintas Negro
MXN$ 848.80
DEAR DAY Cafetera Espresso 20BAR DEAR-006 Equipada con Molino de Café Independiente Porta filtros para Cápsulas Jarra de Acero Inoxidable para Espuma de Leche Tamper Base Para Tamper Cuchara y Cepillo
MXN$ 689.94
Jewellery & Watches
View More
national PLANT NETWORK 2.5 in. Rose Lavender Jewel (3-Pack) HD1611
MXN$ 883.79
Reloj pulsera digital Casio A-168 con correa de acero inoxidable color plateado - fondo gris/negro/azul
MXN$ 708.28
25%
OFF
Reloj Mujer Nine West Cristal Mineral 34 Mm Nw/2146rgrg Color de la correa Rosa dorado Color del bisel Rosa dorado Color del fondo Rosa dorado
MXN$ 740.80
MXN$ 999.00
Guardar
25%
89%
OFF
Samsung Galaxy Watch6 (44 Mm) Plata (Reacondicionado)
MXN$ 798.00
MXN$ 7,499.00
Guardar
89%
Office & Stationery
View More
Memory Dream Moon Rest colchón King size memory foam resortes independientes Azul Marino
MXN$ 782.08
DEAR DAY Cafetera Espresso 20BAR DEAR-006 Equipada con Molino de Café Independiente Porta filtros para Cápsulas Jarra de Acero Inoxidable para Espuma de Leche Tamper Base Para Tamper Cuchara y Cepillo
MXN$ 864.04
Multifuncional Dcp-t530dw + Antivirus + Papel +kit De Tintas Negro
MXN$ 848.80
DEAR DAY Cafetera Espresso 20BAR DEAR-006 Equipada con Molino de Café Independiente Porta filtros para Cápsulas Jarra de Acero Inoxidable para Espuma de Leche Tamper Base Para Tamper Cuchara y Cepillo
MXN$ 689.94
Home Décor & Furniture
View More
Closet Ropero Armario Moderno Mueble 6 Puertas 2 Cajones
MXN$ 694.43
47%
OFF
Árbol De Navidad Artificial 1.80 M CM-TOP Verde Pino Frondoso Con Soporte De Metal 800 Ramas Decoración Navideña
MXN$ 604.64
MXN$ 1,160.71
Guardar
47%
Homfa Sofá cama futón convertible, sofá cama plegable de 66.3 pulgadas con reposabrazos extraíbles y 2 portavasos para sala de estar, acabado gris
MXN$ 614.48
Cama multifuncional ComfortElite
MXN$ 830.89
Home & Kitchen
View More
HOOOWOOO Messi Gray 11-Piece Wicker Outdoor Patio Conversation Sectional Sofa Fire Pit Set with Swivel Chairs and Beige Cushions MFP-YZHOP6011
MXN$ 685.56
Exclusivo juego de utensilios de cocina de hierro fundido de 20 piezas
MXN$ 631.38
NATURE'S GENERATOR 1800-Watt/2880W Peak Push Button Start Solar Powered Portable Generator with Wind Turbine and One 100W Solar Panel HKNGAUWE
MXN$ 746.81
Vitasense Garden MESA-12 Mesa De Exterior De Plástico Color Blanco
MXN$ 776.17
Health & Fitness
View More
Bariatric Fusion® Multivitamin Capsules One Per Day 30 Caps, Apoyo diario en la absorción de nutrientes, diseñado para personas post-bariátricas.
MXN$ 718.33
65%
OFF
Gel Limpiador Dermatológico Darrow Actine Vitamina C 400g Momento de aplicación Día Noche Tipo de piel Grasa
MXN$ 156.71
MXN$ 449.00
Guardar
65%
73%
OFF
Life 360+ Vitamina E Omega 360 Cápsulas Aceite De Salmón
MXN$ 172.42
MXN$ 643.00
Guardar
73%
Crema Fougera Vitamina A, D Tatuaje Microblading 100 Pzs
MXN$ 680.82
Grocery & Household
View More
Easyware Premium 10 Contenedores Vidrio Para Alimentos
MXN$ 830.33
ThermoPro TP01AW Digital Meat Thermometer Long Probe Instant Read Food Cooking Thermometer TP01AW
MXN$ 693.13
OVENTE Vacuum Sealer Roll 11 in. x 16 ft., Food Vacuum Sealer Heavy Duty, BPA-Free Airtight Food Storage, Pack of 2 ACPSVRG1116 ACPSVRG1116
MXN$ 756.65
80%
OFF
Ninja Dz090 Foodi - Freidora De Aire 5 En 1 Dualzone De 6 C. Color Negro
MXN$ 859.97
MXN$ 4,499.00
Guardar
80%
Cesta de la compra