{{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
Vorel® Avvitatore a cricchetto ad aria compressa 1/2', 6,3 bar, 69 Nm, 113 l/min, cricchetto ad aria compressa per compressori
$ 19.14
QUICK VIEW
Fresa per Spianare Fresa per Legno Gambo 8mm Fresa CNC Diametro Fresa a Spianare per Legno Diametro di Taglio 40 mm con 4 Inserti Fraiser in Carburo di Tungsteno Fresatrice Verticale Legno
$ 30.41
QUICK VIEW
Lampadine per carburatore, strumento per tosaerba, 5 lampadine per primer per tosaerba, adatte per tosaerba, carburatore soffiatore
$ 7.87
QUICK VIEW
10 pezzi Set di pinze, Set di pinze a molla ER16 Pinza di serraggio per macchina per incidere di CNC, Portautensili per tornio
$ 12.38
QUICK VIEW
Sonda Sturatubi Professionale 3m Diametro 10 mm, Spirale per Pulizia Tubi, Stura Lavandini e Scarichi Professionale, Molla Sturatubi, Sturatubi Stura WC, Coclea Di Drenaggio per Pulire Le Tubature
$ 10.13
QUICK VIEW
LAMA PER SEGA A NASTRO IN ACCIAIO AL CARBONIO CON DENTE TEMPERATO E DORSO FLESSIBILE DA 2240 mm X 16 mm X 0,8 mm DENTI PER POLLICE 6
$ 11.25
QUICK VIEW
Lucchetto intelligente con 5 modi per sbloccare, lucchetto impermeabile con impronte digitali con chiavi e schede IC, compatibile con app Tuya, lucchetto a combinazione Bluetooth per recinzione,
$ 39.42
QUICK VIEW
Tubo di ingresso dell'acqua autoadescante per idropulitrici Karcher K2, K3, K4, K5, 1 5 m, tubo in plastica con connettori (1,5 m di aspirazione)
$ 5.62
QUICK VIEW
Sospeso bidet Duravit Architec
$ 99.13
QUICK VIEW
Chiusino pedonabile in polipropilene con griglia completo di telaio (40 x 40 cm)
$ 6.75
QUICK VIEW
Griglia di aerazione e ventilazione in Pietra Leccese per tubo ø 100mm 120mm 150mm uso interno esterno con rete alluminio anti insetti e trattamento idrorepellente TUTTE LE MISURE GRPL029 MONTEDURO
$ 14.63
QUICK VIEW
2 Pezzi Nastro Luminoso, 3metri x 1.5cm/2cm Nastro Fluorescente Adesivo, Glow in The Dark Tape, Nastro di Avvertenza, Nastro Sicurezza Autoadesivo, Rimovibile Impermeabile
$ 5.62
QUICK VIEW
P5 KERACOLL KG.5 (047523)
$ 22.52
QUICK VIEW
Campanello radio con presa europea, campanello senza fili, portata 260 m, 0 dB-110 dB, campanello espandibile, IP55, impermeabile, per esterni, con lampeggiante a LED, senza fili
$ 21.39
QUICK VIEW
MSW Levigatrice Rotorbitale Professionale Palmare Elettrica MSW-ES-350 (350 W, Ø 150 mm, 10.000 giri/min)
$ 87.86
QUICK VIEW
Dorma Glas Muto 150 - Set di ammortizzatori per porta scorrevole, spessore vetro 8-13,5 mm, peso alare: fino a 150 kg, in plastica/acciaio
$ 111.53
QUICK VIEW
USAG - 236 K/C 13 - Prolunga a catena per bussole da 1/2 con 12 bussole
$ 111.53
QUICK VIEW
4 Pezzi Corde Elastiche con Moschettone, 30/60/90cm Cinghie Elastiche con Ganci a Moschettone, Robuste Extra Lungo Cavi Elastici per Portabagagli Campeggi Motociclette
$ 4.50
QUICK VIEW
Cancanle Spina di Scintilla Candela per STIHL TS400 TS410 TS420 TS460 017 018 021 023 025 MS180 MS170 MS210 MS230 MS250 Motosega
$ 9.00
QUICK VIEW
ABUS 357664 - H701 Aspa de control de acero endurecido rojo 115x45 mm
$ 4.50
QUICK VIEW
Confezione da 3 ganci a S in pelle, ganci multiuso con passanti in pelle, ganci a S per cucina, bagno, esterno, ganci da campeggio a forma di S (marrone)
$ 4.50
QUICK VIEW
MANDRINO AUTOSERRANTE Ø 2 ÷ 13 mm ATTACCO FILETTATO 3/8' PER TRAPANO
$ 9.00
QUICK VIEW
TROTEC Termoventilatore a presa TFC 1 E | timer 1-12 ore | 500 watt | 15 a 30°C
$ 13.51
QUICK VIEW
Chiudiporta, Molla Chiudiporta Silenzioso Leggero e Silenzioso per Porte da 30 kg, Chiudiporta Regolabile a Molla con Asta di Regolazione, Piastra di Montaggio e Viti, per l'home Office
$ 7.87
QUICK VIEW
LOVIVER Chiudiporta a Scomparsa, chiudiporta Automatico, Facile Installazione chiudiporta Domestico, chiudiporta Invisibile, chiudiporta Automatico per Cucina, Nero
$ 6.75
QUICK VIEW
Svolgitore di cavi monoblocco 800 kg
$ 111.53
QUICK VIEW
1200 Pezzi Puntalini Elettrici a Crimpare, Puntalini Elettrici Doppia, Puntalini a Crimpare, Terminali a Capicorda 0,5-10mm², Capicorda Elettrici per Cavi Elettrici
$ 5.62
QUICK VIEW
Gomito Del Tubo Di Ventilazione 90/45 Gradi, Connettore a Curva Per Tubo Tondo di Ventilazione Per Tubi 100/125/150 mm, Condotto di Ventilazione in Plastica PS, Connettore Del Tubo di Raccordo
$ 7.87
QUICK VIEW
DORMAKABA TS72V Dimensione 2-4 Chiudiporta sopraelevato - SE C/W Backcheck
$ 49.56
QUICK VIEW
Mandrino per Avvitatore, Mandrino SDS Mandrino Autoserrante 3/8-24UNF 0.8-10MM Clip Mandrino Autoserrante con Attacco per Asta Esagonale 1/4'
$ 7.87
QUICK VIEW
Relaxdays Gancio Porta Attrezzi da Giardino, L: 24 cm, Appendi Accessori Giardinaggio, Portaoggetti Officina, Marrone, Acciaio, 7,5 x 9 x 24 cm
$ 12.38
QUICK VIEW
Dischi abrasivi professionali │ 180 pezzi │ 8 fori │ Ø 125 mm │ 30 x 40/60/80/120/180/240 grana ciascuno │ per levigatrici eccentriche │ fogli abrasivi │ carta vetrata │ platorelli
$ 12.38
QUICK VIEW
KD89 Set di 3 pinzette di precisione in acciaio anti-magnetico, n. 1, n. 3, n. 5, metallico
$ 10.13
QUICK VIEW
Sostituzione del Gruppo Carburatore per Carburatore Trimmer HS 75 80 85 HS71 HS80 HS85
$ 10.13
QUICK VIEW
REV Ritter 0515471555 - Contatore trifase 3x220/380, 10 (40) A
$ 18.01
QUICK VIEW
fascette plastica lunghe,450mm x 9mm,Resistenza alla trazione 80 kg,25 pezzi,Nere
$ 3.37
1
...
247
248
249
250
251
252
253
254
...
2648
BACK
Shopping Cart