{{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
10 clip a molla in acciaio per attrezzi, resistenti, ideali per garage, armadi e cortili (35 mm)
$ 6.75
QUICK VIEW
Saldatrice per Tubi in plastica con Forbici, saldatrice per Tubi PE/PB/PPR, Regolabile 100-320 ℃, Display Digitale + Matrice antiblocco + Staffa a Forma di U del Piede di aggiornamento
$ 66.46
QUICK VIEW
Coltello da Barba Draw, Coltello a Lama d'Acciaio al tungsteno per scortecciare la Corteccia, Coltello da Barba dello Strumento di Disegno Diritto, Strumento Manuale scortecciatura
$ 19.14
QUICK VIEW
300 Pezzi 1/16' Aghi In Acciaio Ricambio Per Sistemi Livellamento Piastrelle Per Pavimenti Strumenti Costruzione Per Pareti Edifici Livellamento Piastrelle Per Pavimenti
$ 7.87
QUICK VIEW
Candado Titalium 20mm llaves iguales
$ 3.37
QUICK VIEW
Occhiali Laser Protezione, Occhiali per Laser, IPL 190-2000nm Occhiali di Sicurezza Laser, Occhiali per Laser Depilazione, Occhiali Protettivi da Lavoro, Protettivi Luce Pulsata per Unisex
$ 7.87
QUICK VIEW
Strumento di guida per sega magnetica efficiente, supporta tagli accurati a 45 gradi e 90 gradi
$ 20.27
QUICK VIEW
6 maniglie in cristallo, maniglie delle porte dell'armadio con cassetti in cristallo diamantato da 30 mm, maniglie delle porte in vetro della cucina per mobili, armadietti e comò per cucine e uffici
$ 6.75
QUICK VIEW
Mini pistola ad aria calda da 350 W, 2 impostazioni di temperatura 392°F/662°F, per goffratura artigianale, tubi termoretraibili, resina epossidica, ritiro riscaldato, asciugatura a
$ 7.87
QUICK VIEW
2 pezzi per giardinaggio, per erbacce, per erbacce, per erbacce, per erbacce, per lavori di giardinaggio
$ 9.00
QUICK VIEW
Piastra porta metallo WC
$ 5.62
QUICK VIEW
3 BOMBOLE OSSIGENO 1LT 110 BAR - 1 BOMBOLA MAXYGAS- OXYTURBO-RICAMBI PER TURBO SET 90
$ 33.79
QUICK VIEW
Mobili/laminato/armadio da cucina/piano di lavoro di riparazione morbido cera di riempimento kit nero, bianco, grigio antracite e grigio finestra di mobili restore
$ 9.00
QUICK VIEW
Filtro per acqua dissabbiatore da 3/4-1 pollice Euroacque cod. NANOFA34
$ 43.93
QUICK VIEW
OCCHIALI PROTETTIVI 'ULTRA LEGGERI' PLUS TRASPARENTI
$ 5.62
QUICK VIEW
Metro a nastro in acciaio inox fluorescente, 10 x 25 m, metro a nastro retrattile, impermeabile, per costruzione, casa, progetti fai da te
$ 10.13
QUICK VIEW
Doccetta per Lavandino, Doccino per Lavandino, Doccetta per Bidet, Idroscopino per WC, Doccino per Bidet con Morsetti e Tubo Doccia, Nero
$ 9.00
QUICK VIEW
VONROC Martello perforatore VPOWER 20V 1.3 Joule - SDS plus. Incl. accessori e borsa degli attrezzi. Batteria e caricabatteria non inclusi
$ 29.28
QUICK VIEW
Set di ricambio per maniglie per porta doccia, maniglie per porte da bagno per box doccia, maniglie per porte interne/esterne (dimensioni : 160 mm)
$ 32.66
QUICK VIEW
Collare di presa semplice | Diametro da 63 mm e filettatura da 1/2' | Venduto singolarmente
$ 7.87
QUICK VIEW
AEG 10698 KA6 Convertitore di Tensione 72 W 1 pz. Tensione d'uscita (Dettagli)=12 V Tensione di Funzionamento=230 V 6 A
$ 31.53
QUICK VIEW
Martello 1500W scalpellatore demolitore - PDB15006 INGCO + 2 SCALPELLI
$ 111.53
QUICK VIEW
2600 W Handheld Paddle Mixer Concrete Mixer, portatile Concrete Cement Mixer regolabile 6 Speed Paint Mixer, 230 V Paddle Drill Mixer Stirring Tool for Mortar Grouts Paint Cement Plaster Plastering
$ 34.91
QUICK VIEW
2 PCS Chiave di Servizi, Chiave Rompigetto Rubinetto, Chiave per Aeratore di Rubinetto in Acciaio Inossidabile, Chiave per Filtro Rubinetto, Strumento Efficiente per la Regolazione del Flusso d'Acqua
$ 3.37
QUICK VIEW
Makita 632F26-6 Interruttore per avvitatore a percussione modello DTD152
$ 32.66
QUICK VIEW
Guarnizione a nastro in gomma alveolare EPDM larghezza mm 40 x 20 spessore rotolo da mt 10 adesiva su un lato
$ 23.65
QUICK VIEW
CASSAFORTE 360X230X200 UTILIA TOP
$ 33.79
QUICK VIEW
Rivettatrice pneumatica, rivettatrice pneumatica KP-705P Rivettatrice a pistola con impugnatura a pistola Rivettatrice ad aria compressa 2.4/3.2/4.0/4.8mm
$ 24.77
QUICK VIEW
Cancello da giardino in metallo, robusto cancello in acciaio zincato - griglia a onde individuali (100x100cm)
$ 54.07
QUICK VIEW
Milwaukee, Punte per trapano in metallo HSS, con scanalatura a spirale per pagoda, in acciaio, codolo esagonale, nero, 15 gradini da 4-32 mm (15 gradini (4-32 mm)
$ 10.13
QUICK VIEW
TORX - Viti per truciolare zincate con filettatura parziale, Ø 5 x 100 mm, confezione da 200
$ 11.25
QUICK VIEW
305x4MM-2T Piegare, Foro Centrale 25.4mm Con Rondella 22.23-20-16mm, Lama per Decespugliatore
$ 12.38
QUICK VIEW
Adattatore cee da 32 a 16 A, cavo di alimentazione 16 A, 415 V, 5 x 2,5 mm²
$ 15.76
QUICK VIEW
Valex Cacciaviti Precisione Serie 11 Pezzi
$ 5.62
QUICK VIEW
Milwaukee Occhiali di Sicurezza Trasparenti 4932471881, Rosso, 0
$ 9.00
QUICK VIEW
6 mm 2020 Profilo in Alluminio Strisce di Tenuta, Morbida Striscia di Guarnizione in PVC, Strisce di Tenuta Antipolvere, Per i Bordatura dei Profilo in Alluminio (Nero, 10 m)
$ 5.62
1
...
2382
2383
2384
2385
2386
2387
2388
2389
...
2648
BACK
Shopping Cart