{{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
my-plast TP-100-50-3-100, Nero, 100 x 50 x 3 mm Menge: 100 Stück
$ 7.87
QUICK VIEW
15 x M8 rondelle grandi - DIN 9021. Materiale: ottone
$ 9.00
QUICK VIEW
PUNTA PER MURO Ø 32MM LUNGHEZZA 100 CM CON ATTACCO SDS PLUS DISP.TUTTE LE MISURE
$ 24.77
QUICK VIEW
Valvola di Scarico Temporizzato 1/2' Elettrovalvola 220V Normalmente Chiusa per Gestione Condensa Compressore Aria
$ 10.13
QUICK VIEW
Pinza per Riparazione Tubi in Rame, Pinza per Riparazione Tubi in Rame Multifunzionale a 4 Fori Pinza per Arrotondamento Tubi per Riparazione Bocca Tubi, Taglierine e Piegatrici
$ 36.04
QUICK VIEW
Accessori per Compressore 1 Pistola per Aria Compressa + Manometro 1 Flessibile in PVC
$ 10.13
QUICK VIEW
vidaXL Listoni Pavimentazione Autoadesivi PVC 5,02m² 2mm Grigio Scuro Listelli
$ 37.17
QUICK VIEW
2 Pezzi Catenaccio per Porta Nascosto, Chiusura Porta, Bulloni in Acciaio Inossidabile, a Filo per Porte Composite, in Legno, Doppie(Nero)
$ 7.87
QUICK VIEW
Naturehike Torcia Ricaricabile da Campeggio per Esterni Con Diverse Modalità Di Illuminazione e un Tempo Di Funzionamento Extra Lungo IP44, Adatta per Campeggio, Escursionismo, Alpinismo All'Aperto
$ 11.25
QUICK VIEW
INTERRUTTORI MEGNETOTERMICI FOTOVOLTAICO PER BARRA DIN 2 MODULI DC 6kA 500V 2P (40A)
$ 5.62
QUICK VIEW
Confezione da 10 verde tondo pomelli per mobili, in stile vintage,in ceramica, per maniglie porte, armadi, cassetti e credenze - Diametro 32 mm - con Viti in 4 Lunghezze
$ 6.75
QUICK VIEW
Set di 5 dischi abrasivi in tessuto non tessuto, spugne abrasive, per levigatura, lucidatura di metallo, legno, acciaio, acciaio inox- Diretto 50 mm
$ 6.75
QUICK VIEW
Adattatore di punta connettore utensili elettrici altri di trivella di terra elettrico per trapano elettrico a connettore di terra albero stelo rotondo 2 fosse 2 slot
$ 7.87
QUICK VIEW
Merriway BH00015 Gancio Fermaporta, Bianco
$ 2.24
QUICK VIEW
VALAZ Spruzzatore doccia 25 cm acciaio inox SUS304 rotondo nero opaco standard G1/2 inclinabile effetto pioggia tettarelle in silicone facile pulizia anticalcare alta e bassa pressione testa
$ 15.76
QUICK VIEW
4 PCS Fascette Velcro per Cavi Cinghie Elastiche - Nero, Chiusura a Strappo e Dettagli Antiscivolo, Multiuso e Riutilizzabile
$ 5.62
QUICK VIEW
KS Tools 516.2213 Chiave a Forchetta ad Innesto, 13 mm
$ 10.13
QUICK VIEW
Telecomando Universale per Cancello e Garage 4 in 1 – Multifrequenza 280–868 MHz, Rolling Code e Codici Fissi, Compatibile con Automatismi Cancelli, Porte Garage, Serrande e Allarmi(viola.)
$ 11.25
QUICK VIEW
180x80x60cm PRO Scaffale metallo per carichi pesanti zincato con 5 ripiani con 200kg capacità di carico/Scaffali in metallo per garage come scaffali per ripostiglio o officina
$ 61.95
QUICK VIEW
Wera, 967 SL TORX HF Multicolour Chiave a L con ritegno vite, TX 15 x 90 mm
$ 3.37
QUICK VIEW
Briny River 4 Pezzi M10 Filtro Serbatoio Carburante Parte Di Ricambio 16955-ZE1-000 Compatibile Con Honda G100 GX110 GX120 GX140 GX160 GX200 Tosaerba
$ 4.50
QUICK VIEW
Hitachi DH52MEY Martello Combinato Dotato di Motore Brushless senza Spazzole e Sistema Antivibrante Uvp, 1500 W, 230 V, Grigio/Nero
$ 111.53
QUICK VIEW
Porta asciugamani bagno adesivo, appendi asciugamani bagno da muro, porta asciugamani bagno da parete in acciaio inox, portaasciugamano da bagno senza fori argento 2 braccio
$ 10.13
QUICK VIEW
PIANA serie 0350 B 400 CR Rubinetto 1/2 a sfera sottolavabo con filtro - cromato - calotta bassa
$ 7.87
QUICK VIEW
10 Pz Staffa a U Neri, Ganci per Specchio a Muro, u Staffa Angolare per Fissaggio, Gancio per Display per Piastrelle con 20 Viti e 20 Tasselli
$ 7.87
QUICK VIEW
Coperture per tubi in acciaio inox, flange divise a parete, collari per tubi a rosetta divisa, copertura per tubo doccia, copertura per tubo stufa per estrattori di caldaie (100 mm)
$ 3.37
QUICK VIEW
vidaXL Listoni Pavimenti Autoadesivi in PVC 2,51 m² 2mm Marrone Scuro
$ 30.41
QUICK VIEW
DEWALT Cricchetto, sgancio rapido, SAE, 1/4' Drive (DWMT81096)
$ 11.25
QUICK VIEW
Tubo Rame Curvo Per Caldaie 18 X 180 Cart. 3/4
$ 3.37
QUICK VIEW
100 Pezzi 1/4 Pollice(6.4mm) R-tipo Cavo Clip Fascetta, Clip Fermacavi Contiene 100 viti, Fermacavi Muro, Morsetti per Cavi in Nylon Tipo R, Per la Gestione dei Fili, Clip Fermacavi
$ 5.62
QUICK VIEW
Morsetto ad angolo retto multiuso in acciaio inox rapido a 90 gradi, morsetto angolare con manico singolo, ganascia oscillante regolabile, per la lavorazione del legno e cornici fotografiche (aperto*
$ 18.01
QUICK VIEW
PAVIMENTO IN PP CM.40X40 MOD. E40 - PZ 6 - Verde
$ 18.01
QUICK VIEW
300 aghi per occhielli a vite, 3 misure, colore argento, piccoli aghi per occhielli in metallo, per picchetti, mini viti autofilettanti, ganci (argento)
$ 3.37
QUICK VIEW
3 Pezzi Supporto Magnetico per Telecomando,Porta Telecomandi Magnete Forte,Supporto Magnetico,Porta Telecomandi da Parete,Supporto da Parete Senza Fori,per Casa,Ufficio,Scuola(Bianco)
$ 3.37
QUICK VIEW
4 Pezzi Scivoli per Mobili, Teflon Scivoli Autoadesivi per Mobili, 15 x 75 mm Piedini per Mobili, Cursori per Mobili, per Spostare Mobili Pesanti
$ 4.50
QUICK VIEW
171632 Valvola Clic Clac Universale Compatibile con la Maggior Parte dei lavelli in Ottone, Porcellana Bianca
$ 10.13
1
...
188
189
190
191
192
193
194
195
...
2648
BACK
Shopping Cart