{{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 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 inventory_tracking != 0 %} | {{lang.general.stock | default:"Stock"}} {{val.quantity}}{% endif %}
{{val.formatPrice}}
{% if 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 %}
USD
USD($)
Cart
0
My Account
Log in
Home
Dresses
Tops
Bottoms
Knitwear
Outerwear
Shoes
Accessories
More Links
Honorern
Home
Dresses
Tops
Bottoms
Knitwear
Outerwear
Shoes
Accessories
USD
USD($)
Home
/
Shop
Shop
Filter
Filter
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
95295
Products
Sort by
Featured
Best selling
Alphabetically, A-Z
Alphabetically, Z-A
Price, low to high
Price, high to low
Date, old to new
Date, new to old
QUICK VIEW
Milwaukee M12BIW12-0 M12 - Avvitatore a impulsi compatto da 1/2' (batterie o caricabatterie)
$ 59.70
QUICK VIEW
Serratura Entrata 19.7 SIVER 911 in Acciaio Zincato per Persiane, Inferriate da Montante Verticale
$ 16.89
QUICK VIEW
Strumento Bretelle cintura imbottita Heavy Duty regolabile lombare supporto multi-tasche per Carpenter elettricista professionista strumento durevole per Industrial
$ 14.63
QUICK VIEW
4 Pezzi Ruote per Mobili da 37mm, Rotelle per Mobili per Pallet Durevole con Viti, Ruote Carrello Indossabili a 360 Gradi per Mobili (Arancione)
$ 9.00
QUICK VIEW
14 Pezzi Set Inserti Torx per Avvitatore Professionali,10cm Cacciaviti Torx con Foro,1/4' Cacciavite Torx Bit,Torx Lunghe Magnetiche,Punte di Tipo Torx per Riparare Macchinari e Attrezzature
$ 6.75
QUICK VIEW
Livelynine 40CMX5M Carta da Parati Nera Vinile Adesivo Nero Carta da Parati Adesiva Muro Camera da Letto Carta Adesiva per Pareti Moderne Soggiorno Cameretta Salotto Cucina Rivestimento Parete PVC
$ 11.25
QUICK VIEW
Lunaway - Griglia di ventilazione decorata in ghisa per camino e stufa | Spessore perimetrale 1,5 cm | Spessore centrale 1 cm | Dimensioni 25 x 25 cm
$ 19.14
QUICK VIEW
NVR IP 8 canali fino a 12MP 160 Mbps ONVIF – Dahua NVR4208-4KS3
$ 74.34
QUICK VIEW
GIUNTO A 4 VIE ANGOLO ORIZZONTALE E VERTICALE PER TUBO TONDO DIAMETRO 16-25-32 mm PER AGGANCIO A 'T' PER LA CREAZIONE DI STRUTTURE IN FERRO (25 mm)
$ 5.62
QUICK VIEW
Tappetino ignifugo in fibra di vetro Tappetino ignifugo per braciere da campeggio Panno ignifugo Piegato Tappetino da picnic Tappeti resistenti alla temperatura per interni ed esterni(Piccolo)
$ 7.87
QUICK VIEW
Flussometro Acqua · Flussometro con tubo in plastica 100-1000L/H Flussometro LZS-15
$ 7.87
QUICK VIEW
Serratura elettronica per porta con impronte digitali, smart fingerprint apriporta serratura serratura serratura con maniglia, per porte in legno, porte interne e porte in lega di alluminio con uno
$ 34.91
QUICK VIEW
Set di 3 Punte Coniche per Trapano HSS Drill Bit 4-12/4-20/4-32mm Titanio Rivestito Step Drill Conico Trapano per PVC, Legno, Metallo, Alluminio, Rame
$ 6.75
QUICK VIEW
Maniglia a leva per rubinetto, in lega di zinco, ricambio per lavabo e cucina, per bagno e cucina (1#)
$ 4.50
QUICK VIEW
DeWalt, DT9508, QZ, 5,5x110x50 Broca SDS, Plus Extreme2
$ 7.87
QUICK VIEW
Lima Per Intaglio A Cera Piatta E Semicircolare In Acciaio Al Carbonio Da 8 Pollici A Doppia Estremità
$ 7.87
QUICK VIEW
LED Digitale Voltmetro Amperometro AC 50A Tipo Fisso AC 0-500V Tensione Corrente Doppio Metro DC Volt Ampere Tester Volt Amp Tester da pannello (Color : Black cover)
$ 28.15
QUICK VIEW
Relaxdays Fermaporta in Acciaio Inox, Set da 4, H x D: 7,5 x 7 cm, Blocca Porte Pesante e Antiscivolo, Argento Nero
$ 14.63
QUICK VIEW
Chiavi tubolari e a Tubo, Chiave per Tubo da 14 mm - Diametro 14 mm - Impronta 6/12 Esagonale - Realizzato in Acciaio (Cromo Vanadium) - Garanzia a Vita - Diverse Misure Disponibili
$ 7.87
QUICK VIEW
Reticolo di impalcature 50 g/m2 3 x 20m WERKA PRO Bianco
$ 20.27
QUICK VIEW
® ELETTRO CAVI K - CAVO FROR GOMMATO 4G1 mm² ANTIFIAMMA QUADRIPOLARE FLESSIBILE 4 POLI 10 METRI
$ 7.87
QUICK VIEW
SAKAWA Kit di Scavapatate Motozappa Motocoltivatore Ruote 400 x 8
$ 75.47
QUICK VIEW
30 Pezzi Piedini in Gomma Avvitabili Con Viti Per Tagliere, Morbidi Antiscivolo Antigraffio Per Mobili, Tavolo, Scrivania, Cabinet
$ 6.75
QUICK VIEW
10 Pezzi Moschettone Rotondo, 39mm Anello Moschettone, Scatto Molla Rotonda, Tondo Lega di Zinco Moschettone, per Portachiavi, Borsa, Gioielli, Artigianato DIY
$ 3.37
QUICK VIEW
Makita, sacchi multicolore W107418355
$ 19.14
QUICK VIEW
1 Set Set Pala Per Fuliggine Griglie a Carbone Griglia a Carbone Campeggio Hibachi Forno All'aperto Pentola Padella Cucinando Pentole Elettrico Spiedini Kit Ferro Da Stiro
$ 10.13
QUICK VIEW
1/2' Fresa per Scanalature con Gambo con 7 Cuscinetti Set Strumento,Strumento di Lavorazione del Legno,Frese per Legno a T
$ 7.87
QUICK VIEW
Lavandino Rotondo - Lavello - Lavabo Arredo Bagno Sanitari - 40x40x15 cm - in Marmo - Pietra naturale - Lucido - Solido e robusto (Crema)
$ 69.84
QUICK VIEW
STUCCO METALLICO POLIESTERE CARROZZERIA METALLO AUTO CARROZZIERE BIANCO-GRIGIO (243 ml, BIANCO)
$ 4.50
QUICK VIEW
1 pezzo borsa porta attrezzi multiuso, borsa attrezzi, impermeabile, con cerniera, durevole, tessuto di tela, resistenza all'umidità
$ 4.50
QUICK VIEW
10 pezzi DANCO battute angolari Click on cerniere
$ 11.25
QUICK VIEW
TELWIN TRIBE 9-13 Maschera per Saldatura MMA/MIG-MAG/TIG a caschetto
$ 23.65
QUICK VIEW
Magnetotermico,Interruttore Magnetotermico Interruttore differenziale di sicurezza 16A 63A 10mA 30mA 1P+N RCCB RCD 230V Interruttore differenziale elettronico Interruttore di sicurezza(10mA 1P 1N,20A)
$ 12.38
QUICK VIEW
Portascopa e Portaspazzole Da Muro, Portascope da Muro Appendi in Acciaio Inossidabile con 3 Posti e 4 Ganci, Supporto Parete Autoadesivo per Scopa e Porta Utensili per Giardino, Garage
$ 7.87
QUICK VIEW
Blpt Large Cord Wrap – benzina
$ 3.37
QUICK VIEW
CONF. 10 PZ BATTISCOPA IMPIALLACCIATO PASSAFILO 13X70X2250MM VARIE FINITURE (MOGANO)
$ 55.19
1
2
3
4
5
6
7
8
...
2648
BACK
Shopping Cart