{{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
FN82C16 - BTICINO SPA BTDIN60 - MAGNETOT 2P CURVA C 16A 6KA
$ 28.15
QUICK VIEW
Portachiavi a forma di aragosta, con giunto girevole, anello a D, 30 pezzi, larghezza interna 20 mm, moschettone per fai da te appendere gioielli
$ 5.62
QUICK VIEW
Ryobi 5133003941 R18PD7-0 - Trapano avvitatore a percussione, 18 V, funzionamento a percussione, senza batteria, mandrino a chiusura rapida, illuminazione a LED
$ 88.99
QUICK VIEW
Fermaporte a pedale tipo grande IBFM Per porte d’ingresso max kg.40 bianco
$ 3.37
QUICK VIEW
Curva 45 canna fumaria DN 160 tubo acciaio inox 316
$ 5.62
QUICK VIEW
Fermaporta Magnetico ZUONAI 2 Pezzi Fermaporta Adesivo Fermaporta Magnetico da Pavimento Fermaporta Magnetico in Acciaio Inox Magnetico Resistente Fermaporta per Esterno Fermaporta a Muro
$ 11.25
QUICK VIEW
Morsetti Unipolari 2 Stecche da 5 Pezzi, Trasparente Isolante Per Cavi Elettrici (Sezione 6 mm²)
$ 4.50
QUICK VIEW
CRSURE - Mini ventilatore per stufa a legna SF-T84, ventola per stufa a legna, 8 pale alimentata a calore, doppio motore, colore nero
$ 25.90
QUICK VIEW
Bticino Livinglight Lna4819Bi – Ll-Placa 2 M Cent Bianco
$ 3.37
QUICK VIEW
Gedore Chiave a pipa doppia con foro 6 mm - 25 PK 6
$ 4.50
QUICK VIEW
POFET TP005-PN - Serratura a pulsante per armadietti, porte, cassetti, serratura
$ 5.62
QUICK VIEW
Dado riduttore con filettatura esterna, 10 dadi filettati M8*1.25-M10*1.5-12MM, in acciaio inox
$ 6.75
QUICK VIEW
4mm x 8mm (DxL) Rivetti Ciechi - 25pz - Ottimo per Macchinario Collegamento - 304 Inox Acciaio Cupola Chiuso Terminale Rivetto
$ 4.50
QUICK VIEW
ECI ELETTROFORNITURE RICAMBIO ORIGINALE URMET Pulsantiera bifamiliare video, Mikra2, sistema 2Voice 1784/2
$ 95.75
QUICK VIEW
Rubinetto Bronzo a Muro Miscelatore Anticato Classico da Cucina da Bagno a Rotazione 360° con Ceramica Floreale Raffinato
$ 34.91
QUICK VIEW
Tissting Anello di Overflow del lavandino Coperchio di Overflow Rotondo in Ottone Inserito nel Foro Pezzi di Ricambio per Lavabo Cucina Bagno (2pcs Bronzo)
$ 7.87
QUICK VIEW
70 fogli di carta vetrata, 115 x 101 mm, 6 fori, grana 40/60/80/100/120/180/240, carta vetrata per levigatrice orbitale
$ 10.13
QUICK VIEW
Gateway G2, Gateway Smart Lock APP Controllo Remoto Centro di Controllo Vocale Controllo Vocale Smart Lock Gateway WiFi 2.4G per Casa, Ufficio, Hotel e Magazzino, per Tuya
$ 23.65
QUICK VIEW
Set di Utensili per Alesare,Boring Tool Set,MT4-M16 Perno Adattatore Conico per Albero,50mm Testa di Alesatura+12 mm Barra di Alesatura,Fori di Alesatura F1-12mm,con Chiave,per Macchina CNC Ecc
$ 63.08
QUICK VIEW
KIT SALVA SCALDABAGNO FD444 FERDOM. 2 In 1. Prefiltro Spin-Down. Maglia in Acciaio Inox 40-60 μm (FD244)+ Dosatore Proporzionali Di Polifosfati-Anticalcare e Anticorrosione, Extra Cartucce(FD406).
$ 43.93
QUICK VIEW
Cannone per lancia in schiuma da neve, compatibile con pistola ad alta pressione Karcher K2 K3 K4 K5 K6 K7, erogatore di sapone da 1 L, con ugello spruzzatore regolabile per pulizia auto
$ 11.25
QUICK VIEW
4 pezzi nucleo serratura, cilindro di chiusura per sistema portapacchi auto, cilindro di chiusura compatibile con rack Thule, con 4 core, 2 chiavi e una chiave di controllo
$ 7.87
QUICK VIEW
Bullone per lama per sega circolare, ricambio per 089006017064 Bullone per lama per sega troncatrice M8 x 20 mm pergolato
$ 7.87
QUICK VIEW
M25 - Set di 5 pressacavo in ottone 8,0 – 16,0 mm, controdado M25, in ottone, con passacavo a gas e impermeabile, M25 lungo
$ 16.89
QUICK VIEW
Lama per spada laser, accessori a sciabola leggera, da utilizzare con colori RGB intercambiabili, spada laser a spada laser (92 cm)
$ 15.76
QUICK VIEW
1529040 Vite/Morsetto 3-P-30 × 8 mm-Apert. 40 cm
$ 18.01
QUICK VIEW
Punta diamantata per trapano da 38 mm, attacco filettatura M14, sega a tazza per muratura, brasata sottovuoto, per piastrelle, marmo, granito, porcellana, cemento, pietra di quarzo
$ 12.38
QUICK VIEW
Rilevatore Perdite Acqua 2 Pezzi Sensore Acqua con Batteria 100dB Sensore Perdita Acqua Kit per Sistema di Allarme e Domotica Casa Intelligente, Rilevatore Acqua per Cucina Bagno lavanderie (No WiFi)
$ 9.00
QUICK VIEW
2 pezzi di ricambio per guida a rulli per seghetto alternativo, strumento di riparazione, parti di ricambio per seghetto alternativo, ruota di supporto per seghe a mano 4304
$ 5.62
QUICK VIEW
Accoppiamento CEE IP 44 a 2 poli, 24 V 16 A, con contatti nichelati, viola
$ 7.87
QUICK VIEW
W&S Mensola Doccia Angolare Senza Foratura Set di 2 - Porta Sapone in Acciaio Inox | 2 Mensole Bagno | Porta Sapone per Doccia, Accessori Cucina, Porta Shampoo da Appendere, Porta Bagnoschiuma – Nero
$ 9.00
QUICK VIEW
Set completo di 200 chiusure in metallo da 11 mm con pinza per accessori di abbigliamento e riparazioni chiusure
$ 7.87
QUICK VIEW
CMT 796.660.00 - Tuerca de ajuste pinza y pinza para CMT 7e d=6mm
$ 18.01
QUICK VIEW
kwb Cassetta degli attrezzi, set di attrezzi da 125 pezzi, robusta valigetta in plastica, con maniglia per il trasporto e la sospensione, set di attrezzi di alta qualità, ideale per officina e casa
$ 33.79
QUICK VIEW
Porta Carta Igienica con Mensola, Portarotolo da Muro con 3 Tipi di Installazione [Viti Adesive Senza Foratura, Adesivo, Fissaggio con Viti], Accessorio per Bagno e Cucina, Nero Opaco
$ 11.25
QUICK VIEW
45 cm; 1,5 mm; 0,325'; 72 TG + 4 catene compatibili con Husqvarna Makita Oleomac Solo
$ 13.51
1
...
132
133
134
135
136
137
138
139
...
2648
BACK
Shopping Cart