{{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
Mini mandrino per trapano a 3 ganasce, 0,3-3,2 mm universale mandrino mini cambio rapido Keyless mandrino cacciavite adattatore (M7 x 0,75 mm di lunghezza)
$ 5.62
QUICK VIEW
Gewiss GW20401 Interruttore Portafusibile 250V Ac 16A 1 Modulo Fusibili 6.3X32 System White (1 Pezzo)
$ 5.62
QUICK VIEW
Fascetta per tubi in zinco con presa filettata Argento 80mm /M10
$ 5.62
QUICK VIEW
SeKi 19161 - Pulsante a pressione in acciaio inox, Ø 19 mm, a forma di testa curva, attacco a vite; campanello
$ 4.50
QUICK VIEW
Kleiber Nastro sigillante cucitura
$ 6.75
QUICK VIEW
wolfcraft FZH 40 morsetto a molla ergonomico I 3626000 I Morsetti a molla classici dalla forma ergonomica rinnovata (Confezione da 3)
$ 6.75
QUICK VIEW
K-Flex St Frigo – Sospensorio isolante 13 x 6 Frigo 26 m
$ 18.01
QUICK VIEW
Cassetta Sicurezza Chiavi, Cassaforte Portachiavi con Codice 12 Cifre, Cassetta Sicurezza Chiavi, Combinazione Chiavi Impermeabile per Casa, Garage, Ufficio, Esterno (Noir)
$ 9.00
QUICK VIEW
inserti per avvitatore professionale, set di 2 pezzi per avvitatore per cartongesso, portabit magnetico, bit di rigatura a sgancio rapido con gambo esagonale da 1/4 di pollice (rosso + blu)
$ 5.62
QUICK VIEW
Franke 115.0392.357 Batteria da Cucina, Cromato
$ 111.53
QUICK VIEW
Wago 221 Starter Set | 20 morsetti di collegamento | 5 x 221-2411, 5 x 221-412, 5 x 221-413, 5 x 221-415 | Connettori a leva per conduttori flessibili e rigidi | Soluzione di collegamento definitiva
$ 12.38
QUICK VIEW
Gancio estraibile con manico a T per rimozione di veicoli e attrezzi per la rimozione di auto, ganci per applicazione e riparazione
$ 5.62
QUICK VIEW
1/2 '(12.5mm) 17mm Hex Special Oil Pan Vite Socket Chiave Testa Strumento A Mano CR-V Universale Esagonale Allen Head Auto Strumenti di Riparazione
$ 5.62
QUICK VIEW
Attacco per trapano ad angolo retto, adattatore per trapano a 90 gradi con manico staccabile, adattatore angolare per punte da trapano durevole e facile da usare
$ 7.87
QUICK VIEW
Guanto da Lavoro in Pelle di Fiore Naturale - Guanti da Giardinaggio - Pacco da 12
$ 22.52
QUICK VIEW
CNC Dust Shoe ABS Cover Cleaner per 65 mm/69 mm
$ 11.25
QUICK VIEW
GEDORE red Prolunga per chiave a bussola, lunghezza 150 mm
$ 3.37
QUICK VIEW
AVIDSEN Kit di avviamento termostato per radiatore intelligente con adattatore, relè di connessione per rete, Wi-Fi, app per smartphone, senza abbonamento, installazione facile
$ 22.52
QUICK VIEW
Geberit 240067001 240.067.001-Perno distanziatore
$ 5.62
QUICK VIEW
100 Film gratta e Vinci Poster Film gratta e Vinci Foto sfondi Decorazione della Parete Liscia Lista dei secchi di Film per Gli Amanti del Cinema
$ 9.00
QUICK VIEW
PARODI & PARODI Porta, portascopa Adesivo, Appendere, Gancio appendi Scopa da Usare con Biadesivo e/o Vite di Fissaggio, Facile utilizzo, Neutro, Standard
$ 2.24
QUICK VIEW
225 Pezzi Anello di Ritegno a Scatto Assortimento di Anelli Di Sicurezza Anelli di Sicurezza Interni di Tipo C Clip di Sicurezza a Scatto Anelli di Ritenuta Interni Anello Elastico C-Clips
$ 7.87
QUICK VIEW
Spear & Jackson 81117 - Raccogli Foglie, Colore: Blu
$ 21.39
QUICK VIEW
CITOFONO MIRO VV 2VOICE (URMET DOMUS-SIDELTRONIC cod. 1183/7)
$ 36.04
QUICK VIEW
FILTRO IN LINEA A SEDIMENTI ATTACCO 1/4'' FPT 2,5' 'x 11'' MICRON 5
$ 11.25
QUICK VIEW
Danfoss Olio Sparato Boiler Ugello Bruciatore 0.65 x 60 ES USgal/h ° Grado Spray Modello Riscaldamento Jet 1.95 Kg/h
$ 6.75
QUICK VIEW
Motoriduttore DC, DC 24V M6 X 50mm 6 RPM Riduttore a Vite Senza Fine con Motoriduttore in Ottone in Alluminio per Apri Finestra
$ 9.00
QUICK VIEW
Chiocciola eliminacode gialla completa di staffa per fissaggio
$ 7.87
QUICK VIEW
RSE Distributore di corrente da parete, completamente cablato, 4 circuiti, 128 A, 230 V, IP65, 210 x 122 x 210 mm, CEE Bals, Schuko, LS, RSE-001739
$ 34.91
QUICK VIEW
Set di chiavi per colla, 32 mm, in ottone, 3 misure, punta intercambiabile con chiave inglese, set di ricambio per fai da te e riparazione
$ 5.62
QUICK VIEW
Rubinetto filtro acqua da cucina in lega di zinco da 1/4 ``, rubinetto per acqua potabile con doppio manico Filtro per acqua potabile RO ad osmosi inversa
$ 12.38
QUICK VIEW
6 Pezzi/Set volano Starter cricchetto Clip a Molla rinculo per Motosega 4500/5200/5800
$ 4.50
QUICK VIEW
Hilitand Amperometro Digitale DC SZD07 8-35V DC 0,3-50A Sensore Hall Protezione da Sovraccarico
$ 15.76
QUICK VIEW
35mm Dima per Cerniere a Scodellino, Dima di Centraggio per Foratura Legno, Localizzatore Foro Cerniera, per la Lavorazione del Legno Fai Da Te
$ 13.51
QUICK VIEW
Sirena Stroboscopica Cablata 12V 15W - Allarme Sonoro Stroboscopio Lampeggiante a Luce Rossa per Hotel di Casa
$ 6.75
QUICK VIEW
King Led Alimentatore Impermeabile 100W 24V 4,16A IP67
$ 16.89
1
...
2583
2584
2585
2586
2587
2588
2589
2590
...
2648
BACK
Shopping Cart