{{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
10 indicatori per rubinetto, maniglia per acqua calda e fredda, segni di interruttore rosso e, etichette decorative (argento)
$ 5.62
QUICK VIEW
NUEVO 2024 - Foco LED JARO 14060, 11500 lm, 100 W, IP65
$ 48.43
QUICK VIEW
5pz Tappezzeria Chiodi Strisce, 1Metro Fiore Decorativo Chiodo Rifiniture per Divano Testata Sedia Mobili con Tappezzeria Chiodi (11mm Rame)
$ 11.25
QUICK VIEW
Pinze Pavimento Piastrellisti, Utensili Livellamento Piastrelle, Pinza per Piastrelle, Pinze Per Livellare Le Piastrelle, Sistema di Livellamento per Piastrelle, Livellatori per Piastrelle, 1 Pezzi
$ 4.50
QUICK VIEW
GOMITO IN ACCIAIO INOX 45° DIAM. CM. 14
$ 10.13
QUICK VIEW
Ibergrif M20702 Sistema Docce con Deviatore, Colonna Doccia Senza Rubinetto, Cromo, Argento
$ 25.90
QUICK VIEW
Gilet Hi Vis personalizzato con cerniera,5 tasche inclusa la tasca per carta d'identità e telefono, sicurezza riflettente ad alta visibilità per uomini e donne in diversi colori e taglie
$ 5.62
QUICK VIEW
30 PCS Ganci Per Quadri Adesiv - Ganci per Piatti da Parete Multifunzione - Verticali Invisibili per Cucina, Ufficio, Bagno e Decorazioni - Resistente e Facile da Usare (grande piazza)
$ 4.50
QUICK VIEW
Portarotolo autoportante con ripiano superiore in bambù, supporto portarotolo carta igienica nero, dispenser per carta igienica da pavimento, 4 rotoli di riserva
$ 14.63
QUICK VIEW
FISSATRICE PNEUMATICA PER GRAFFE E CHIODI COMBINATA FERVI 0585
$ 49.56
QUICK VIEW
VERDELOOK Palo in Legno Tondo Altezza 150 cm per recinzioni e staccionate con Punta Finale, Ideale per sostenere recinzioni
$ 9.00
QUICK VIEW
Parkside® PGG 15 E4 macchina per incisione (con accessori)
$ 16.89
QUICK VIEW
Gralara Campanello Copre Campanello per Campanello Senza Fili Copertura Antipioggia per Esterni
$ 4.50
QUICK VIEW
Fresa per giunti ø 115 mm larghezza 4,5 mm per malta calcestruzzo muratura e intonaco segmento diamantato 10 mm qualità professionale
$ 16.89
QUICK VIEW
C42428-4 piedini regolabili M8, da avvitare, diametro 28 mm, altezza 12 mm, colore: Nero
$ 4.50
QUICK VIEW
Tester di Frequenza a Infrarossi per Chiavi Remote, Tester di Frequenza del Telecomando da 100 M HZ a 1 G HZ Tester di Frequenza Portachiavi con Display Digitale Ad Alta Precisione
$ 19.14
QUICK VIEW
4 Pezzi Fermaporta a Pavimento Magnetico, Fermaporta Adesivo in Lega di Zinco, con Adesivo e Viti, Per Proteggere Pareti e Porte da Eventuali Danni
$ 11.25
QUICK VIEW
CARMOTTER 4/8 rulli per porta della doccia, 22 mm, bianco, nylon, ottone, funzionamento silenzioso, resistente all'acqua, facile sostituzione
$ 5.62
QUICK VIEW
6x6m, Telone Trasparente Impermeabile Resistente, Telo in plastica Spessa per Esterni con Occhielli e Bordi rinforzati per Proteggere Le Piante, Gazebo da Giardino, Patio
$ 32.66
QUICK VIEW
Morsetto per Perno da Banco Gioiellieri, Gioiellieri Lavoro in Legno che Realizzano Strumenti di Lavorazione Anello Creazione Gioielli Morsa Morsetti Perni con Scanalatura V Slot C Clamp su Tavolo
$ 9.00
QUICK VIEW
OTER Mensola a murare per radiatori in Alluminio 220mm, Multicolore, Standard
$ 3.37
QUICK VIEW
Broca SDS-Plus MX4 (Estuche) 7 piezas (5/6/8 x 110 mm, 6/8/10/12 x 160 mm)
$ 24.77
QUICK VIEW
Bessey Apriete TG-2K 600x120mm
$ 31.53
QUICK VIEW
Batteria di ricambio per mini motosega, adatta per mini motosega SINPY
$ 22.52
QUICK VIEW
Viti Zigrinate M6 × 30 Mm, Viti Zigrinate In Acciaio, Vite Zigrinata a Testa Alta, Vite Di Fissaggio In Lega Di Zinco Nera, Viti Zigrinate, Per Dispositivi Meccanici, Strumentazione, Elettrodomestici.
$ 6.75
QUICK VIEW
Copertura per Foro Cavi 1-3/8' (35mm) Copri Foro Passacavo per Cavo da Scrivania in Lega di Zinco per Organizer per Cavi da Scrivania per Computer da Ufficio, Nero
$ 4.50
QUICK VIEW
Chiave Universale Per Bombola Gas Cucina-Stufa Finitura Zincata
$ 3.37
QUICK VIEW
Ricambio deviatore 1026 Serie Epoca 19A
$ 24.77
QUICK VIEW
3 Pz Pinza Stura Lavandini e Scarichi, 90/160/200 cm Sonda Sturatubi Professionale, Pinza Telescopica Prendi Oggetti Flessibile, Spirale Pulizia Tubi, Stura Tubi di Scarico Doccia Cucina Bagno Fogne
$ 6.75
QUICK VIEW
Aceup Energy Generatore di Corrente Portatile Ultraleggero, Piccolo Generatore di Emergenza da 750 W con Prese da 230 V, Motore a Benzina 2 Tempi, Funziona per 6 ore, EURO-V, CE
$ 73.22
QUICK VIEW
NJ PLUS 145 WPS + ROTARY BRUSH - 145 bar max - 420 l/h - 1900 W verde
$ 66.46
QUICK VIEW
LED a Energia Solare per Esterni Targhetta per Porta con Luce Solare per Numero Civico a LED Luce per Segnaletica Numerica Targhetta con Luci per Indirizzo Della Porta del Negozio(Numero 2)
$ 15.76
QUICK VIEW
DZ47-60 1P AC 230V/400V Interruttore Automatico miniaturizzato Tipo di Rilascio elettromagnetico 4 Pezzi(60A)
$ 28.15
QUICK VIEW
2 Pezzi Porta Guanto, Porta Guanti Cinturone, Guanti da Lavoro, Portaguanti Cinturone, Clip per Giardini, Cantieri(Nero)
$ 3.37
QUICK VIEW
15Pcs KV212 Leva-Dado Cavo Connettore, 2 in 2 fuori Bilaterale 4 Porte Trasparente Connettore Conduttore Compatto, Morsettiera Cavo Connettore Molla Rapido
$ 4.50
QUICK VIEW
Ciabatta Smart Alexa con 3 usb, misuratore di consumo elettrico, protezione sovratensione, 15A interruttori indipendenti. Google Home, Tuya, presa intelligente wifi, multipresa da scrivania
$ 15.76
1
...
2367
2368
2369
2370
2371
2372
2373
2374
...
2648
BACK
Shopping Cart