{{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
Kopp Spirale professionale retrattile, in metallo, con occhiello rivettato su entrambi i lati, 20m, 396221047
$ 15.76
QUICK VIEW
IMEX BDG053-3 GENOVA Monomando Lavabo Alto Cromo
$ 59.70
QUICK VIEW
Visierino Face Shield Protezione completa bocca, naso, occhi, antibatterica, montatura degli occhiali, protezione professionale
$ 7.87
QUICK VIEW
Protezione per Sega Circolare, Coperchio per Sega Coperchio di Sicurezza in Acciaio al Carbonio Tavolo Protegge lo Strumento Falegnameria Coperchio per Tavolo Scorrevole Fornitura per Falegname
$ 16.89
QUICK VIEW
NIVEL CON BASE STARRETT
$ 63.08
QUICK VIEW
BAHCO NUEVO 2024 - Ajustable Mordaza Fina 31 8'
$ 16.89
QUICK VIEW
M2.5 Piatta Phillips Croce Testa Vite x 30pz 304 Inossidabile Acciaio Fissaggi Bulloni per Precisione e Industriale Macchine, [25mm Lunghezza, Argento Tono]
$ 4.50
QUICK VIEW
FA84C32 - BTICINO SPA BTDIN45 - MAGNETOT 4P CURVA C 32A 4.5KA
$ 42.80
QUICK VIEW
Cinturino Da Polso Magnetico Da 2 Pezzo, Portautensili Magnetico, Cinturino Da Polso Magnetico Portatile Per Utensili, Striscia Magnetica Per Utensili, Cinturino Da Polso Per Utensili Fissi
$ 3.37
QUICK VIEW
Nastri abrasivi per levigatrice, 13 mm x 457 mm, 40 grane, per levigatrice, abrasivi, per levigatrice per utensili elettrici, confezione da 10 pezzi
$ 7.87
QUICK VIEW
MATASSA Filo di Ferro COTTO ZINCATO N.2 MM 0,7 X 40 Metri
$ 5.62
QUICK VIEW
PeakTech 1403, oscilloscopio di memoria digitale, 2 canali, 50 MHz, 500 MS/s, interfaccia USB, software PC, P 1403
$ 111.53
QUICK VIEW
Primer universale durevole – Base adesiva per pretrattamento per plastiche pesanti come PP, PE, silicone – 15 ml
$ 6.75
QUICK VIEW
Barriera Di Protezione Contro L'Allagamento ABS L-Type,Porta Acqua Idrorepellente Per Controllo Delle Inondazioni Residenziali,Design Telescopico Per Diversione Del Fiume
$ 111.53
QUICK VIEW
Maniglie in acciaio spazzolato per mobili da cucina, credenze, cassetti, mobili camera da letto, Acciaio, Hole centres: 448 mm
$ 5.62
QUICK VIEW
Aspiratore Ventola da ventilazione silenziosa a basso rumore estrazione Ventola di scarico montata a parete casa bagno cucina Garage di ventilazione Air Vent basso consumo energetico 100mm 25W 220V
$ 7.87
QUICK VIEW
Hettich 6878464096 Speciale Cerniera Optimat Plus 4 FM, Multicolore
$ 4.50
QUICK VIEW
Rasch Carta da parati in tessuto non tessuto (Botanical) verde, 10,05 m x 0,53 m Selection Vinile/Tessuto non tessuto 463729
$ 11.25
QUICK VIEW
Lama per sega a nastro bimetallica M42 HSS, 1330 x 13 x 0,65 mm, con 14/18 denti per pollice
$ 9.00
QUICK VIEW
BAOSHISHAN Mini lucidatrice e tamponi per auto a batteria 1,2'' RO/DA Micro Polisher Kit, 6 velocità variabili, con illuminazione a LED per la lucidatura dell'auto e la cura del dettaglio
$ 81.10
QUICK VIEW
Scatola di distribuzione a soffitto in legno soffitto cavo lampade baldacchino scatola di derivazione distributore rovere grezzo
$ 7.87
QUICK VIEW
Rubinetto bagno lavabo nero acciaio inox monocomando per acqua calda e fredda con 2 tubi flessibili inclusi rubinetto nero bagno rubinetto bagno nero
$ 10.13
QUICK VIEW
Adattatore WERHE® per punta diamantata punta diamantata carotatrice - 1 1/4 di pollice UNC su SDS Max - inoltre con filettatura interna da 1/2 di pollice
$ 18.01
QUICK VIEW
Ci3 Rotondo 12 X 2,5 Mm Carburo Inserti Coltelli di Ricambio Fit per Fai Da Te Girare il Legno Finisher Strumento 10 Pezzi SeRies
$ 12.38
QUICK VIEW
KIT BOCCHETTONI DI RICAMBIO PER POMPA DI CIRCOLAZIONE 1'1/2-1'
$ 5.62
QUICK VIEW
HUYIWEI 2 Paio Maniglie Porta per Doccia,30mm Pomolo per Porte Vetro,Maniglia con Foro Singolo,Maniglione da Bagno In Acciaio Inossidabile,Dotato di Vite M8
$ 10.13
QUICK VIEW
Wiltec Estrattore di Giunti a Sfera Set di 2 Attrezzi per estrarre da Giunti sferici
$ 10.13
QUICK VIEW
Maniglia per rubinetto, valvola a sfera in ghisa, manopola di ricambio per rubinetto, valvola a sfera in rame, 8 mm
$ 4.50
QUICK VIEW
Sega circolare 1200W - Diametro lama 185mm. Pedana regolabile (45 e 90 gradi). Include lama TCT e guida parallela
$ 25.90
QUICK VIEW
Set di Pinzette ESD di Precisione, Set di Pinzette Antistatiche da 10 Pezzi e Tagliafili Micro per Modellismo, Riparazione Elettronica, Artigianato, Laboratorio, Produzione di Gioielli, ecc.
$ 5.62
QUICK VIEW
Lampada uscita di emergenza 8 LED
$ 18.01
QUICK VIEW
Copriwater per FALERII FOGLIA MEDIUM AVVOLGENTE TERMOINDURENTE BIANCO cerniera inox
$ 30.41
QUICK VIEW
F31-PASSERELLA A FILO 3M 150X75 EZ 348023
$ 31.53
QUICK VIEW
Grohe GRO-47453IP0 47453IP0-Vástago para grifos, Nero
$ 72.09
QUICK VIEW
nastro in schiuma PE isolante sigillante giunti guarnizione cordone riempi fughe tondo porta finestra isolamento acustico (Ø10mm x 10 metro)
$ 6.75
QUICK VIEW
M3 1/8'x1.97' Bulloni Ad Occhiello in Acciaio Inossidabile Vite Filettata Anello Ad Occhiello con Spalla con Dadi Rondelle per Sollevamento e Sospensione, 2 Set
$ 5.62
1
...
39
40
41
42
43
44
45
46
...
2648
BACK
Shopping Cart