{{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
Tajima CR401S - Gesso-rite Dura Snap-Line con linea di gesso extra audace da 1 mm e rilascio del manico integrato
$ 21.39
QUICK VIEW
Tubo acciaio inox 180 x 250mm 5 decimi AISI 304
$ 5.62
QUICK VIEW
Pistole per unghie Mobili Costruire Cucitrice Pinzatrice Pistole Decorazioni per la casa Strumenti di carpenteria Decorazioni per la lavorazione del legno Comodo ed efficiente Caricamento del chiodo
$ 10.13
QUICK VIEW
Entry-Sega per potare, con custodia
$ 6.75
QUICK VIEW
Telecomando senza fili Lock Security invisibile Keyless Intelligent Lock Lega di zinco Metallo con 4 chiavi Smart Home Controllo accessi Sistema di sicurezza
$ 60.83
QUICK VIEW
Scala a 3 gradini con corrimano di sicurezza, pieghevole, antiscivolo, opaca, sicura e resistente
$ 28.15
QUICK VIEW
YT YATO-0194 combinazione-Chiave a cricchetto, 13 mm
$ 3.37
QUICK VIEW
AOSOME ASAP 1618 Legatrice per Piante - Attrezzo Tapener da Giardino per Vigneto e Rami (Pomodori, Melanzana, Fiori, Verdura), Strumento di Legare Manuale, Nastro Universale
$ 16.89
QUICK VIEW
2 blocchi in gomma da 10 x 14 x 5 cm
$ 11.25
QUICK VIEW
Gewiss GW16303TB Chorus Art Placca, 3 Posti, Bianco
$ 6.75
QUICK VIEW
Stazione di riparazione 858D 220V, stazione di saldatura SMD con pistola ad aria calda, supporto per saldatore con 8 ugelli per la riparazione di elettronica
$ 24.77
QUICK VIEW
Robusto supporto da parete per utensili elettrici, supporto da parete per 16 trapani, organizer per attrezzi a 4 strati e scaffalatura per l'organizzazione in garage, officina, bacheca,
$ 30.41
QUICK VIEW
tesa UK Tesapack 4313 00004-10 - Nastro di carta per pacchi e cartone, 6 rotoli da 50 m x 50 mm, 6 x 50 mm, colore: Bianco
$ 21.39
QUICK VIEW
Bosch Professional 18V System Avvitatore a massa battente a batteria GDS 18V-750 C (incl. modulo Connectivity GCY42, L-BOXX)
$ 111.53
QUICK VIEW
GOODWAY 16 feltrini in teflon, per mobili, colore grigio, diametro 22 mm, autoadesivi
$ 4.50
QUICK VIEW
SKF 2207 ETN9 - Cuscinetto a sfera autoallineante
$ 18.01
QUICK VIEW
Battiscopa morbido autoadesivo 5m, rovere sbiadito battiscopa adesivo, listello decorativo per zona giorno, cucina, bagno, battiscopa in pvc plastica
$ 12.38
QUICK VIEW
shelfplaza® 200x60x30cm PRO Scaffale metallo per carichi pesanti zincato con 6 ripiani con 166kg capacità di carico/Scaffali in metallo per garage come scaffali per ripostiglio o officina
$ 50.69
QUICK VIEW
U 11318 Barra di protezione per porta con serratura ausiliaria ad alta sicurezza, finitura cromata, 1 confezione
$ 4.50
QUICK VIEW
Knipex Pinza per Terminali a Bussola, con Regolazione Automatica per Crimpaggio Laterale Cromata, Rivestiti in Materiale Bicomponente 180 Mm 97 55 14
$ 73.22
QUICK VIEW
Connex B34140 Feltrini Adesivi Assortiti, in Valigetta, 275 Pezzi
$ 9.00
QUICK VIEW
CUCINA A LEGNA SOVRANA EASY EVO 2.0 LA NORDICA SOVRANA .7.5 KW FORNO DA CUCINA (Antracite)
$ 111.53
QUICK VIEW
Ascia Vichinga, Ascia con Manico in Legno di Noce Hickory Inclusa Custodia in Pelle Vera Nera - Modello X-WIC
$ 18.01
QUICK VIEW
Churchill - Kit di penne stilografiche cromate per kit di penne per la lavorazione del legno (1 kit di penna)
$ 12.38
QUICK VIEW
Sensore di intrusione domestico intelligente a infrarossi, rilevatore di movimento PIR antifurto per PGST103 105 107 108 109 sistema di allarme di sicurezza domestica
$ 6.75
QUICK VIEW
Gomito 90° Tubo Ø 60mm, Confezione da 2 Gomiti per Stufa in Acciaio, Tubo di Scarico Resistente al Calore per stufe, Tubo a Gomito in Acciaio Inox
$ 5.62
QUICK VIEW
Testina Decespugliatore, OEM Tosaerba Decespugliatore Testa di Ricambio Originale, per Mc.Culloch B26Ps T26Cs Mt260Cls Rep 5310250-01, Pou.lan Weedeater (Blu)
$ 5.62
QUICK VIEW
Punta Saldatore, Mini Pen Tipo Punta Saldatore Stagno a 1300 ℃ Penna della Saldatura a Pistola del Saldatore della Torcia Elettrica del Cannello (Blu)
$ 7.87
QUICK VIEW
PORTA PER DOCCIA VETRO 6 MM ANTI CALCARE FISSO IN LINEA + VETRO BATTENTE PER NICCHIA REGOLABILE PROFILO CROMO (97,5-100,5 H.190)
$ 96.88
QUICK VIEW
schermo d'argento rotondo della mobilia della condotta dell'aria della copertura di ventilazione della griglia rotonda dello sfiato di 80mm
$ 7.87
QUICK VIEW
CISA - Serratura per Porte in Ferro da Applicare 15042170195 - Serratura in Acciaio Verniciato Grigio con Cilindro e Tirante nichelati - Serratura Cancello Esterno Entrata 70 - Mano Destra Applicare
$ 20.27
QUICK VIEW
Maniglia maniglione Ponte mm.160 per porte e portoni in legno ottone bronzato graffiato verniciato manopola universale
$ 12.38
QUICK VIEW
Saxton TCT18540T - Lama per sega circolare TCT per legno, 185 mm x 30 mm x foro x 40 T per Bosch Makita Dewalt, adatta per seghe da 190 mm
$ 7.87
QUICK VIEW
Mai & Mai Rubinetto Miscelatore Monocomando, Rubinetto Bagno Lavabo Bidet Lavandino18.1cm WAO-7601 Bianco Opaco
$ 49.56
QUICK VIEW
3M Mini Canalina Passacavi, Autoadesivo Canali a Cavo Semicircolare, Copricavo Flessibile per Parete e Pavimento, Mini Canali per Casa e Ufficio - Bianco
$ 6.75
QUICK VIEW
Valvola PCP a connessione rapida filettatura maschio che riempie M10* 1 1/8NPT 1/8BSPP Soluzione di connessione per applicazioni di pompe ad alta pressione (1-8NPT)
$ 4.50
1
...
121
122
123
124
125
126
127
128
...
2648
BACK
Shopping Cart