{{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
AMIG - Cilindro Serratura di Sicurezza per Porte - Misura 90 (45-45) - 6 Pini - Sistema Antiforo - Leva di 15 mm - Include 5 Chiavi a Punta in Ottone e Vite da 90 mm - Finitura Lucida Multipunto
$ 16.89
QUICK VIEW
set di utensili per filettaturaSet di attrezzi per filettatura fine, punta di trapano Schneider.
$ 46.18
QUICK VIEW
AWITALIA-RETE DI RICAMBIO TIPO MODELLO IRS CON MISURE LARGHEZZA 100CM.X ALTEZZA 170CM. QUESTA RETE E PER MODELLO SCORRIMENTO VERTICALE PER RIPARAZIONE RETE ZANZARIERA A KIT.DA TAGLIARE A MISURA A CASA
$ 10.13
QUICK VIEW
Hikvision Digital Technology DS-PD2-P10P-W rilevatore di movimento Sensore Infrarosso Passivo (PIR) Senza fili Soffitto/muro Bianco
$ 7.87
QUICK VIEW
25 viti a testa bombata con flangia e esagono incassato – zincate, viti antiruggine, viti a testa piatta, viti a testa piatta, viti a testa tonda (M5 x 30)
$ 6.75
QUICK VIEW
MAYLINE Pinza Crimpatrice RJ45 Strumenti Kit di Rete Professionali LAN Tester, RJ11/RJ12 Crimping Toolper Cavi di Rete a Crimpare Crimpatrice per Cavo di Rete 8P6P, Cirmpatura CAT5 CAT6(Giallo)
$ 28.15
QUICK VIEW
Flintronic Misuratore di Umidità, Misuratore Umidità Legni, Rilevatori Di Umidità Igrometro Senza Ago, Misuratore di Umidità con Batteria Display LCD, per Legni, Parete, Pavimenti, Legno, Gess
$ 13.51
QUICK VIEW
Bosch Home and Garden Universal Impact 800 Trapano Battente, Funzione Kickback Control + 91 Pezzi di punte e bit V-Line in titanio (per legno, pietra metallo)
$ 55.19
QUICK VIEW
100 pezzi Micro USB Tipo B Femmina 180 Degree 5 pin SMD SMT di saldatura Jack
$ 4.50
QUICK VIEW
208 etichette SIMBOLO DI TERRA (SFONDO GIALLO) - Etichetta Vinile Adesivo - Dimensione: 208 pezzi diametro 13 mm su foglio A4 (210x297 mm) - MADE IN ITALY
$ 5.62
QUICK VIEW
Espansore per tubi, strumento manuale di espansione del tubo, per 1/4 5/16 3/8 1/2 5/8 3/4 7/8 pollici
$ 14.63
QUICK VIEW
1PEZZO RUBINETTO GAS MASCHIO 1/2' PER GPL a squadro con portagomma ? mm.10
$ 6.75
QUICK VIEW
Stencil a forma di foglia di Gingko, 16,51 x 16,51 cm (S) – Oriental Leaves Asian Chinese Character Japanese Leaf Wall Stencil
$ 7.87
QUICK VIEW
Bobina di accensione altamente compatibile per motosega, decespugliatore, tosaerba, 2 motori, centri da 52 mm
$ 7.87
QUICK VIEW
CMR7H candela per 4 tempi motore Honda GX35 parti trimmer Blower cutter
$ 6.75
QUICK VIEW
Viega Filtro di scarico per capelli per Domoplex 52Mm, rifiuti emergenti verticali e orizzontali (modello 6928, 6928.1 e 6928.21) 3 pezzi setaccio 3 X Capelli
$ 12.38
QUICK VIEW
TUBO SPIRALE NYLON 6/8 BAIONETTA 7,5 EXCEL 00115 [EXCEL ]
$ 6.75
QUICK VIEW
STAHLWERK Schermo protettivo viso con visiera per levigatura molto leggero con ampio finestrino, vestibilità grazie alla comoda fascia regolabile
$ 19.14
QUICK VIEW
Cinghia del piatto di taglio Cinghia a V del tosaerba GX20072 Cinghia di ricambio del piatto di taglio Accessorio per tosaerba Z3b768 Cinghia del piatto di taglio in gomma GX20072 Sostituzione adatta
$ 9.00
QUICK VIEW
Interruttore di Accensione a 4 Posizioni con Chiave per Trattorino Tosaerba 193350 532193350
$ 5.62
QUICK VIEW
Schütte Numero argento 63981
$ 10.13
QUICK VIEW
KLARTEXT - Pulsante per Relè a rotazione BELLE ÉPOQUE in stile vintage per installazione con cavo tessile, in pregiata porcellana artigianale, colore tortora lucido
$ 15.76
QUICK VIEW
16 x Cunei per Mobili, Spessori Trasparente per Mobili, 2 Taglie (2~5 mm e 2~10 mm Altezza)
$ 6.75
QUICK VIEW
Valvola a Sfera Valvola a Sfera per Tubi Valvola a Sfera da Maschio a Maschio Valvola a Sfera Flottante Acciaio Inossidabile 304 G1/2 DN15 con Maniglia Isolata per Acqua Gasolio
$ 7.87
QUICK VIEW
2 penne per utensili e 1 portachiavi con mini chiave inglese, strumenti portatili, strumenti multifunzione, mini strumenti, strumenti per esterni, gadget creativi
$ 3.37
QUICK VIEW
12 Pezzi Corde Elastiche con Gancio,Corda Elastica, Bande Elastiche, Fasce Elastiche, Cinghie Elastiche, Elastici con Ganci, per il Fissaggio di Bagagli, Portabagagli, Campeggi (30 CM)
$ 9.00
QUICK VIEW
Draper 45864 - Set 3 pinze, con impugnature morbide
$ 11.25
QUICK VIEW
Adesivo da parete a specchio acrilico a mosaico, 10 pezzi, striscia lunga argento, adesivi da parete per soggiorno, bagno, camera da letto, casa, 5 × 50 cm
$ 7.87
QUICK VIEW
CMT 273.216.64M - Sierra circular itk plus hw 216x1.8x30 z=64 atb+s -5 grados
$ 22.52
QUICK VIEW
QUARKZMAN Tubo in Schiuma per Supporto Maniglia, Isolamento Tubi Esterno Rivestimento Tubi, 13mm(1/2') ID 23mm OD 1m Nero
$ 7.87
QUICK VIEW
Interruttore con manico decespugliatore e cavo acceleratore compatibile con GARDENER, OLEMAK,
$ 6.75
QUICK VIEW
visu Tone – Dispositivo di allerta Compatto per telefono/Campanello, colore: bianco
$ 28.15
QUICK VIEW
2 x supporti per schienale, per un montaggio senza problemi su panchine, letti e simili
$ 27.03
QUICK VIEW
KYODOLED Cassetta postale con chiusura a parete, con serratura a combinazione per esterni, cassetta di sicurezza con codice, 31 x 21 x 8,54 x 8,5 cm, nero
$ 58.57
QUICK VIEW
Trabattello Piattaforma elevatrice for impalcature elettriche completamente automatica, tavolo elevatore idraulico mobile pieghevole, costruzione di decorazioni for interni ed esterni, con telecomando
$ 111.53
QUICK VIEW
Xahpower 5,5V Caricatore per Karcher Window Vac, Cavo di Ricarica Compatibile con WV1, WV1 Plus, WV2, WV2 Plus, WV5, WV60, WV70
$ 5.62
1
...
206
207
208
209
210
211
212
213
...
2648
BACK
Shopping Cart