{{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
HiCOZZIE Le spellafili da 53 mm Sostituisce la lama circolare speciale a cuscinetto temperato integrale, spellafili in rame, installazione facile da usare
$ 9.00
QUICK VIEW
UMLIPOT Set di 3 punte per lucidatura, per lucidatura, per lucidatura, per lucidatura, per auto
$ 7.87
QUICK VIEW
Cartec 1249192 Tester di Tensione 6V/12V/24V, Tester di Corrente per Picchi di Filo per Tutti i Veicoli, Nero
$ 4.50
QUICK VIEW
Bosch Professional 25 x Lame per seghetto alternativo T 101 B (per Legno tenero, straight cut, accessorio Seghetto alternativo)
$ 21.39
QUICK VIEW
12 Pezzi Piedino di Livellamento per Mobili Sedie a Vite M6 Piedini per Mobili Ridurre il Rumore Piedini Livellamento per Livellare i Mobili Piedino Regolabile Mobili Tavoli, Sedia 18*M6*20MM
$ 4.50
QUICK VIEW
Rondelle Acciaio M6,Rondelle Piatte di Tenuta Acciaio Inox A2 V2A Rondella di Bloccaggio,Rondelle di Bloccaggio Resistenti alla Corrosione e Ruggine per Viti e Bulloni,25 Pezzi
$ 2.24
QUICK VIEW
Prunrt Troncarami bypass estensibili da 66-104 cm, resistenti, potatori telescopici con azione composta, potatori a manico lungo con doppia leva, capacità di taglio da 5 cm
$ 88.99
QUICK VIEW
meite Point Driver HM515 - Strumento manuale con 1000 chiodi flessibili a punta, strumento per cornici fai da te, cacciavite per cornici, pinzatrice/chiodatrice/graffatrice
$ 25.90
QUICK VIEW
Barra portacoltelli magnetica in acciaio inossidabile 50 cm x 3,5 cm x 1,5 cm, può contenere fino a 9 coltelli grandi
$ 39.42
QUICK VIEW
WORX Landroid WR169E - Robot tagliaerba con cavo limitatore per giardini fino a 300 m² - navigazione AIA - controllo app, Wi-Fi, Bluetooth - Cut-to-Edge - larghezza di taglio 16 cm - altezza di taglio
$ 111.53
QUICK VIEW
Mesee Semi autobloccanti, foratura automatica, 6,1 pollici, grani molleggiati, grana automatica, foro centrale caricato a molla, perforatore per finestre per metallo, legno, vetro e lamiere di acciaio
$ 6.75
QUICK VIEW
Filiera Filettata G3/4,Filiera Per Filettatura Acciaio Legato Trucioli Strumento Accessorio Accurato Tubi Tubo Strumenti La Lavorazione Legno Metallo Di Riparazione Utensile Cilindrici Stampi
$ 7.87
QUICK VIEW
TubeRoo FFP2 - Maschera rosa chiaro, 10 pezzi, a forma di pesce, spedizione dalla Germania, morbidi passanti per le orecchie, respiratore, paradenti
$ 6.75
QUICK VIEW
FACULX - Ventola di sfiato per barbecue, in acciaio inox, a lunga durata, per griglia di scarico e stufa, misura regolabile
$ 2.24
QUICK VIEW
BGS SERIE SET KIT 12 PZ CHIAVI COMBINATE FISSA E STELLA IN POLLICI FERMEC 1195
$ 13.51
QUICK VIEW
Maschio Filettatura Destra 5/8 24 Misure, Strumento Essenziale per Ripristino Filetti in Vari Metalli
$ 6.75
QUICK VIEW
Bordo Decorazione autoadesiva Rimovibile per Cucina Bagno Piastrelle Adesivo per pareti autoadesiva Nero Opaco 5cm X 500cm
$ 9.00
QUICK VIEW
Set di 24 protezioni per piedi per sedia in silicone, trasparenti, con piedini rettangolari, tampone per sedie e mobili con cuscinetti in feltro per pavimenti in legno massiccio, 21 x 42 mm
$ 6.75
QUICK VIEW
Vimar Supporto 1 m, Eikon/Ark /Plana Guida
$ 3.37
QUICK VIEW
Pluviale Tubo Discendente per Grondaia in Alluminio o Lamiera Diametro 80 mm Vari Colori e Lunghezze (Alluminio/Rame, 2)
$ 7.87
QUICK VIEW
24 cerniere a doppia curva da 3,5 cm, per piccole cassette di raffreddamento del vino o altri armadietti.
$ 11.25
QUICK VIEW
The Lord of the Tools 2 Set Di Viti Tenditore Tendicatena 11106641600 1120641500 Compatibile Con Stihl 032/041/ 056 Kit Viti Di Regolazione Catena
$ 7.87
QUICK VIEW
Rilevatore di Telecamere Nascoste 3 in 1- Rivelatori di Telecamere Anti-Spia con Allarme a Vibrazione e Torcia LED Detecțeur Telecamere Nascoste per Airbnb, Hotel, Bagno, Casa, Ufficio
$ 18.01
QUICK VIEW
Bitermostato ad immersione regolabile 01
$ 24.77
QUICK VIEW
Scatola portaoggetti con organizer per fresa in schiuma, per 50 punte da trapano PCB porta punte per cacciavite
$ 3.37
QUICK VIEW
Mosaico di vetro arancione mosaico piastrelle di mosaico vetro lucido quadrato parete pavimento cucina bagno doccia
$ 5.62
QUICK VIEW
Wenko 22697100 gancio porta foro design set congelatore, Ganci appendiabiti, ganci da bagno, acciaio, argento, 6 x 3.2 x 9.5 cm
$ 3.37
QUICK VIEW
Porta doccia battente saloon interno esterno cristallo 8mm trasparente h195 PERLA Trasparente 8mm, 60 cm
$ 111.53
QUICK VIEW
Pistola per sabbiatura, Kit Pistola per sabbiatura con 3 ugelli in Ceramica per Rimuovere Le superfici macchiate di Vernice, Pistola per sabbiatura per gabinetto di sabbiatura
$ 30.41
QUICK VIEW
Bosch 1x Lame per Seghe Universali Expert ‘Wood with Metal Demolition’ S 1167 XHM (225 x 25 mm, Accessorio Sega Universale), Carburo, Non Applicabile, 225 mm/9'
$ 13.51
QUICK VIEW
Dispositivo Saldatura a Filo Elettrico con 1 Paio Guanti, Supporto Morsetto Utensile Portatile Plastica Che Tiene Mano l'Elettrodo Potenza Accessori per Saldatura a Punti MIG TIG
$ 7.87
QUICK VIEW
SIERRAS CIRCULARES MANUALES Accesorios - Hoja de sierra »precision cut wood« classic
$ 13.51
QUICK VIEW
Annlpoy 3pcs portainserti magnetico inserto per cartongesso Trapano avvitatore a percussione forte magnetico per punte da 1/4 di pollice, Portainserti Magnetico per Trapano Avvitatore a Percussione
$ 4.50
QUICK VIEW
Fascetta per tubo rettangolare in 60 x 20, 60 x 30, 60 x 40, 70 x 40, 70 x 50, 80 x 40, 80 x 60, 100 x 40, zincata (70 x 50 mm)
$ 2.24
QUICK VIEW
SOMATHERM FOR YOU - connessione Lotto 2 flessibile Sanitari diritto maschio 12/17 (3/8) - dado girando a destra femminili 12/17 (3/8) - Lunghezza 50 cm - DN8
$ 3.37
QUICK VIEW
2 Pezzi 6,0Ah/6000mAh 18V Sostituzione Batteria per Milwaukee M18 Batteria Compatibile con Milwaukee M18 M18B 48-11-1840 48-11-1828 48-11-1820 48-11-1815 48-11-1850
$ 36.04
1
...
2509
2510
2511
2512
2513
2514
2515
2516
...
2648
BACK
Shopping Cart