{{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
Nicchia da Parete in Acciaio Inossidabile, nicchia da Doccia incassata con Luce a LED, mensola Organizer Impermeabile per riporre Oggetti in Bagno, Senza Bisogno di Piastrelle (Nero, 32x32x
$ 40.55
QUICK VIEW
AHQiZFX 1 rotolo di pellicola di rame contro lumache, nastro conduttivo, in rame autoadesivo, 20 m x 6 mm, per schermatura EMI, protezione anti-lumache, riparazione elettrica, saldatura, fai da te
$ 3.37
QUICK VIEW
Punta Impatto 12 Punti, Attacco Quadrato 3/4 Pollici, Presa 41mm, Bussola Standard Impatto Angoli Arrotondati Acciaio 45# - (Applicazione: Riparazioni Generali)
$ 12.38
QUICK VIEW
BLACK+DECKER A6240CS Catena di Ricambio, Basso Profilo 3/8', 57 Denti
$ 13.51
QUICK VIEW
Scaffalatura a doppia fessura bianca, staffe regolabili e resistenti, confezione da 1, 2, 10 (10, staffe da 270 mm o 27 cm)
$ 16.89
QUICK VIEW
Simon Rack Scaffale Metallo Garage e 3 Ripiani, Capacità di Carico 75 kg e Punto di Flessione, 1000x1100x400 mm, Metallo, Scaffalatura per Garage, Grigio - Advantage
$ 59.70
QUICK VIEW
Morsa da tavolo Morsa in Acciaio Fuso da 3 pollici con Base Girevole 360 °, Morsetto, Morsa aprtura di 77,5 mm Ultra resitente, Accessori Casa, Morsa per Falegnameria, Ufficina, Grigio
$ 15.76
QUICK VIEW
Cilindro-Stufa per Sauna PC90 9,0 kW con centralina Integrata, Colore: Acciaio Inox
$ 111.53
QUICK VIEW
Cavi di prova per multimetro YACSEJAO AC DC 1000V 3.3FT/1M Digital Laboratory Multimeter Voltmeter Test Lead Probe Wire Cable Banana Plug Connector (20A)
$ 9.00
QUICK VIEW
inserto camino a legna ventilato ARKE 95, caminetti da incasso 14 kW, termocamino inserti 92 cm, Inserto camino a legna ventilato e canalizzabile, Resa 75%
$ 111.53
QUICK VIEW
Wago Set di Morsetti 90 Pezzi Serie 221 Compact 2, 3 e 5 Poli 221-412 221-413 221-415 Arancione
$ 23.65
QUICK VIEW
Punte Metallo Duro, Diametro 2,5 mm, Sinistra Mano YG6X (C3/K10 Punte Carburo Tungsteno con Gambo Dritto Trapano Torsione per Inossidabile Acciaio Lega, 2-Pezzi
$ 9.00
QUICK VIEW
Regolatore Tensione L7805 5V 1.5A - 10 Pezzi all'Ingrosso IC Stabilizzatore LM7805 Protezione Termica & Cortocircuito
$ 4.50
QUICK VIEW
Yale P-YS3-4040N Anti-Snap 3 stelle Euro doppio cilindro, alta sicurezza, 40:40 (80mm), finitura nichel
$ 21.39
QUICK VIEW
BlueYu 30W UV Torcia, Ricaricabili USB 365nm a Luce Nera, Luce UV di Urina di Cane Gatto per Animali Domestici, Vetro di Uranio, Scorpioni e Polimerizzazione Resina
$ 15.76
QUICK VIEW
Camino da tavolo a bioetanolo con fiamma a spirale, per interni ed esterni, colonna di fuoco con durata di oltre 2 ore, sicuro da tavolo, testato secondo DIN EN 16647, focolare biologico
$ 30.41
QUICK VIEW
1 Pezzo 25-In-1 Pinze per Spogliare Cavi Elettrici Multifunzione Come Mostrato 8 Pollici Pinze Elettriche Multifunzionali per Elettricisti
$ 7.87
QUICK VIEW
Mennekes - Spina CEE a 5 poli, 400 V, 16 A, 13522, IP54, PowerTOP Xtra S
$ 12.38
QUICK VIEW
Scala pieghevole a 4 gradini, con pedana larga, 30 x 20 cm e corrimano fino a 270 kg, colore nero
$ 33.79
QUICK VIEW
Nastro Catarifrangente Adesivo 10m x 5cm,Nastro Riflettente Adesivo Bianco Nastro di Sicurezza Riflettente Impermeabile Nastro Riflettente Autoadesivo per Moto,Camion,Auto,Bicicletta Attività Notturna
$ 6.75
QUICK VIEW
Rondella Piana in Rame M6 x 10mm x 1mm Guarnizione di Tenuta per Viti Bulloni Dadi (Set di 20)
$ 4.50
QUICK VIEW
1PEZZO MOLA ABRASIVA ø 150 x 20 F. 16 gr.24
$ 11.25
QUICK VIEW
Confezione da 50 viti per legno verniciate, 4,2 x 19 mm, viti autofilettanti in metallo, testa a capriata modificata Phillips, testa in wafer (50, marrone rame RAL 8004)
$ 6.75
QUICK VIEW
CMT 911.250.11 Fresa a Taglienti Diritti per Canali in Hw, Serie Corta, Grigio/Arancio
$ 16.89
QUICK VIEW
Brennenstuhl Comfort-Line - Programmatore settimanale bianco (presa programmabile digitale, timer settimanale per interni, conto alla rovescia, lettura casuale)
$ 6.75
QUICK VIEW
6 Pcs Spazzola per Trapano, Spazzola Trapano per M14 Smerigliatrici Angolari, Spazzola per Trapano per Pulire, Spazzola Metallica per Diametro 75 mm e 100 mm
$ 9.00
QUICK VIEW
Kippen 1616X3 - SET DI 4 RUOTE GEMELLATE DA MM.50 CON PERNO FILETTATO M10 (2 CON FRENO + 2 SENZA FRENO)
$ 4.50
QUICK VIEW
Disco per lucidatura in tessuto bianco, strumenti per lucidatura, disco per lucidatura, disco per lucidatura in tessuto 50/75 / 100mm(Mushroom type 50mm)
$ 3.37
QUICK VIEW
Winkeltronic Winkelfix – -Maxi, 500111.0
$ 79.98
QUICK VIEW
Set di 10 Cuscinetti Paracolpi Bianchi per Sedile WC, in ABS e TPE, Set da 10 Pezzi (10 cuscini per copertura superiore)
$ 3.37
QUICK VIEW
Khanka Custodia rigida di ricambio per caricabatterie intelligente e automatico Bosch C3/C1, caricabatteria Bosch C3/C1 Stop Start, solo custodia
$ 10.13
QUICK VIEW
milaosk Adesivi Murali Fiori Rosa Rami Uccellini Farfalle Adesivi da Parete Auto-adhésif Adesivo Muro Decorativo per Pareti di Soggiorno e Camera da Letto Camera dei Bambini
$ 7.87
QUICK VIEW
Tracolla Tracolla Doppi,Tracolla Tagliaerba,Tracolla Decespugliatore,Imbracatura Cintura per Rifinitore,per Decespugliatori da Giardino(Nero)
$ 7.87
QUICK VIEW
Interruttore magnetotermico Schneider Electric 1P+N 16A -R9F37616
$ 4.50
QUICK VIEW
Lucchetto Combinazione - Lucchetto Armadietto Impermeabile - Lucchetto A Combinazione - Lucchetti di sicurezza a 4 cifre da inserire nell'armadietto palestra, Cassetti, Armadietto (Nero)
$ 3.37
QUICK VIEW
Mix Lavabo, Cromo
$ 75.47
1
...
2442
2443
2444
2445
2446
2447
2448
2449
...
2648
BACK
Shopping Cart