{{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
Arieggiatore Manuale per Prato, Aeratore da Giardino con Rullo Spinato e Parafango, Unghie da 3 cm, Ideale per Cortili, Giardini e Prato
$ 32.66
QUICK VIEW
Dischi Abrasivi 225 mm, 30 Pezzi 10 Fori Rombo Rosso Carta Vetrata Ossido di Alluminio, P40 Grana per Levigatrice Cartongesso
$ 9.00
QUICK VIEW
20 Pz. /ps x M4 Dado/Nut Autobloccante Self-locking Acciaio Inossidabile/Stainless Steel INOX #A2017
$ 4.50
QUICK VIEW
Etichetta antincendio F001 – DIN EN ISO 7010 / ASR A1.3 – Adesivo: 5 cm, 6 pezzi
$ 3.37
QUICK VIEW
Fili per Decespugliatori,10 Pezzi F016800181 Filo Nylon per Tagliabordi per Decespugliatore Bosch ART 26 COMBITRIM,Lunghezza: 30.5 cm, diametro: 3,5 mm
$ 5.62
QUICK VIEW
Allarme di interruzione di corrente, spia LED di alimentazione/guasto Sirena 120dB Allarme di interruzione, 220V
$ 6.75
QUICK VIEW
Everpure EV927218 QL2 Testata per Filtri Everpure
$ 33.79
QUICK VIEW
Connettori rapidi in ottone resistente per tubi da 8 mm, perfettamente adatti per connessioni di apparecchiature di saldatura TIG (3 pezzi)
$ 9.00
QUICK VIEW
30x30 CM Botola Ispezione Cartongesso - Cartongesso 12,5 mm Idrorepellente, Telaio in Alluminio - Adatta per Ambienti Umidi
$ 14.63
QUICK VIEW
Carta da Parati Geometrica Boho Metà Secolo Pellicola Adesiva Geometrica Rotonda Astratto Pellicola Adesiva per Mobili Fantasia Carta da Parati Autoadesiva per Camera Letto Bagno 44,5cmx300cm
$ 12.38
QUICK VIEW
Creatwls Classic Manopole Maniglie ad arco per Comò Porta Casa, 10 pezzi Cucina Tirare Armadio Decorazione Maniglia Porta Cassetto Manopole, Distanza del Foro 96mm
$ 12.38
QUICK VIEW
6 connettori angolari in alluminio, connettori per profilo in alluminio, materiale di fissaggio angolare a 45 gradi, scanalatura M6, 8 montanti, profilo interno in alluminio per stampanti 3D, progetti
$ 9.00
QUICK VIEW
Pinza crimpatrice meccanica 10-120 mm² giallo
$ 33.79
QUICK VIEW
Punta Trapano Brad Point 5.5mm(7/32') Dia Dritto Codolo Tondo Punta Trapano Metrica Brad Point Spirale Punta Elicoidale per Falegname Lavorazione Legno Gomma, Dorato
$ 9.00
QUICK VIEW
Contenitore Elettrico Esterno in Acciaio Inossidabile,Scatola Stagna Elettrica da Esterno, Scatole di Progetto a Parete per Elettronica,Cassetta Elettrica Esterna 50X40X18CM
$ 56.32
QUICK VIEW
Serratura per Porta da Incasso Rotonda, Serratura per Porta in Acciaio Inossidabile 304 con Maniglia Anello di Trazione Maniglia per Porta Esterna con Serratura per Porta Armadio(Oro)
$ 9.00
QUICK VIEW
Set di viti a esagono incassato, 300 pezzi M2,5 x 3-20 mm 12,9 grado in acciaio legato nero con esagono incassato Vite a testa cilindrica con dado
$ 7.87
QUICK VIEW
Set 4 pezzi Curvatubi Piegatubi per Tubi 10-12-14-16 mm, Piegatubi Idraulico
$ 27.03
QUICK VIEW
FEIN Lama da taglio HSS Ø 100 mm, conf, 1 pz., Attacco Starlock Plus, Forma circolare, Dentatura stretta per legno, Lama bimetallica
$ 33.79
QUICK VIEW
Pellicola Adesiva Legno Verde Vintage Carta da Parati Effetto Legno Verde Grigio Carta Adesiva per Mobili Camera da Letto Pellicola Autoadesiva per Cucina Bagno Impermeabile 40cm x 300cm
$ 9.00
QUICK VIEW
7 Pezzi 5 Pollici Cuffie per Lucidatura Auto, Pads in Lana per lucidatura auto, Kit Piatto in lana, Copertura per Lucidatura Lana, per Auto Lucida, con Adattatore Trapano
$ 4.50
QUICK VIEW
Corderie Italiane 006102809 Doppia treccia skipper alta tenacità, giallo flu, 6 mm - 50 metri
$ 21.39
QUICK VIEW
Adattatore per mandrino Trapano da 1/2 '' per conversione Avvitatore a impulsi 1/2-20UNF con Vite da 1 pz
$ 4.50
QUICK VIEW
Gomito a 45° mono parete acciaio inox - Diametro: 130mm
$ 9.00
QUICK VIEW
10x Sacchetti per Aspirapolvere in tessuto Hilti VC 20
$ 19.14
QUICK VIEW
12 Pezzi Bussole per Avvitatore 7 mm Chiavi a Bussola per Avvitatore 1/4 Pollice Chiavi Esagonali a Bussola Magnetico Set Inserti Avvitatore per Avvitatore a Percussione Trapani a Mano
$ 6.75
QUICK VIEW
Avviatore a Strappo Sostituisce GXV120 GXV140 GXV160 HRM195 215 28400ZG9803
$ 15.76
QUICK VIEW
Tappi per Sedie e Mobili in Gomma Morbida – 4 Pezzi – Gommini per Gambe in Legno, Plastica o Ferro di Sedie e Tavoli – Antigraffio e Antirumore per Pavimenti 20 * 30 mm – Nero
$ 4.50
QUICK VIEW
Confezione da 500 viti in acciaio al carbonio fosfato nero, 3,5 x 25 mm, con testa svasata a croce Phillips, per cartongesso, legno e truciolato (500, 3,5 x 25 mm)
$ 10.13
QUICK VIEW
IRWIN 12L3 Original - 12LC Pinze autobloccanti a ganascia ampia 12”/300 mm. Serraggio 79mm
$ 15.76
QUICK VIEW
Bayerwald - Lama per sega a nastro per metallo, 1638 x 13 x 0,65 x 10 mm, 14 ZpZ, M42, in acciaio e metalli non ferrosi
$ 14.63
QUICK VIEW
Beta 430 6 - Serie di 3 maschi a mano sgrossatore, intermedio, finitore passo grosso in acciaio al cromo
$ 5.62
QUICK VIEW
Livella laser, laser a piombo a 2 punti verdi, linea orizzontale 110° x linea verticale 180°, laser a linea trasversale da 82 piedi per layout e impianti idraulici - 9211G
$ 32.66
QUICK VIEW
3 Metri metro a nastro di misurazione autoadesivo 3m, Destra a Sinistra metro a nastro in acciaio 3 metri, metro a nastro metrico con adesivo sul retro, metro flessibile
$ 5.62
QUICK VIEW
Sostituzione Roto Upvc Single Mandrino Serratura Della Porta Cambio Multi Point 35mm 92mm
$ 29.28
QUICK VIEW
Silverline 633761, Sacchi per calcinacci, 5 pz.
$ 5.62
1
...
2537
2538
2539
2540
2541
2542
2543
2544
...
2648
BACK
Shopping Cart