{{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
GROHE Start miscelatore monocomando per vasca con deviatore automatico vasca/doccia (montaggio a parete, leva in metallo, cartuccia ceramica da 35 mm, rosette a parete in metallo, QuickSpanner inclus
$ 65.33
QUICK VIEW
Levigatrice per Muro, 1800W, 1000-2100rpm/min, Manico Telescopico 130-200cm, Luci LED, Aspiratore, 50 Sandpaper Inclusi
$ 105.89
QUICK VIEW
16 PCS Scivoli per Mobili,Piedini per Sedie,Piedini per Mobili Autoadesivo per Spostare Mobili(Rotondi, 19mm)
$ 3.37
QUICK VIEW
STIHL COLTELLO PLASTICA Suono Lama per polycut 7-3,27-3,47-3 12 PEZZI ARANCIONE
$ 3.37
QUICK VIEW
Set di scalpelli 3 pezzi, scalpello pneumatico a scalpello (dritto/ad arco), 1,5J/min 60Hz/min Martello da scalpello pneumatico resistente all'usura durevole con cilindro in lega, per lavori correttiv
$ 42.80
QUICK VIEW
2 morsetti a C in acciaio inox 304, 80 mm, resistenti morsetti a C per lavorazione del legno fai da te, saldatura, mobili, fori tascabili
$ 22.52
QUICK VIEW
Cocoarm Abrasivi Wire Drum Brush Spazzola Brunishing Lucidatura per Mobili in Legno Brillante per Lucidatura Striping Disegno Grana, Wire Wheel Brush # 120
$ 7.87
QUICK VIEW
Motori a 4 tempi, 7,5 CV 5,1 kW, motore industriale a 4 tempi, 1 cilindro con albero da 20 mm, allarme olio, OHV, albero orizzontale, raffreddamento ad aria
$ 69.84
QUICK VIEW
KS Tools 911.4124 Bussola poligonale 3/4', corta, 43 mm
$ 10.13
QUICK VIEW
Sistema doccia con termostato, doccia a pioggia con rubinetto, in acciaio inox, set completo, set doccia con 81-117 cm, asta doccia regolabile, cromato
$ 68.71
QUICK VIEW
149 cuscinetti antiscivolo, autoadesivi, antiscivolo, in gomma per mobili, rotondi, rettangolari, antiscivolo, per sedie, divani
$ 4.50
QUICK VIEW
4 Pezzi Chiave Quadrata Contatore, Chiave A Bussola, in Lega di Zinco,per Contatore d'Acqua A Gas, Scatola Argentata,Chiave Quadrata,Chiave Contatore Acqua(13 X 8 X 8 Mm)
$ 3.37
QUICK VIEW
Unitec Misuratore dei costi energetici 180°, misura il consumo energetico, ideale per risparmiare energia
$ 6.75
QUICK VIEW
SeKi Nastro a spirale 4-50 mm, 10 m, colore nero, tubo flessibile a spirale, protezione per cavi
$ 4.50
QUICK VIEW
Fermaporta da Pavimento, 2 x Fermaporta a Pedale Fermaporta a Molla fermaporta Caricato a Molla Fermaporta in Lega di Zinco per Tenere Ferma la Porta per Cancello del Garage Ufficio Casa
$ 11.25
QUICK VIEW
Set di 200 Rondelle Rame, O Ring Guarnizioni, Rondelle Piatte, Rondelle Alzaporta, 9 Specifiche Applicabili a Strumenti Elettronici, Parti Hardware, Macchinari di Precisione
$ 4.50
QUICK VIEW
TS007 BS1 1 Star Police Approved Secured by Design Euro Door Cilindro, nichel satinato, 40 mm x 55 mm (95 mm totale)
$ 10.13
QUICK VIEW
Serratura Elettrica Da Fascia Stretta '970' Per Porte In Alluminio. Con Scrocco, Finitura Verniciata Nera. Foro Ovale Per Cilindro, Scrocco E Pistone Di Ricarica Reversibili. Vite Di Fissaggio Per Cilindro. Senza Cilindro. Alimentazione 12V.
$ 28.15
QUICK VIEW
Tubo Flessibile per Doccino Bidet Tubo Flessibile Doccia Telescopico Tubo Flessibile per Doccia Molla per Spruzzatore Bidet Wc,Bianco,1,5 M
$ 7.87
QUICK VIEW
Tubo per doccia – Flessibile doccia acciaio inox colore bronzo 1,70 m
$ 10.13
QUICK VIEW
Chiave per Mandrino, Macchine Mandrini Universali Stringere Trapani Mano Accessori Trapano Corona Dentata Universale Ingranaggi Strumento Serraggio Allentamento Ricambio
$ 6.75
QUICK VIEW
Goobay 95175 Rilevatore di Movimento a Infrarossi, Bianco
$ 9.00
QUICK VIEW
Blind Rivets 320 Pcs. Assorted aluminium/steel pop rivets with a flat round head
$ 3.37
QUICK VIEW
2 Pezzi Reggimensola Bianco, Reggi Mensola Da Muro, Staffe per Mensole Pesanti, Staffe per Librerie in Metallo, Staffe per Bagno, Staffa per Mensola, 10cm
$ 7.87
QUICK VIEW
ZYWUOY 12 manicotti per levigatrice a mandrino, kit di manicotti per tamburo abrasivo da 4,5 pollici, strumenti per lucidatura a tamburo 80 # 120 # per levigatrice oscillante
$ 18.01
QUICK VIEW
Catena Per Motosega, 2 Pezzi Mini Catena di Ricambio in Acciaio Legato, per Tutte le Mini Motoseghe Portatili a Batteria da 4 Pollici, 28 Collegamenti di Guida
$ 4.50
QUICK VIEW
MSV 141904 Supporto per Carta igienica in polistirene, Blu Scuro, 30 x 20 x 15 cm
$ 7.87
QUICK VIEW
M20 X 2,5 titanio rivestito a spirale flauto rubinetto, TiN rivestito HSS spirale flauto filettato rubinetto M20 X 2,5
$ 15.76
QUICK VIEW
EMOS Timer meccanico Schuko con interruttore, presa interna programmabile con 48 cicli ciascuno 30 minuti, protezione da contatto elevata, bianco
$ 5.62
QUICK VIEW
LAMA PER SEGA A NASTRO IN ACCIAIO AL CARBONIO CON DENTE TEMPERATO E DORSO FLESSIBILE DA 2400 mm X 13 mm X 0,6 mm DENTI PER POLLICE 3
$ 10.13
QUICK VIEW
GU - Pezzo di ricambio 8 KS Y = 12 mm 6-28902-25-0-1 (sottostruttura 9-416570 1A 4663 / chiusura 9-38941-02)
$ 10.13
QUICK VIEW
1400W Professionale Levigatrice per Pavimenti in Pietra - Lucidatrice a Umido per Granito, Marmo, Cemento - Smerigliatrice Acqua 220V
$ 49.56
QUICK VIEW
EasyLife - 10 adesivi da parete in stile reticolato, 20 x 20 cm, impermeabili e autoadesivi, per decorazione della cucina e del bagno
$ 9.00
QUICK VIEW
Impianti Lavabo Da Appoggio Casa Nuova Villa Bar RV Bancone Bar Con Lavabo Invisibile Per Stoviglie Lavello Da Cucina A Scomparsa Con Coperchio Sollevabile Rubinetto Lavatazze Invisibile cucina(55*32*
$ 111.53
QUICK VIEW
5pcs Moschettone Rotondo In Nero 61mm Moschettone a Scatto Gancio Moschettone Tondo Rotondi Con Fibbia Portachiavi-O Anello Moschettone Per Portachiavi, Borsa, Gioielleria, Fai Da Te-nero
$ 5.62
QUICK VIEW
Pannello Isolante Termico da Cappotto Interno per Coibentare le Pareti Fredde Umide Polistirolo Grafite da 3 cm + 1 cm Cartongesso (14)
$ 111.53
1
...
2409
2410
2411
2412
2413
2414
2415
2416
...
2648
BACK
Shopping Cart