{{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
Makita E-03492 - Punta a bussola inclinabile, 13 x 80 mm
$ 9.00
QUICK VIEW
2A SA Pinzetta con punte piatte e arrotondate - Lunghezza 120 (mm), 4 3/4' (')
$ 3.37
QUICK VIEW
KOTARBAU - Scopa per camino, in plastica, tutte le dimensioni, in ceramica e acciaio INOX, set di pulizia
$ 29.28
QUICK VIEW
Kärcher 4.515-283.0 - 160 di scorta set di ruote parabel
$ 7.87
QUICK VIEW
Staffe Angolari Piatte Supporti connettore piatto regolabile - 5pcs 110x19x2.8mm Piastre di Giunzione in Acciaio Inox con foro asolato scorrevole piatto supporto per Riparazione di Connettori, Nero
$ 6.75
QUICK VIEW
Rubinetto industriale estensibile doccia per lavello da cucine ristoranti con doccetta flessibile nero irroratore moncomando maniglia girevole
$ 111.53
QUICK VIEW
12 Pezzi di Distanziatori a Vite in Acciaio Inossidabile 19x50 mm per Chiodi in Vetro e Acrilico Ideali per Installazioni Sicure e Eleganti
$ 11.25
QUICK VIEW
STANLEY STA54122-QZ - Punte SDS-Plus ø 12x450mm. Lungo. Utile: 400 mm
$ 9.00
QUICK VIEW
Colla Alte Temperature,Sigillante Alte Temperature,Adatto per Sigillante Alta Temperatura,Silicone Nero Alte Temperature per Stufe per Auto,Caminetti,Stufe,Forni
$ 6.75
QUICK VIEW
UFURMATE Tappo terminale per corrimano, 4 pezzi 50mm/1.96' Tappi terminali per corrimano rotondi in acciaio inossidabile 304 Gradini per scale Coperchio terminale per corrimano Raccordi per corriman
$ 7.87
QUICK VIEW
SAYAYO Maniglia Porta Doccia Acciaio Inox, Pomello Doccia Vetro Maniglia Porta Scorrevole, Maniglia Porta in Vetro del Ufficio, Parti di Ricambio per Cabina Doccia, Box Doccia, Cromo, EL5000
$ 7.87
QUICK VIEW
Ghidini maniglia per porte GABRY Q8 RB45
$ 6.75
QUICK VIEW
Smerigliatrice doppia da 250 W, 125 mm, doppia smerigliatrice Bench Grinder per Haushal
$ 30.41
QUICK VIEW
WIYETY 12 pomelli a forma di cuore per armadio, in legno, per mobili, in legno, per cassettiere, pomelli in legno, pomelli per armadi, cassetti, mobili (a forma di cuore)
$ 11.25
QUICK VIEW
Manico per Lima In Legno 120 mm confezione 12Pz
$ 9.00
QUICK VIEW
6 pezzi di 150mm Spugne Abrasive per legno, metallo, plastica e altri materiali. Grossa : P150-180, P250-300, P600-700
$ 6.75
QUICK VIEW
5 in 1 Set Ripara Zanzariera Finestra Ricambio Strumento, Strumento Zanzariere a Rullo Dello Schermo, 10m Nastro Cordino in Gomma Rete, per Rete Zanzariera Ricambio (10 metri Striscia adesiva)
$ 5.62
QUICK VIEW
1M 0.15mm di spessore Striscia di Nichel 18650 Batteria Al Litio Nichelato Striscia di Acciaio Foglio per 18650 Scheda di Saldatura Batteria di Saldatura a punti(5P 0.15 * 87.5mm)
$ 6.75
QUICK VIEW
Flessibile Doccia Argento 1600mm | Mono Cono Girevole | PVC Certificato | Coni di Fissaggio in Metallo | Anti Graffio | Attacco 1/2', Argento (PVC)
$ 9.00
QUICK VIEW
kwb by Einhell - Set di 2 lame per sega circolare, 250 x 30 mm, 2 pezzi, 2 lame HM, Ø 250 x 30 mm, max. 7600 min-1, 60 denti, adatto per sega circolare da tavolo e troncatrice Einhell
$ 33.79
QUICK VIEW
Estirpatore Erbacce, Sarchiatore per Erbacce con Manico, Sarchiatore Manuale, Estirpatore Erbacce da Giardino, Dispositivo para Eliminar Malas Hierbas per Diserbo, Allentamento del Terreno
$ 6.75
QUICK VIEW
Makita B-02870 - BLister de 2 mini-cuchillas tipo hss de 312 para cepillo kp312s
$ 21.39
QUICK VIEW
30 Pezzi 304 Acciaio Inox S Hook, S a Forma di Connettore Metallico S Hook Hangers per Anelli Chiave tag Appendere Gioielli (M2 M3)
$ 4.50
QUICK VIEW
4mm x 16mm Rivetti Ciechi in Lega, Confezione da 50 – Rivetti per Metallo, Rivetto Cieco a Testa Bombata, Corpo in Alluminio e Mandrino in Acciaio, Rivetti a Pressione a Scatto per Metallo
$ 5.62
QUICK VIEW
8pz Spugna Abrasiva 5-1/2' x 4-3/8' Tampone Spugne Abrasive 3000 Grana Levigatura a Mano Fogli Carta Vetrata Bagnata Asciutta per Modelli Metallo Mobili Lucidatura, Beige
$ 7.87
QUICK VIEW
Cavo dorato oro 3 poli 3x0,50mm per lumi e lampadari stile antichizzato [Matassa 10mt]
$ 18.01
QUICK VIEW
Cassetta delle lettere vintage da parete con aletta e serratura (blu 2)
$ 19.14
QUICK VIEW
ZILOOK 20-100 pz Vite di Nylon M2 M2.5 M3 M4 M5 M6 M8 Bianco O Nero Nylon Isolamento di Plastica Rotonda Pan Testa Macchina Vite (Color : Black Nylon, Size : 30MM_M2.5 100PCS)
$ 6.75
QUICK VIEW
NITECORE NIA007 Kit di estensione per ventilatore versatile BB Nano
$ 6.75
QUICK VIEW
Box Doccia Quadrato 195 Cm H Cabina Bagno Con Porte Scorrevoli Ante In Cristallo Temperato Trasparente da 6 mm Struttura Alluminio Anodizzato Maniglie in Acciaio Cromato (90 x 90 Cm)
$ 101.38
QUICK VIEW
Lotto di 3 bobine per decespugliatore, compatibili con Black & Decker, sostituiscono AF-100, ST5530-GB, GLC3630L20-GB, STC1820PC-GB, BESTA530-GB, BESTA525-GB (3 bobine + 1 cappuccio + 1 molla)
$ 7.87
QUICK VIEW
Carta da Parati Adesiva 245x175 cm Fotomurali Adesivi Murali Rivestimento Parete Moderna per Pareti Adesiva Muro Decorativo Fotomurale Graffiti colorato acqua
$ 31.53
QUICK VIEW
20 Pezzi Viti Testa Stella, M5x10mm Stelle Maniglia Viti A Testa, Stella Manopola Di Bloccaggio Viti, Viti Con Impugnatura A Stella, Per Macchine Utensili Serraggio Maniglia Della Macchina Viti
$ 4.50
QUICK VIEW
Jotekonoby Set di 6 chiavi a testa quadrata a forma di L, kit di cacciaviti a 4 punti, in acciaio al cromo vanadio, chiave quadrata da 3-8 mm per il serraggio di viti quadrate
$ 5.62
QUICK VIEW
STANLEY STHT81015-0 Bussola per Candele Diesel, 9 mm
$ 9.00
QUICK VIEW
Relaxdays Cassetta Postale da Parete Grande, Acciaio, Lamina Anti-prelievo, Serratura, HxLxP: 53x43,5x26 cm, Nero Bianco
$ 50.69
1
...
83
84
85
86
87
88
89
90
...
2648
BACK
Shopping Cart