{{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
Set di pinze crimpatrici RJ45, RJ45, set di strumenti di crimpatura per CAT5/CAT6/CAT7
$ 9.00
QUICK VIEW
Pacco da 50 guanti in puro lattice monouso spessorati per tutti gli usi colore blu (S)
$ 6.75
QUICK VIEW
Piatto Doccia 60x90 cm Altezza 4 cm
$ 111.53
QUICK VIEW
Holzmann Maschinen Sega a nastro HBS245HQ, profondità di taglio (max): 152 mm, 230 V, 375 W, lunghezza lama 1826 mm
$ 111.53
QUICK VIEW
Finestra in PVC antracite-bianco 800x500 mm, DIN destra, ribaltabile e apribile, doppia vetratura, a risparmio energetico – Finestra con certificato CE per cantina e abitazione
$ 45.05
QUICK VIEW
Aqxyki Valvola a Sfera a innesto rapido con Diametro Esterno da 4/6/8/10/12 mm, raccordi Pneumatici a Chiusura Manuale(Fit 12mm OD Tube)
$ 9.00
QUICK VIEW
Sparachiodi Pistola Manuale Sparachiodi con 120 chiodi tondi Pistola Sparachiodi Regolabile a 5 stop per Installazione a Parete per Fissare i cavi del Soffitto in Cemento Della Parete Cemento.
$ 20.27
QUICK VIEW
Corderie Italiane 006004066 Treccia elastica nera 6 mm - 10 mt
$ 9.00
QUICK VIEW
Pettine adesivo per piastrelle (dimensioni 6 mm - 1 ciascuno)
$ 7.87
QUICK VIEW
4 pezzi cerniere per ante cucina,cerniere per ante a ribalta 90 gradi,cerniere per mobili Adatto per mobili da cucina
$ 10.13
QUICK VIEW
FSKJLP012 - Set di aghi da 140 mm, 12 pezzi, lime di precisione per metallo, legno, plastica e materiali compositi in modellismo, gioielli, saldature e lavori di regolazione fine
$ 10.13
QUICK VIEW
KS Tools 150.1475 Corpo di riparazione filettato per filettatura interna + esterna, M22x1,5
$ 18.01
QUICK VIEW
Ventola di Aspirazione 150mm HG Power Estrattore Ventilatore in Linea Ventilazione e Scarico Interni con Spina EU
$ 38.29
QUICK VIEW
Copertura per intradosso nera da 15 cm/150 mm - Prese d'aria rotonde - Copertura per griglia - Zanzariera incorporata - Prese d'aria HVAC per bagno, ufficio domestico, cucina
$ 5.62
QUICK VIEW
Silverline 868537 2 Chiavi per Botola Stradale, 125 mm
$ 7.87
QUICK VIEW
Spazzole di carbone per MAKITA 9609NB taglierina / sega - 6,5 x 13,5 x 16 mm - 2,4 x 5,1 x 6,3' - con spegnimento automatico
$ 5.62
QUICK VIEW
Chiave Quadrata Contatore, 4-Modi Chiave di Utility Chiave Universale per Quadro Elettrico Chiave Multifunzionale di Utilità Robusto e Durevole per Contatore Acqua Cassetta Gas Armadio Utenze
$ 3.37
QUICK VIEW
Livella Laser Autolivellante,Verde Professionale 16 Linea 4D 360 Orizzontale Linea Base di sollevamento magnetica Sets,2 Batteria Ricaricabile
$ 50.69
QUICK VIEW
Tronchese per Filo per Filo Elettrico Tronchese per Taglio Laterale in Acciaio Lama Sottile di Precisione per Filo Elettrico Micro Clipper per Riparazione di Edifici Quotidiane per La Casa
$ 6.75
QUICK VIEW
Soffiatore a Zaino 43cc 1.25Kw Semi-Professionale ed Ultra-Leggero con tracolle imbottite Max-Comfort e velocità di soffiaggio foglie fino a 150Km/h
$ 61.95
QUICK VIEW
COPERCHIO PER CASSETTA 40x25
$ 4.50
QUICK VIEW
Navaris Dischi abrasivi 150mm 100 pezzi - 10x P40/60/80/100/120/180/240/280/320/400 - Carta abrasiva legno metallo - universale per levigatrice Ø150mm
$ 14.63
QUICK VIEW
eMagTech 2 Pezzi 12 Mm Rotella Di Incisione 14A Di Ricambio Compatibile Con Sigma Tagliapiastrelle Pull Handle Lama Precisa Per Taglio Piastrelle In Ceramica E Porcellana
$ 6.75
QUICK VIEW
Kikkerland CD111 Handy Hammer Multi Tool
$ 5.62
QUICK VIEW
1 filo da falciatura da 6 mm per decespugliatori elettrici e a benzina, 100 m, in nylon, per tagliare l'erba
$ 4.50
QUICK VIEW
DeWalt EXTREME Set per elettricisti per seghe a tazza bimetalliche (11 pezzi), DT90354-QZ
$ 76.60
QUICK VIEW
Filiera M14 x 2,0 HSS, filettatura a sinistra DIN 223
$ 10.13
QUICK VIEW
Yinhing Morsetto A Levetta,305E 386kg Capacità,42mm Corsa,A Stantuffo Tipo A Tirante Morsetto A Leva,Morsetto rapido push-pull,per Il Funzionamento Della Macchina,Carpenteria,Saldatura
$ 15.76
QUICK VIEW
2 Staffe per Guida DIN, AMONENZ 20 cm Guida DIN in Acciaio con Viti, Staffa di Montaggio Guida DIN Darra, 6 Fori per Viti, Facile da Installare, Ampiamente Utilizzata Nell'Installazione di Circuiti
$ 6.75
QUICK VIEW
Radiatore da Bagno Sahara 500x800 mm Cromato Diritto Termosifone con Attacco Centrale Calorifero di Design Scaldasalviette Riscaldamento per Bagno Termoarredo per Salotto
$ 46.18
QUICK VIEW
Irishom Sistema di allarme domestico wireless 433 MHz WiFi + gsm, schermo LCD sensore di movimento PIR compatibile con Alexa Google Home
$ 43.93
QUICK VIEW
Nastro puro della striscia di nichel del piatto per la saldatura della batteria della striscia di nichel per gli accessori di saldatura del saldatore a punti, per la saldatura della batteria
$ 4.50
QUICK VIEW
Shdiatool - Disco diamantato con maglia turbo per piastrelle di porcellana, ceramica, granito, marmo
$ 4.50
QUICK VIEW
Sbloccante per WC resistente con stantuffo a gancio per sbloccare il lavandino ad alta pressione con 4 teste sostituibili, sbloccatore per lavello a stantuffo per sbloccare WC, lavandino, vasca
$ 14.63
QUICK VIEW
Guida a pavimento per porta scorrevole, in acciaio inox 304, guida a rullo a pavimento, per porta scorrevole in vetro, frameless, Argento, 1.00V
$ 10.13
QUICK VIEW
Set da 6 Ganci a S con Rivestimento in Pelle Anticaduta - Ganci per Appendiabiti Multifunzionali in Acciaio Inox (Nero/Argento) per Cucina, Bagno, Camera - Ideali Come Ganci da Campeggio
$ 9.00
1
...
2461
2462
2463
2464
2465
2466
2467
2468
...
2648
BACK
Shopping Cart