{{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
5 Pezzi Accessori Decespugliatore, Ricambi e Accessori Decespugliatore a Scoppio, Lama Dado Fissaggio Kit, Kit Adattatore Tosaerba,per Tosaerba,Macchina per L'Irrigazione
$ 6.75
QUICK VIEW
20 Pezzi Set O-ring Compatibile Con Ugello Per Tubo Lancia Karcher K2 K4 K5 K6 K7 Guarnizione O-ring Di Ricambio 2.640-729.0 Guarnizione In Gomma Accessori Per Idropulitrice
$ 7.87
QUICK VIEW
Confezione da 400 viti per legno in acciaio zincato 4,0 x 35 mm, viti a testa Pozi-Drive, elementi di fissaggio, viti a testa svasata, viti per legno e truciolato (400)
$ 9.00
QUICK VIEW
Set per bidet con doccetta e supporto da parete in acciaio inox con 2 guarnizioni per WC e soffione doccia
$ 11.25
QUICK VIEW
Pezzi di ricambio dell'ancora del rotore dell'armatura per martello demolitore per Bosch GBH11DE GSH11E, lunghezza 208mm, include l'ancora del rotore, la spazzola di carbonio, il cuscinetto
$ 31.53
QUICK VIEW
Livelynine Carta da Parati Camera da Letto Righe Beige Carta da Parati Autoadesiva Muro Retro 40CMx5M Carta Adesiva per Mobili Cucina Lavabile Rivestimento Parete Adesivo Soggiorno Effetto Tessuto
$ 11.25
QUICK VIEW
Adattatore convertitore riduttore per tubo flessibile per aspiratore, raccordi per tubi di aspirazione, collettore di polveri, accessorio di fissaggio in PVC (da 50 mm a 75 mm)
$ 7.87
QUICK VIEW
Staffa per grondaia in ferro zincato 125mm marrone rame, staffa per grondaia semicircolare, facile da montare senza saldature
$ 9.00
QUICK VIEW
NN99 Kit système de contrôle d'accès de Porte IP68 Clavier étanche RFID Clavier + Verrou Magnettique électrique 180KG + 10pcs Porte-clés
$ 39.42
QUICK VIEW
Leica Lino P5 – compatto laser a 5 punti dotato di innovativo adattatore magnetico (fascio laser rosso, portata di lavoro: 30 m)
$ 111.53
QUICK VIEW
BSD Interruttore Galleggiante per Pompa Immersione - Galleggiante per Pompa Sommersa - 125V/250V, 10A, 35cm Cavo
$ 11.25
QUICK VIEW
Piatto abrasivo da 125 mm, con 8 fori e sistema di fissaggio e velcro, piatto abrasivo per Bosch PEX 300 AE e PEX 400 AE
$ 7.87
QUICK VIEW
Runtoo Adesivi Murali Cucina Frasi Adesivi da Parete Cucina Scritte Moderna Decorazioni Muro Cucina Sala da Pranzo Ristorante
$ 9.00
QUICK VIEW
STADIA IN ALLUMINIO 100X25 H.400
$ 28.15
QUICK VIEW
5PCS Kit di Attrezzi per Intagliare Legno, Strumenti per Intagliare il Legno Kit per Intagliare il Legno Professionale Attrezzi Intaglio Legno a Mano per La Lavorazione Del Legno Fai Da Te
$ 4.50
QUICK VIEW
W.GERÄTESTECK.IP67 90°2P+E16A 220V 6H
$ 6.75
QUICK VIEW
Heavyrack Scaffalatura a 8 Ripiani di design per magazzini 2x Set - Robusta scaffale in Metallo Senza bulloni per ripostigli, soggiorni
$ 30.41
QUICK VIEW
Shelly Plug S MTR Gen3 Nero, confezione da 4 prese intelligenti certificate opache, con monitoraggio della corrente e display LED multicolore, telecomando iOS Android APP, Google Home+Alexa, timer
$ 69.84
QUICK VIEW
Grohe 46173NC0 Doccetta Estraibile per Miscelatore Lavello, Grigio (Chrome/Night Time Grey)
$ 28.15
QUICK VIEW
Porta Doccia Bianco 140 CM H185 Vetro Serigrafato MOD. Blanc
$ 94.62
QUICK VIEW
Ryobi RSI4-120G, Saldatore a Batteria Ricaricabile con USB-C, Temperatura Fino a 460 °C, Luce LED, Impugnatura Ergonomica, per Progetti di Hobbistica, 1 Batteria da 2,0Ah Inclusa
$ 31.53
QUICK VIEW
Staffa per corrimano in acciaio inox, supporto da parete, staffa di montaggio con viti 60 x 80 mm, argento, set da 5 pezzi (A)
$ 10.13
QUICK VIEW
Zanca Telescopica Quadra sfilo cm 35-60 Pali 25-60 Serie Economica cod E018
$ 37.17
QUICK VIEW
Estintore a bastoncino Moxa, robusto estintore a bastoncino Moxa per uso in salone
$ 6.75
QUICK VIEW
Riscaldatore a cartuccia MAXIWATT® - Elemento riscaldatore (Diametro: 6.5mm - Lunghezza: 50mm / 230V / 250W / 250TLS). Resistenza a cartuccia.
$ 11.25
QUICK VIEW
Nastro Catarifrangente Adesivo, 10m x 5cm Strisce Catarifrangenti Adesive, Nastro Adesivo Catarifrangente, Nastro Riflettente Giallo, Nastro Segnaletico Adesivo, Per Veicoli, Auto, Rimorchi, Barche
$ 7.87
QUICK VIEW
Fischer Set di tasselli con viti Torx e 6 pezzi (280 pezzi) 5 x 25 6 x 30 8 x 40 10 x 50 mm
$ 20.27
QUICK VIEW
CISA - Serratura per Porte in Ferro da Applicare 15052160179 - Serratura in Acciaio Zincato con Cilindro e Tirante in ottone - Serratura Cancello Esterno Entrata 60 - Mano Destra Applicare
$ 19.14
QUICK VIEW
Interruttore senza fili: 433 MHz + WiFi, senza fili, illuminazione radio, interruttore RF e ricevitore (2 interruttori, 2 ricevitori)
$ 12.38
QUICK VIEW
TOP CHARGEUR * Adattatore Caricatore Caricabatteria Alimentatore 12V per Trapano Black & Decker EPC12CA-QW tipo 01 EPC12CA QW
$ 7.87
QUICK VIEW
3x A4 Foglio Compensato 8mm Pannelli Multistrati di Betulla (210 mm x 297 mm) per bricolage e lavori a traforo legno di qualità professionale BB/BB
$ 10.13
QUICK VIEW
1050071040070 - Taraud Machine HSS, Iso, Gun Contical, Ø M470 Main
$ 5.62
QUICK VIEW
Oumefar Modulo Relè Temporizzatore AC 220V 1-99 Secondi/1-99 Minuti Modulo Relè Ritardo Intervallo di Tempo Timer Ciclo con Display a LED
$ 9.00
QUICK VIEW
50 fitsche Anelli – Ø 18,8 mm Esterno/Interno Ø 13,2 mm
$ 5.62
QUICK VIEW
FB35:Lama ricambio per seghetto FST1-FST2-FST3
$ 7.87
QUICK VIEW
8mm x 1mm x 300mm(ODxMuro TxL) Rame Tube - 1pz - Buono per Macchinari Attrezzature Bricolage decorazionetivo Telaio - Rotondo Metallo Tubi
$ 7.87
1
...
2480
2481
2482
2483
2484
2485
2486
2487
...
2648
BACK
Shopping Cart