{{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
6 connettori a banana da 4 mm su spina a banana, cavo flessibile, con morsetti a coccodrillo, spine per multimetro, test elettrico, 1000 V, 15 A, rosso e nero
$ 7.87
QUICK VIEW
Scala estensibile da 5 m con gancio in acciaio inox, scala pieghevole da 4 m, allungabile, resistente, carico massimo 150 kg, per ufficio, giardino, loft e casa
$ 55.19
QUICK VIEW
5 Pz casco di sicurezza per saldatura cappuccio di saldatura Cappello protettivo per saldatori bandana Cappello da saldatore Berretto da saldatore regolabile tappo saldatore cotone
$ 15.76
QUICK VIEW
Valvola di bypass differenziale automatica TC-ABV della valvola di bypass 22mm
$ 13.51
QUICK VIEW
006003144 Spago Carta Animato, 1.6 mm, 125 mt, Avana, 1,6 mm
$ 6.75
QUICK VIEW
Supporto Soffione Doccia Zinco Supporto Doccia Adattabile A Tutti I Sistemi Doccia Staffa Supporto Doccia Gancio Doccia Soffione Supporto Per Soffione Doccia Per Bagni Eleganti E Moderni
$ 3.37
QUICK VIEW
Controllo ON-OFF 0.1Sec - 999 ore Relè temporizzato con ritardo temporale, 6 tipi di funzioni Relè temporizzatore ciclo, per pompa dell'acqua per elettrovalvola
$ 7.87
QUICK VIEW
Lucchetto Armadietto Combinazione a 3 Cifre, Lucchetti per Bagagli, Serratura della Password, Serrature Codificata in Lega di Zinco, Per Palestra E Scuola Per Valigia, Bagagli, Palestra
$ 4.50
QUICK VIEW
Dadi esagonali M6 (forma bassa, con smusso), 50 dadi M6 DIN 439/ISO 4035 in acciaio inox A2 V2A, dadi piatti, M6 per viti, bulloni filettati, mobili, macchine
$ 5.62
QUICK VIEW
Adattatore SDS Max a SDS Plus martello demolitore Strumento Rapido per Stelo Convertitore Trapano Mandrino, Previene la Ruggine, Costruzione Durevole, per Bohrer mit SDS-max-Schaft
$ 5.62
QUICK VIEW
Cercafase Cacciavite cercafase Rilevatori di tensione, Cercafase Professionale Cacciavite Tester di Tensione Tester Penna Induzione Della Luce di Evidenziazione Croce Forma Doppio uso
$ 4.50
QUICK VIEW
SERRATURA PER PORTE BLINDATA SECUREMME DOPPIA MAPPA SERIE 25 CUORE SECURMAP ANTIMANIPOLAZIONE ENTRATA CHIAVE E MANIGLIA 63mm DESTRA A SPINGERE INTERASSE 28mm
$ 32.66
QUICK VIEW
Distanziatori autolivellanti neri per piastrelle 3mm conf. 2500pz
$ 31.53
QUICK VIEW
Batteria a Litio Ricaricabile 48V per Mini Motosega, Idropulitrice, Forbici Elettriche, Decespugliatore Batteria di Ricambio per Utensili da Giardino Elettrici
$ 7.87
QUICK VIEW
Lampada da lavoro a LED a collo di cigno, luce magnetica a LED IP66, impermeabile, flessibile, 900 lumen, 120 Volt, fissa con viti, illuminazione industriale per utensili e lathe
$ 28.15
QUICK VIEW
m40802-xj bulloni a espansione con vite M8, grigio, Set di 2 pezzi
$ 4.50
QUICK VIEW
Scatola di Giunzione Impermeabile IP65,Scatola Elettronica Esterna da Parete Custodia Plastica con Supporto Montaggio Collegamento Cavi Interno Esterno per Interni Esterni Impianti Elettrici
$ 11.25
QUICK VIEW
Porta doccia battente per nicchia vetro trasparente anticalcare 8mm telai nero opaco doccia a filo pavimento 90x200cm
$ 111.53
QUICK VIEW
2154400 - Tasselli di fissaggio NYS in nylon, 4 x 20 mm, 2 piedini
$ 3.37
QUICK VIEW
Cartuccia Filtro Acqua 2 Pezzi, Carbone Attivo GAC con Guscio di Cocco Ad Alto Valore di Iodio, Elevata Capacità di Assorbimento, Set Universale T33
$ 14.63
QUICK VIEW
cerniera per porta in vetro, 2 pezzi in lega di zinco senza cornice per porte in vetro, 90 gradi, cerniera con morsetto per vetro con viti, per vetro spesso 3-5 mm (spazzolata)
$ 9.00
QUICK VIEW
3777.C Serie 6 Svasatori in Acciaio HSS al Cobalto, Grigio
$ 36.04
QUICK VIEW
Strumento di crimpatura della ghiera, strumenti di crimpatura regolabili della pinza per crimpatura Dechengbao utilizzati per manicotti per cavi da 0,25-6 mm2 (AWG 23-7), crimpatrice per ghiere
$ 7.87
QUICK VIEW
Filiera metrica fine Mf24 x 2,0 in HSS HSS con ruota di taglio filettata, filettatura DIN 223, filettatura destra M 24 x 2,0 MF
$ 15.76
QUICK VIEW
2 Pezzi 30mm Rulli Di Azionamento Per Macchine A Filo Compatibile Con MIG Compatibile Con MAG Parti Di Apparecchiature Per Saldatrici (scanalatura A V Da 0,6 Mm/0,8 Mm)
$ 5.62
QUICK VIEW
Nastri Abrasivi in Tessuto │ 10 pezzi │ 75 x 533 mm │ Mixpack (2 x grana 40/60/80/120/180 ciascuno) │ per levigatrici a nastro │ Carta Abrasiva │ Set di Nastri Abrasivi
$ 7.87
QUICK VIEW
Set punte e estrattori viti rotte + punte HSS rivestite in TiN - Set di 5 punte e 5 estrattori N1 Ø 2,5mm/N2 Ø 3,2mm/N3 Ø 4,8mm/N4 Ø 6,5mm/N°5 Ø 8mm
$ 11.25
QUICK VIEW
Pompa disostruente manuale Hydra Pump
$ 111.53
QUICK VIEW
Duravit Universal Doccetta a mano, Doccia con 3 tipi di getto (Rain, Intense Rain, Soft Rain), Doccia a mano rotonda (Ø 110 mm), Doccetta con funzione MinusFlow a risparmio idrico, Cromo
$ 11.25
QUICK VIEW
Spazzola per grondaia, 32 m, diametro 10 cm (8 x 4 m) | Resistente ai raggi UV | Protezione fogliare | Protezione contro le martore, grondaia | Installazione semplice | protezione del pannello solare
$ 40.55
QUICK VIEW
Festool Soletta di scorrimento TP-OF
$ 13.51
QUICK VIEW
Rubinetto Lavello Cucina Rubinetto Da Cucina In Acciaio Inox Grigio Canna Di Fucile Lavabo Rubinetto Da Cucina Misto Acqua Calda E Fredda Grigio Canna Di Fucile 7 Caratteri
$ 28.15
QUICK VIEW
Vimar Serie Idea - Placca classica 5 moduli plastica verde
$ 5.62
QUICK VIEW
Lavelli da cucina a vasca singola con accessori, in acciaio inox, autoportante, per bar, lavandino, postazione di lavoro con rubinetto o lavello da esterno
$ 111.53
QUICK VIEW
Piedini in Gomma con Vite - Gomma Semi Rigida Antiscivolo per Sedia, Tavolo, Tagliere, Cassa - Confezione da 8 Gommini con Diametro 23 mm - Disponibili in 3 Colori (Marrone)
$ 7.87
QUICK VIEW
Maglite Classic Torcia Xenon 6x batterie D - Nero
$ 37.17
1
...
14
15
16
17
18
19
20
21
...
2648
BACK
Shopping Cart