{{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
20 Pezzi Tasselli di Espansione, M8 × 52 mm Cartongesso Corpo cavo in Metallo, Tasselli per Cartongesso, Zincati Tasselli Metallici a Espansione, Fissaggio in Cartongesso, per Lastre e Pannelli
$ 5.62
QUICK VIEW
4 staffe per radiatore a doppio braccio tradizionale (antracite) con viti libere (110 mm (A) x 55 mm (B), antracite)
$ 19.14
QUICK VIEW
40 Pezzi Dadi con Alette/Orecchie,Dado a Farfalla,M3,Robusto e Durevole, antiruggine e anticorrosione, Adatto per macchinari, petrolchimico
$ 4.50
QUICK VIEW
Alberts 330255 Squadretta di giunzione, Acciaio, 50 x 50 x 40 mm / 50 pz
$ 18.01
QUICK VIEW
per Dayi 21V Trapano Elettrico Sensorless Brushless Motor Assembly Kit con Sistema di Controllo per Auto RC, Albero Motore di Ricambio (C)
$ 3.37
QUICK VIEW
Taglierino per Vetro Professionale, XiXiRan Tagliavetro in Carburo, Tagliavetro Diamantata, Tagliavetro Carburo Tungsteno, Tagliavetro per Vetro Spesso, 2-20 mm, per Taglio di Vetro e Piastrelle
$ 6.75
QUICK VIEW
Kit Hygge Home Classe V - Cronotermostato Wi-Fi a batteria con ricevitore wireless uscita Modbus e gateway IOT, Classe V (Reg. 811/2013)
$ 104.76
QUICK VIEW
maniglie per mobili da cucina nere 96mm, 6 Pezzi Maniglie per Mobili da Cucina Maniglie nere per armadietti- maniglie per mobili da cucina nere
$ 6.75
QUICK VIEW
100 ganci a S piccoli, 14 mm, piccoli ganci in metallo in acciaio inox, a forma di S, per fai da te, gioielli da appendere, portachiavi per giorno (argento)
$ 3.37
QUICK VIEW
PLACCA 142 MM BIANCO CON PULSANTE COPRI AVVOLGITORE MOTORE TAPPARELLA TAPPARELLE
$ 9.00
QUICK VIEW
Ibergrif M22002 - Miscelatore d'acqua a Parete, Rubinetto per Lavatrice a Freddo Singolo, Cromo
$ 5.62
QUICK VIEW
Canalina Passacavi, Canalina Passacavi Adesiva, Nascondi Cavi, Per Nascondere Cavi Di Alimentazione, Cavi Degli Altoparlanti O Cavi Tv In Casa O In Ufficio (10mm*10mm,10PCS,4 M)
$ 6.75
QUICK VIEW
Oregon PowerCut 22LPX Catena per Motosega con Passo da 3/8', Calibro .063' (1,6 mm) con Taglienti Full Chisel, Barra da 50 cm (20') e 72 Maglie, Compatibile con AEG, Carver e Stihl
$ 19.14
QUICK VIEW
Adesivi Cani, Adesivi Da Parete 3d Con 5 Animali Domestici, In Vinile, Motivo: Cucciolo Di Cane, Adesivi Murali Animali, Carta Parati Animali, Carta Da Parati Cameretta Bambino
$ 7.87
QUICK VIEW
Termostato digitale programmabile per controllo della temperatura ambiente Display LCD Caldaia a gas Termostato di riscaldamento con schermo Alimentato a batteria Perfetto per la regolazione
$ 11.25
QUICK VIEW
Presa, Prese Elettriche da Muro con Interruttore 1 Gang 2 Vie e Presa USB A e USB C, Spina 118m per Ufficio Casa, Nero
$ 9.00
QUICK VIEW
Supporto da parete pieghevole per forno a microonde, bianco
$ 10.13
QUICK VIEW
Sostituzione Carburatore per Motore Briggs Stratton 593432 794653 590399 796077 Tosaerba
$ 12.38
QUICK VIEW
sourcing map 1 passacavi, boccola a scatto per fori con montaggio da 100 mm, in nylon rotondo, per la gestione di cavi e cavi, nero
$ 6.75
QUICK VIEW
Conversa Regolabile Circolare in Rame - Protezione Duratura per il Tetto - Conversa Anti umidità e Impermeabile - Regolabile da 40 a 60 mm
$ 32.66
QUICK VIEW
Ideal Standard Cartuccia Flow, 38 mm, A861156NU
$ 21.39
QUICK VIEW
sourcing map Dadi a T M5 x 12 mm, 4 denti, 1,4 x 1,2 cm, completamente filettati, in acciaio al carbonio, inserti per legno, supporti per arrampicata, mobili, mobili, 50 pezzi
$ 10.13
QUICK VIEW
S&S-Shop Cuffie antirumore per tutte le età, padiglioni regolabili, riduzione del livello di rumore di 27 dB, unisex, per adulti, rosso/nero, Taglia unica
$ 3.37
QUICK VIEW
Ama 12163 Ama 12163 Maschera Professionale per Agricoltura
$ 14.63
QUICK VIEW
Aceirropy Imbracatura da uomo, regolabile, multifunzione, per arrampicata su alberi, corde di ritenuta sicure e cordini per donne, uomini, adulti
$ 11.25
QUICK VIEW
Sensore a microonde, porta automatica universale 12-24 V 24,125 Ghz Sensore di movimento a microonde Sensori porta automatica per controllo accessi porta con apertura automatica di uscita
$ 23.65
QUICK VIEW
Mascherina -50 Pezzi di Protezione Mascherina Protettiva Mono uso a 3 strati per adulti Traspirante e confortevole
$ 3.37
QUICK VIEW
Armadi a chiave - Cassetta delle chiavi: Mini cassaforte per chiavi da parete, Alluminio da 1 mm, Lucchetto a combinazione (Mini Cassaforte delle chiavi, Più piccoli Cassetta delle chiavi)
$ 14.63
QUICK VIEW
Bticino 346020 Alimentatore Supplementare, Bianco
$ 50.69
QUICK VIEW
5pz Gomma O-Ring Nitrile 145mm OD 5mm Larghezza Guarnizione Rondella Guarnizione per Riparazione Macchina Motore Guarnizione
$ 5.62
QUICK VIEW
86 Tipo Regolatore di velocità del ventilatore a soffitto Interruttore a parete con regolazione continua 220V 10A
$ 7.87
QUICK VIEW
Pannello lamellare abete mm 27 - dim: 40x200 cm
$ 27.03
QUICK VIEW
ammortizzatori a chiusura morbida, puntoni a gas, 1 pz Asta pneumatica for porta ribaltabile for carichi pesanti for letto Centro del foro da 210 mm Cerniera a molla pneumatica con corsa da 65 mm Asta
$ 12.38
QUICK VIEW
Smerigliatrice angolare senza fili per batteria Milwaukee da 18 V, 12000 RPM, smerigliatrice angolare senza spazzole da 125 mm, con fusto M14 fino a 5/8'-11 per separare levigatura, lucidatura, con 6
$ 31.53
QUICK VIEW
COPPIA FOTOCELLULA INCASSO SICUREZZA ESTERNO SI ADATTA A FAAC FOTOSWITCH 24V NC
$ 9.00
QUICK VIEW
wolfcraft Set levigatrice manuale da 4 pezzi con tessuto velcrato I 2892000
$ 6.75
1
...
2573
2574
2575
2576
2577
2578
2579
2580
...
2648
BACK
Shopping Cart