{{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
Disco per smerigliatrice angolare, disco per intaglio del legno mola 125 mm accessorio in carburo di tungsteno per la lavorazione del legno(Blu)
$ 9.00
QUICK VIEW
Lavello da cucina in acciaio inox 304, 35 x 45 cm, lavello da cucina piccolo, con foro per rubinetto e troppopieno (senza tubo di scarico), 1 vasca, grigio-nero
$ 69.84
QUICK VIEW
Centralino da Parete 18 moduli con porta trasparente - piccolo
$ 6.75
QUICK VIEW
Set di 6 Punta da Trapano con Svasatore, Svasatore per Legno Regolabile, Punte Trapano Legno con Arresto di Profondità, con Codolo Esagonale da 1/4”, HSS-M2, per Lavorazione del Legno
$ 10.13
QUICK VIEW
Trend Set/SS11 X 1/2TC 1/2 Shank Router Tct Starter Set di cutter, colore: nero/bianco (6)
$ 12.38
QUICK VIEW
9M Nastro Magnetico Adesivo in Dispenser - Nastro Magnetico per Cartoline, Foto e Lavagne Bianche (Nero)
$ 6.75
QUICK VIEW
GIAK Adattatori con Attacco da Quadrello da 1/2” a Esagonale da 1/4” Adattatore per Avvitatori 2 Pezzi Adattatore di Impatto Sgancio Rapido Adattatori per Chiavi ad Impatto e Cricchetto
$ 4.50
QUICK VIEW
BGS 1249 | Utensile per levigatura | flessibile | grana 120 | 16 – 17 mm
$ 7.87
QUICK VIEW
12 ganci a spirale, gancio nero con occhiello, gancio universale, gancio estensibile, gancio per telone, barca, moto, bicicletta, diametro interno 25 mm
$ 4.50
QUICK VIEW
Set di pinze a molla, 1 pezzo, asta per fresa con gambo dritto Morse da 10/12/16/20 mm, lama per sega per fresatura, foro interno da 13 mm, 16 mm, 22 mm, 27 mm, strumento di fresatura per tornio
$ 30.41
QUICK VIEW
FERM Lama diamantata 200 mm - per tagliapiastrelle
$ 7.87
QUICK VIEW
Olio paglierino Fidea 1 l
$ 7.87
QUICK VIEW
SKIR'CO Confezione da 2 staffe per tubi con rivestimento in gomma nera per tubi Ø 32-36 mm, per montaggio a parete e soffitto (2 pezzi, con punta magnetica esagonale)
$ 6.75
QUICK VIEW
fascette per tubi da 40mm con inserto in gomma in acciaio inox V2A I fascette per cavi da avvitare I fascetta per tubi 40mm, fascette per tubi
$ 3.37
QUICK VIEW
shelfplaza® 90x90x50cm HOME Scaffale metallo per carichi pesanti bianco con 3 ripiani con 175kg capacità di carico/Scaffali in metallo per garage come scaffali per ripostiglio o officina
$ 45.05
QUICK VIEW
Porta Modem da Parete - Scaffale Router Wifi da Parete Nascondere le Prese Organizer da Parete per Nascondere il Router e Mettere in Ordine i Suoi Cavi
$ 5.62
QUICK VIEW
Hazet 748A-2 Cacciaspine, Multicolore, Lunghezza 115 mm
$ 3.37
QUICK VIEW
Carburatore per Briggs & Stratton 110402 110412 215369 Motore del timone con 696065 697422 Carburatore Cartuccia Filtro Aria Candela Guarnizioni Tubo Carburante
$ 13.51
QUICK VIEW
Draper 09946 Ascia con Motivo Yankee, 1,1 kg
$ 25.90
QUICK VIEW
Cappellino con sabbiatura e maschera anti-vento, anti-sabbia/anti-polvere, in tela (set da 4 pezzi), colore: verde
$ 27.03
QUICK VIEW
Estrattore domestico 80mm 10W GSC 2703010
$ 10.13
QUICK VIEW
Pinze, Pinze a Becchi Lunghi Pinze a Becchi Lunghi, per Riparazioni Artigianali
$ 9.00
QUICK VIEW
Punte da Trapano Elicoidali Extra Lunghe in Acciaio ad Alta Velocità, Diametro 3,5mm Lunghezza 250mm Punta Trapano Dritta Twist Jobber per Metallo Legno Plastica Alluminio 2pz
$ 6.75
QUICK VIEW
Relaxdays 2X Scaffale con Sistema a Incastro, Fino a 875 kg, Scaffalatura ad Alta Portata 5 Ripiani, 151x75x30 cm, Rosso
$ 30.41
QUICK VIEW
10 Pezzi Gancio per Cornici Universale Grande Appendi Quadri Senza Chiodi 10 Strisce Adesive Grandi Rimovibili Ganci per Appendere Quadri Senza Danni Ganci per Quadri senza Chiodi
$ 5.62
QUICK VIEW
M10x1.0 Acciaio Dadi Esagonali 60pz Metrico Filettatura Finitura Zincata Hardware Dadi Vite Bullone Dispositivi Fissaggio per Lampade Macchinari Manutenzione 5mm Altezza
$ 6.75
QUICK VIEW
Motore per sega a 8 denti alternativi da 21 V parte di ricambio motore per sega elettrica a sciabola motore 550 tipo motore per sega a mano ricaricabile (denti conici)
$ 11.25
QUICK VIEW
12 Pz Pioli di Supporto per Mensola Staffa per Mensola Adesiva Acrilica Molletta di Supporto per Mensola Supporti Angolo Retto Senza Perforazione Molletta per Mensola a Muro Armadi Librerie
$ 7.87
QUICK VIEW
30 pezzi spugna abrasiva 400/600/800 grana a mano, carta vetrata, levigare le spugne riutilizzabile per levigare, lucidare, metallo, legno, acciaio, acciaio inox
$ 6.75
QUICK VIEW
POPESQ® 1 pz. x Portafusibili 6.3mmx32mm Fusibile 16A / 250VAC per Pannello frontale #A4249
$ 7.87
QUICK VIEW
Serrature per cassetti in Metallo Antico Serrature Decorative per mobili con Chiave per cassetti, Armadio, Scatola di Legno per Gioielli, armadietto
$ 4.50
QUICK VIEW
Palucart nastro in carta gommata adesiva 50 x 50 carta adesiva per mascheratura (6)
$ 12.38
QUICK VIEW
Fusibile di allarme GP75 7,5 Amp FANUC 250V
$ 5.62
QUICK VIEW
SM0STYN - Tasselli termici per materiali isolanti, lavorazione senza preforature o attrezzi speciali, tasselli in polistirolo espanso duro (25 x 50-25 pezzi), 100% nylon, grigio
$ 5.62
QUICK VIEW
LIVELLA DIGITALE MAGNETICA 400mm FERVI 0109
$ 29.28
QUICK VIEW
NVR IP DAHUA 4K ULTRA-HD 8 CANALI 12MP 1HDD P2P -NVR2108-4KS3
$ 59.70
1
...
107
108
109
110
111
112
113
114
...
2648
BACK
Shopping Cart