{{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
Controplacca monotasto Angel Medusa cassetta incasso Valsir by Hydro Home
$ 14.63
QUICK VIEW
2 Pezzi di Morsetti di Fissaggio T Track, Trattamento Galvanico + Copertura Protettiva in Gomma, Possono Premere Oggetti Spessi 45 mm, Adatti per la Lavorazione del Legno e dei Metalli (Giallo + Nero)
$ 7.87
QUICK VIEW
Rilevatore, Metal Detector Per Tubi Metallici, Scanner Per Rilevatore Di Pareti, Wpp123 Rilevatore Di Rete Per Tubi Metallici, Ricerca Accurata Di Perni In Legno Ricerca Perni In Metallo
$ 7.87
QUICK VIEW
TUYA Contatore elettrico interruttore automatico WiFi, fotovoltaico WiFi trifase a 4 fili, contatore elettrico digitale LCD 100A 380VAC Misuratore di corrente trifase Protezione riavvio
$ 36.04
QUICK VIEW
Mini stazione di saldatura ZD-928 8 W regolazione 100-400 °C
$ 7.87
QUICK VIEW
2 Pezzi Maniglia per Porta in Alluminio,Maniglia per Porta da Fienile,Maniglia Porta Scorrevole,per bagno, armadio, mobili (Argento)
$ 3.37
QUICK VIEW
591459 Bobina di accensione Magneto Armatura di ricambio per Briggs and Stratton 19A400 19B400 19C400 20A114 Parti di motori per tosaerba 492341 491312 495859 490586 per Toro trattorino
$ 14.63
QUICK VIEW
1 Pezzi Estirpatore Manuale Pala per Togliere Erbacce Plastica Estrattore per Giardino Diserbatrice Estirpatore Erbacce da Giardino con Manico Ergonomico per Rimuovere Erbacce Giardino
$ 4.50
QUICK VIEW
20pz 0,3mm 0,6mm Mini Micro Punte Trapano, Acciaio ad Alta Velocità Punte Trapano Dritto Extra Lunghe 20mm 60mm per Lega Alluminio
$ 6.75
QUICK VIEW
Box doccia angolare 'Acril' in Acrilico con profili in PVC apertura centrale riducibile 'Made in Italy' (Bianco, 70x110 cm)
$ 102.51
QUICK VIEW
Torcia elettrica regolabile per sport all'aria aperta caccia pistole compatte adatto per 20mm Rail
$ 9.00
QUICK VIEW
Faankiton 2 Pezzi Pulitore per Tubi in Rame, Spazzola per la Pulizia dei Tubi in Rame, Pulitori Elettrici per Tubi in Metallo, Spazzola per Tubi in Rame, Pulizia per Tubi in Rame (15+22mm)
$ 11.25
QUICK VIEW
2 spazzole di carbone per motore, 6 x 12 x 14/15 mm, compatibili con carrello elevatore Crown 1500
$ 3.37
QUICK VIEW
QUARKZMAN Cilindro Armadietto Serratura x 2 Pezzi 3/4' Cilindro Diametro Spingi Pistoncino Cassetto Porta Serratura Chiave Uguale con 4 Chiavi Cilindro Lunghezza 40mm
$ 10.13
QUICK VIEW
BOBINA FILO RAMATO 0,8 mm KG5 SALDATURA A GAS ACCIAIO SALDARE SALDATRICE 5 KG
$ 14.63
QUICK VIEW
Grondaia dorata modello 3, Gold Sluice Box, 100 x 25 cm, per lavare l'oro sul fiume
$ 75.47
QUICK VIEW
Maniglia sporgente a barra, adatta per credenze e armadi da cucina, in acciaio inox spazzolato
$ 5.62
QUICK VIEW
Amig - Set Maniglie Porta Interne | Alluminio Bianco | Design Moderno | Facile Installazione | Serratura 85mm | Misura 225x30mm Chiusura per Porte, Bianco, Standard, Plastica
$ 13.51
QUICK VIEW
NKS - Chiave radar per disabili, confezione da 3 Bary
$ 4.50
QUICK VIEW
VE.CA-ITALY CASSETTA POSTALE MADE IN ITALY PORTA RIVISTE 100% IMPERMEABILE dimenzione 34X22X7,5 CM (Rame bucciato nero)
$ 14.63
QUICK VIEW
Bulk Hardware BH01765 Cerniera per Armadi e Pensili da Cucina
$ 3.37
QUICK VIEW
Yourkon - Dado ad anello M6 fino a M16, zincato e acciaio inox DIN 582 simile dado con occhiello (M14, Gal. zincato, 1)
$ 11.25
QUICK VIEW
Wera 05057434001 Assortimento di Bit-Check 30, Set di 30 Pezzi
$ 16.89
QUICK VIEW
2 Pezzi Lucchetto Armadietto, Lucchetto Combinazione 4 Cifre, Lucchetto Armadietto Palestra, Lucchetto con Codice, Lucchetto a Codice Resettabile, Lucchetti Armadietti per Classificatori(Nero)
$ 4.50
QUICK VIEW
Rete per Zanzariera in Fibra di Vetro 150 cm x 400 cm Alta Qualità ricambio telo per porte e finestre facile da tagliare e resistente ideale per zanzariere a rullo e a telaio
$ 10.13
QUICK VIEW
400 W Generatore A Magnete Permanente 550r/m 3 Fasi AC Generatore A Magnete Permanente In Lega di Alluminio Borsette Motore Elettrico Generatore Forniture Industriali(Con Raddrizzatore 12V)
$ 70.96
QUICK VIEW
Kit di guarnizioni efficienti per idropulitrici per idropulitrici, compatibile con numeri di modello per 190595GS, 190711GS (27PCS)
$ 15.76
QUICK VIEW
Ego LLAVE LAVABO TELESC. 32 MM, nero, 275-455 mm
$ 13.51
QUICK VIEW
7 Pezzi Svasatore per Metallo, Svasatori Conici, Svasatore Conico in HSS Svasatore, Punta da Trapano Svasatore, Svasatore per Metallo Legno per Acciaio Inox, Rame, Alluminio(6.3mm-20.5mm)
$ 5.62
QUICK VIEW
Tagliatubi capillari per tagliare fili di acciaio e rame, pinze per taglio forbici strumento di refrigerazione strumento hardware di manutenzione
$ 5.62
QUICK VIEW
Dadi Rivetto Multigrip M5, 30pz Dado Inserto Filettato a Testa Piana con Gambo Pre-Bulbed in Acciaio al Carbonio Plus per Costruzione Industriale
$ 9.00
QUICK VIEW
kit di riparazione occhiali da sole, 500 strumenti per la riparazione degli occhiali viti per occhiali kit riparazione con mini cacciaviti, dadi per vite, naselli in silicone e pinzette
$ 3.37
QUICK VIEW
Set di Maschio Filettatura Metrica Punte Trapano, Maschio per Filettatura M5 x 0.8 e Punte da Trapano Acciaio Carbonio da 4.2mm, Kit Attrezzi Riparazione Filettature
$ 5.62
QUICK VIEW
RETE Zincata finitura PVC PAPILLON elettrosaldata 76X63 H200 25MT PLASTICATA SGS
$ 40.55
QUICK VIEW
SeKi Nastro isolante per cablaggio auto, 19 mm x 15 m, in tessuto non tessuto PET, nero, isolante per cavi auto, antirumore e autoadesivo
$ 3.37
QUICK VIEW
Cavo tessile trecciato LUMIÈRE per illuminazione, 3x0,75mm, Verde scuro, 5mt.|Attenzione: cavo terra incluso! Massima sicurezza anti scossa!
$ 7.87
1
...
215
216
217
218
219
220
221
222
...
2648
BACK
Shopping Cart