{{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
LIBRATON Chiavi Esagonali a Bussola Lunghe 3/8' Attacco, Bussole Esagonali a Impatto, Set di Bussole in Acciaio S2, 20 Bussole per Chiavi a Brugola, Metriche e SAE, Bussole Punte a Brugola Lungo da 6'
$ 28.15
QUICK VIEW
Stufa a legna in ghisa KATERINA 8,45 KW L 47 x P 40 x H 94 Beige
$ 111.53
QUICK VIEW
Nastro linea fine Colad per mascherare gli oggetti per verniciare piú colori o lavori di aerografia 6 mm x 55 m, colore: Verde
$ 6.75
QUICK VIEW
Nastri Abrasivi in Tessuto │ 25 pezzi │ 75 x 457 mm │ Mixpack (5 x grana 40/60/80/120/180 ciascuno) │ per levigatrici a nastro │ Carta Abrasiva │ Set di Nastri Abrasivi
$ 13.51
QUICK VIEW
PARASCINTILLE ANGOLARE PER CAMINO REVERSIBILE IN FERRO BATTUTO Parafiamme per Caminetti, Caminetto Angolare CM 70 x 40 x H 45 modello DOLOMITE
$ 34.91
QUICK VIEW
130/180 Granit High Security Hasp & Staple Cardato
$ 48.43
QUICK VIEW
Timer Digitali, Timer Programmabile a Pannello/Parete, Settimanale per Luci Elettrodomestici, Fai da te Domestico (12 V CC)
$ 9.00
QUICK VIEW
EMOS Interruttore di commutazione impermeabile con bilanciere, interruttore per scale, colore bianco, 250 V/10 AX, plastica, montaggio a parete, classe di protezione IP54 per esterni
$ 4.50
QUICK VIEW
SoundZero Cartuccia a disco in ceramica, Cartuccia rubinetto per rubinetti monocomando, Cartuccia Rubinetto Miscelatore 35mm, Rubinetto di ricambio cartuccia, Cartuccia in ceramica da 35 mm (blu)
$ 6.75
QUICK VIEW
ABB DS202C INT.DIFF.MAGN. 6KA 2P A C16 30MA
$ 69.84
QUICK VIEW
Piatto Doccia Spessore 2.6 Cm In Resina Con Griglia Di Copertura Effetto Pietra Ardesia Stone Riducibile Filopavimento Indistruttibile Antiscivolo Arredo Bagno Colore Grigio (70x120 cm)
$ 51.81
QUICK VIEW
Alesatore conico esagonale da 5 mm-22 mm, a forma di T, strumento per la lavorazione del legno, in acciaio al carbonio, fresa manuale, per fori conici, semplici fori per viti
$ 6.75
QUICK VIEW
50 filtri respiratori 5N11CN filtro ovatta per maschera antipolvere 6000, 6200, 6800, 7502, FF402, 5N11CN filtro per particelle filtro in cotone
$ 7.87
QUICK VIEW
Kit Riparazione Piastrelle 400g – Beige, Tubetto Pronto all’Uso con Spatola e Spugna, per Fughe Bagno, Cucina, Pavimenti Interni, Asciugatura Rapida
$ 12.38
QUICK VIEW
Scatola di Immagazzinaggio Della Punta Del Trapano Fresa Salvaspazio Scatola Del Contenitore 'Organizzatore Del Supporto di Finitura Del Trapano per Uso Domestico DIY
$ 9.00
QUICK VIEW
SOSALUK Pasta per Riparazione Parete Bianca 200g - Mastice Parete Bianca - Resistente all'Umidità e alle Crepe - Asciugatura Rapida - 2 Unità
$ 4.50
QUICK VIEW
Set di 110 rivetti a vite neri con scatola di assortimento, viti per libri in acciaio inox, set di viti Chicago, 6 misure, M5 x 4/5/6/8/10/12 mm, rivetti in pelle, borchie per borse in pelle, zaini
$ 7.87
QUICK VIEW
PILO Pack of 4 Covers, Line Cap, Cover Replacement Springs for Trimmer Spool, Black Decker, RC-100-P Lawnmower, plastica
$ 6.75
QUICK VIEW
Box Doccia Semicircolare 70x90 CM H185 Raggio 55 PVC mod. Sharp Centrale
$ 94.62
QUICK VIEW
ASNOMY Set di 14Pcs di sega a tazza TCT, 12,7mm-54mm Carburo di tungsteno con punta di foro Set di seghe a tazza resistenti per metallo, acciaio inossidabile, ferro, legno, plastica
$ 27.03
QUICK VIEW
Jimten 26000 - Sifone pentola ref espansione coperchio
$ 5.62
QUICK VIEW
2 X Timer Regolabili 24 H Con Presa Analogica Programmabile Temporizzati
$ 9.00
QUICK VIEW
Telecomando Cancello,Set di 3 telecomandi BFT MITTO2 - Mitto2 M 2 canali 433 MHz Rolling Code per cancelli automatici
$ 12.38
QUICK VIEW
Avvolgicavo da campeggio con cavo in gomma H07RN-F 3G2,5, 3 x 2,5 mm, 25 m, 230 V, 16 A, attacco IP44, per esterni, cavo da campeggio, colore blu
$ 57.45
QUICK VIEW
BUMPER VERDE OVER DETECTOR 11″ per Metal Detector serie Minelab Equinox 600/700 / 800/900
$ 16.89
QUICK VIEW
4PCS 5 Metri di Corda in Morbido Cotone attorcigliato, Corda per Legare con Nodo in Cotone Spesso Multifunzionale Intrecciato, 8 mm di Diametro spago Forte Intrecciato, 4 Rosso
$ 7.87
QUICK VIEW
NUOVO Rotto Filo Estrattore Strumenti Filettatura Rubinetto E Vite di Rimozione Dell'acqua Rubinetto Angolo Rompe 4/6 Riparazione Acqua Principali Punti di Riparazione
$ 5.62
QUICK VIEW
ABB B23 212-100 RS485
$ 111.53
QUICK VIEW
Chiusura Magnetico - forza di tenuta 4kg - set di 4 in nero - magnete per porte - magneti per mobili - fermo magnetico per porte in acciaio inox - supporto magnetico per porta dell'armadio
$ 6.75
QUICK VIEW
CANOPUS Dual Lock SJ3550 Extra Forte 16 PZ (25,4mm x 50mm) Impermeabile High Tech Nastro di Fissaggio Richiudibile, Ideale per interni ed esterni, Fissaggio Telepass, Nero
$ 7.87
QUICK VIEW
CMT Orange Tools 537.220.31 - Punta tipo Forstner -SP- Z2+2 S=8X30 D=22X90 DX
$ 5.62
QUICK VIEW
Connettore Rapido per Adattatore per Gas e Raffreddato Ad Acqua, Connettore Rapido per Gas da 2 Pezzi da 8 Mm, Set di Connettori Rapidi Rosso e Blu, Utilizzato per Torcia per Saldatore MIG TIG
$ 10.13
QUICK VIEW
FEIN E-Cut Lama da taglio di precisione, Conf. 5 pz., Larghezza 35 mm, Lunghezza 50 mm, Attacco Starlock, Dentatura giapponese su due file
$ 31.53
QUICK VIEW
Schneider Morsetto Da Balcone Per Ombrelloni, Argento
$ 10.13
QUICK VIEW
Pialla a coda regolabile, pialla a mano strumento per la lavorazione del legno con base piatta e 4 lame, attrezzi manuali perfetto per lavori in legno, legno e lavorazione del legno
$ 7.87
QUICK VIEW
eMylo Mini Smart Wifi Relè Interruttore Telecomando Senza Fili Interruttore Della Luce Wifi AC 220V 2 Gang Interruttore Incorporato Modulo Relè 16A Timer Fai Da Te Controllo Vocale con Alexa Echo
$ 7.87
1
...
258
259
260
261
262
263
264
265
...
2648
BACK
Shopping Cart