{{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
M6x50x150mm Quadrato U Bullone x 1 Set Carbonio Acciaio U Bullone per Asse e Rimorchio Foglia e Tubo, [Argento Tono]
$ 5.62
QUICK VIEW
SWTYExt 60 Pezzi Supporti per Mensole Ø7.5mm Reggimensola Legno Perni per Mensole con Copertura Antiscivolo Reggi Mensola Armadio per Mobile per Scarpe Librerie Armadietti Ripiani Legno Vetro
$ 6.75
QUICK VIEW
Misuratore Digitale dell'Acqua multimediale. 85 mm (AI on The Edge). Contatore d'Acqua Digitale HomeAssistant. Contatore dell'Acqua (Made in Germany). Contatore Acqua WiFi in Tempo Reale
$ 34.91
QUICK VIEW
La Ventilazione S19125RB Griglia di ventilazione da Sovrapporre in ABS, Bianco, con Alette a gravità e rete antinsetti. Dimensioni 185x185 mm
$ 9.00
QUICK VIEW
C70918 - Chiave a bussola lunga 1/2' corpo 17mm x 77mm - chiave a cricchetto - con impronta esagonale 6 lati - in acciaio CR-V - colore argento
$ 5.62
QUICK VIEW
Collegamenti di fusibile neozed in ceramica, Link fusibile tipo DIII, 35A 500VAC, tipo gG, per la protezione di cavi e linee, confezione da 5
$ 5.62
QUICK VIEW
10 dadi a farfalla M10 in acciaio inox, per bulloni, uso interno ed esterno
$ 4.50
QUICK VIEW
Rotolo di Carta Abrasiva, 100 mm x 6m Rotoli di fogli, macinazione ad umido Carta Abrasiva Rotolo per Legno Metallo Inox Acciaio Inox(Grana 100)
$ 5.62
QUICK VIEW
SeKi, confezione da 10 fusibili in ceramica, 0,63 A (630 mA), 6 x 30 mm, fusibili in vetro, 250 V
$ 3.37
QUICK VIEW
REMOS Pinzetta a pinza o a croce con punta curva in acciaio inox 11.5 cm
$ 6.75
QUICK VIEW
KS Tools 122.1006 Curvatubi Standard a Due Mani, Diametro 6 mm
$ 24.77
QUICK VIEW
KS Tools 913.1327 1/2' Chiave a forchetta ad innesto, esagonale, 30mm
$ 7.87
QUICK VIEW
2x spazzola carbone sostituisce Hilti 72565 per utensile elettrico -Spazzola motore, 21 x 12,5 x 6 mm
$ 3.37
QUICK VIEW
Riscaldamento Pellets Legno Pelett Eco Energia Riscaldamento in molte varianti da 15 kg a 975 kg
$ 111.53
QUICK VIEW
Lioaeust Valvola miscelatrice termostatica DN20 per riscaldamento solare da 3/4 di pollice, Termostatica, Rame, Argento + Nero
$ 19.14
QUICK VIEW
SKIR'CO (100 pezzi) Acciaio zincato 3,0 x 25 mm Viti per legno argento, viti in metallo, testa wafer, Pozidriv, autofilettanti
$ 6.75
QUICK VIEW
10510 - Diametro corda semistatica 10,5 mm
$ 16.89
QUICK VIEW
Lame per sega oscillanti universali strumento multifunzione a sgancio rapido 20 pezzi 34 mm con marcatori integrati per la riparazione
$ 13.51
QUICK VIEW
Amig - Fermaglio di blocco per finestre scorrevoli in legno o alluminio Mod.40 | Adatto per assicurare persiane | Chiusura di sicurezza di Zamak finitura nera | Dimensioni: Ø 30 x 152 mm
$ 4.50
QUICK VIEW
SECRUI Sensore Porta, Allarme Finestra e Porta 120dB Sensore di allarme porta con 2 telecomando Magnetico Allarme Casa Senza Fili per Antifurto Sistema Sensori di Sicurezza Domestica per Negozi
$ 10.13
QUICK VIEW
Cinghia di ricambio in Kevlar della cinghia del piatto del tosaerba per A/YP: 131006,110883X, PER H/USQVARNA: 5321310-06,5321108-83, PER J/ohn Deere: M118760, M128733, TORO: 110-6972 (1/2x98') ( A96)
$ 9.00
QUICK VIEW
DEVIATORE 1P 16AX ILLUMINABILE TEKLA 1 MODULO 445002
$ 3.37
QUICK VIEW
Artero Lama di Stripping (Flatwork)
$ 9.00
QUICK VIEW
SCAFFALI IN RESINA SCAFFALE 5 RIPIANI CM.90X40X188H
$ 31.53
QUICK VIEW
3 Set (12 Pezzi) Clip Specchio Set, Clip Specchio a Molla Gancio Specchio, Fissaggio a Parete in Vetro a Specchio Senza Cornice, con Tasselli e Viti, per il Montaggio di Specchi, Nero
$ 5.62
QUICK VIEW
16 Pz Set di Viti M8 x 80mm, Viti Bulloni e Dadi, Vite a Testa a Esagonale, Bulloni Viti a Testa Esagonale Incassata, Viti a Testa Bombata con Esagono Incassato, Viti a Testa Brugola in Acciaio Inox
$ 6.75
QUICK VIEW
Vite a testa svasata M5 x 50 mm, acciaio inox V2A VA A2, DIN 7991 / ISO 10642, esagono incassato, 20 pezzi
$ 5.62
QUICK VIEW
BTICINO 25401 CUSTODIA 1P MATIX IP40
$ 4.50
QUICK VIEW
Tkxjry Adattatore attacco cacciavite con angolo di 105°, Cacciavite Socket Holder Adattatore, Set di Punte da Trapano Adattatore, Adattatore Trapano Avvitatore, Cacciavite Angolare Mandrino
$ 5.62
QUICK VIEW
Neiko ¨ 01135A 3/8' Chiave a T con impugnatura lunga | Acciaio al cromo vanadio
$ 12.38
QUICK VIEW
4mm x 18mm Rivetti Ciechi in Lega, Confezione da 50 – Rivetti per Metallo, Rivetto Cieco a Testa Bombata, Corpo in Alluminio e Mandrino in Acciaio, Rivetti a Pressione a Scatto per Metallo
$ 6.75
QUICK VIEW
Bosch Home and Garden PKS 16 Multi Mini Sega Circolare, verde
$ 72.09
QUICK VIEW
Serrature per serramenti in alluminio 'CORNI' CORNI 9750280 SERRAT.S/CIL. F.22 PZ 1
$ 7.87
QUICK VIEW
Morsetto Fascia a Cricchetto, Morsetto a Fascia Angolare, Multifunzione Morsetto a Fascia, Rapido Regolabile per Cornici e Cassetti in Legno
$ 9.00
QUICK VIEW
VERDEMAX Gaebi Paletta in Acciaio per Giardinaggio
$ 3.37
QUICK VIEW
Interruttore touch LED da 12 V, nascosto, DC 3,7 – 24 V, 3 A, interruttore touch per barra luminosa a LED Smart Home, penetra in legno, pietra, vetro, ecc., senza fori necessari (bianco)
$ 5.62
1
...
2325
2326
2327
2328
2329
2330
2331
2332
...
2648
BACK
Shopping Cart