{{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
Nastro abrasivo per levigatura, 100 mm x 915 mm, per lavorazione del legno, materiali da costruzione, tessile, lucidatura dei metalli (5 pezzi, 120 grane)
$ 11.25
QUICK VIEW
Lima in acciaio al carbonio T12 da 8 pollici, taglio medio, per limatura di metallo tenero, alluminio, stagno, rame, plastica dura, legno duro, file metallico di qualità premium (rotondo)
$ 5.62
QUICK VIEW
Fascette Metalliche Stringitubo 32-50mm 12 Pezzi - 304 Fascette Stringitubo Inox - Regolabile Fascette Acciaio Inox – W4 Fascette Inox Per Tubi Piscina,Giardino,Gas,Lavatrice,Auto E Acqua
$ 6.75
QUICK VIEW
5 galloni generatore universale serbatoio carburante 18,9L attrezzatura applicabile alla maggior parte dei generatori
$ 29.28
QUICK VIEW
C65789 - Set di 50 dadi inserti esagonale M6x8mm cavi - lunghezza 10mm - bussola per avvitare - raccordo per montaggio mobili - armadio cassettiera - in acciaio
$ 5.62
QUICK VIEW
M5 X 0,75 Filettatura Destra Maschio, HSS M5 x 0,75 Dritto Maschio Macchina scanalato
$ 4.50
QUICK VIEW
2pz Chiave a Dado Metrico 13mm Cr-V con Asta Cava, Cacciavite a Bussola Esagonale con Punta Non Magnetica e Manico Antiscivolo per Riparazioni Automobilistiche
$ 10.13
QUICK VIEW
Rubi 1950 - Rodel 18 millimetri.
$ 12.38
QUICK VIEW
15 Pezzi Manopola a Vite M8×25mm,Viti a Testa Stella in lega di zinco, Vite a Manopole a Forma di Stella, Viti a farfalla per Macchine, Mobili ed Elettronica, Nere
$ 5.62
QUICK VIEW
5 supporti in acciaio INOX da parete per corrimano
$ 13.51
QUICK VIEW
Filtro dell'Aria tagliaerba Tosaerba 17211-ZL8-000 + Coperchio 17231-ZM0-000 compatibilie con Honda GCV135 GCV190 GCV160
$ 7.87
QUICK VIEW
Art Plast 322/1 Pannello Porta Contenitori, Nero
$ 10.13
QUICK VIEW
195320 - Mango en T con llave Torx inviolable T-20 x 100
$ 3.37
QUICK VIEW
Soffiatore a batteria Husqvarna Aspire B8X-P4A - con batteria 4ah e caricabatterie inclusi, maneggevole e potente con 3 potenze regolabili
$ 111.53
QUICK VIEW
Efco Motosega a benzina MTH5600 da 50,8 cm
$ 111.53
QUICK VIEW
iVengo® XL raccogli cavi scrivania testato TÜV [2x50 cm] per una ideale cable management scrivania - spaziosa nascondi cavi scrivania [set di 2] - robusta e intelligente porta cavi scrivania - bianco
$ 30.41
QUICK VIEW
Set di accessori per pistola ad aria calda, 9 ugelli, 35 mm, ugello riflettore ugello a getto largo ugello riduttore per stazione di saldatura
$ 9.00
QUICK VIEW
Mandrino Autoserrante Heavy Duty Keyless Drill Chuck Trapano Mandrino Chiusura Rapida con Adattatore SDS(2-13mm)
$ 5.62
QUICK VIEW
Bulldog Francese Fulvo ATTENTI al Cane Esiste LA Vita Dopo LA Morte? Targa Cartello INSEGNA (PVC)
$ 6.75
QUICK VIEW
Prity Stufa a legna, 10 kW, ghisa, multi combustibile, nero grafite, riscaldamento
$ 111.53
QUICK VIEW
Elleci | Rubinetto cucina Granitek | CLOUD | Colore : G43 Tortora
$ 70.96
QUICK VIEW
Forno di Rifusione T962/T962A/T962C/T962A+ Macchina di Rifusione Automatica Saldatrice Riscaldatore A Infrarossi con Circolazione di Aria Calda per Prove di Saldatura SMT PCB,T-962
$ 111.53
QUICK VIEW
KS Tools 911.1556 3/8' Bussola p.viti Torx,lunga,T45
$ 6.75
QUICK VIEW
Sei spazzole di ricambio in carbonio adatte per motosega McCulloch modello X73 e Flymo serie D94
$ 4.50
QUICK VIEW
HÖGERT TECHNIK - Piastra di porco, asta di porco esagonale in acciaio al carbonio, leva ottimale e resistenza alla flessione, 1000 x 19 mm, durezza HRC 42-48
$ 7.87
QUICK VIEW
Torcia Da Caccia 5200 Lumen, TrustFire 3T6PRO Torcia LED Potente Professionale, Tattica Militare Torcia Elettrica, Ricaricabile USB, per Caccia Soccorso Emergenza Campeggio Trekking
$ 36.04
QUICK VIEW
BG - Interruttore elettrico singolo, colore: Bianco, bianco, 912-0J
$ 3.37
QUICK VIEW
Cono in gomma altezza 50 cm con 3 fasce rifrangenti classe 1
$ 13.51
QUICK VIEW
TROMBA A COMPRESSORE MARCO 12 volt 5 CONI LA CUCARACHA
$ 38.29
QUICK VIEW
Fluidmaster Performax 400H-002 Valvola di riempimento universale per WC ad alte prestazioni per serbatoio e vaschetta di controllo dell'acqua, multicolore, confezione da 1
$ 15.76
QUICK VIEW
Profilo rampa in MDF, striscia di soglia, lunghezza 1 m, larghezza 44 mm, altezza regolabile da 6 a 12 mm, striscia di transizione per pavimenti in laminato e legno, facile da installare
$ 13.51
QUICK VIEW
Hikvision iDS-7208HQHI-M1/XT DVR XVR AcuSense 8 ch 1080p 1U H.265 (Sostituisce cod. iDS-7208HQHI-M1/S) HDD non incluso
$ 78.85
QUICK VIEW
ALIMENTATORE TRASFORMATORE PER LED ACTEC CON MORSETTIERA CV MODE 24 V 75 WATT TENSIONE COSTANTE
$ 13.51
QUICK VIEW
2 lame per seghetto alternativo T225B da 250 mm, compatibili con Bosch, compatibili con Metabo, compatibili con acciaio ad alto tenore di carbonio Makita
$ 7.87
QUICK VIEW
ATOPLEE M22 x 1 mm, filettatura metrica destra, 1 pezzo
$ 10.13
QUICK VIEW
KS Tools 117.1604 Chiave Maschio Esagonale Piegata Isolata, 6 mm
$ 7.87
1
...
141
142
143
144
145
146
147
148
...
2648
BACK
Shopping Cart