{{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
Wera, 1060 i/1062 i/6
$ 15.76
QUICK VIEW
C.R.C. RIFA Tutto Tape
$ 7.87
QUICK VIEW
6 DISTANZIATORI PER MONTAGGIO EXTENSION ADESIVE SHE
$ 5.62
QUICK VIEW
JUROUPI 5 PCS Drag Shield CAP 9-8236 SCHIED CAP per Dinamica Termica SL60 SL100 PK5 Torcia di Taglio
$ 9.00
QUICK VIEW
BLOSTM Sega a Tazza per Legno e PVC - 21PCS Set di Seghe a Tazza 19mm a 152mm con 2 Punte a Forare, 2 Mandrini, Piatto di Installazione, Chiave Esagonale e Custodia Compatta
$ 15.76
QUICK VIEW
Index AZAMG06-Ancoraggio zama zincato bicromato gancio 06 Ud. (Confezione da 50)
$ 18.01
QUICK VIEW
Set di 7 Chiavi Combinate Corte a Cricchetto in Raccoglitore di Plastica
$ 11.25
QUICK VIEW
Grohe Eurosmart 32154002 Miscelatore Monocomando per Lavabo, Taglia S, Cromo
$ 36.04
QUICK VIEW
Pannelli da Tetto Trasparente,Lastra di Copertura in Fibra di Vetro Spessa 1mm,Lamiere Grecate per Copertura Tettoia,per Serra,Lamiere Ondulate,Facile da Tagliare (0.9x2m/35x79in,1 PCS)
$ 15.76
QUICK VIEW
KS Tools 911.1335 Bussola 1/2', serie RIBE, 9 pz, M5-M14
$ 19.14
QUICK VIEW
Bosch Professional 06018B5006, Utensile Multifunzione, multicolore, 36 W, 12 V, Set di 15 Pezzi
$ 111.53
QUICK VIEW
20 Pezzi Fissaggio per Battiscopa, Ganci Per Zoccolo Cucina, Battiscopa Cucina, Gancio Battiscopa Zoccolino Cucina, Clip per Zoccolo da Cucina e Staffe
$ 3.37
QUICK VIEW
Morsetto per la Lavorazione del Legno, Durevole e Robusto con Tubo filettato 3/4 per la casa per Il Negozio
$ 25.90
QUICK VIEW
8 tappi filettati di regolazione, tappi per piedini, presa a incasso per tubi quadrati da 35 x 35 mm, con filettatura interna M8, carico per pareti di spessore 1,5-2 mm
$ 9.00
QUICK VIEW
Gancio assortimento - Acciaio ottonato - 78 pezzi - Gancio e gond a vite - 78 ganci per viti di tipo L e ganci per viti - Assortimento ganci/fissaggi - Per appendere e fissare
$ 4.50
QUICK VIEW
haierdidi Ganci tempesta 2 pezzi con ganci passamontagna in acciaio inox per porta, garage, recinzione, finestre o capannoni con 8 viti di montaggio
$ 3.37
QUICK VIEW
190 Pz Ganci a Vite, Ganci Avvitabili, Ganci a Tazza, Ganci per Soffitto in Metallo, Gancio a Vite per Legno, Ganci per Appendere Piante Luci da Esterno Decorazioni Artistiche - Oro
$ 5.62
QUICK VIEW
Protezione da Sovratensione PV DC, 2 In 2 Interruttore di Separazione, Protezione da Fulmini, Fulmini 2 Stringhe 1000V DC 20-40KA Scatola Connessione Generatore Connessione Solare IP65
$ 34.91
QUICK VIEW
XT20211000371 Nylon M14 Spazzola per smerigliatrice
$ 28.15
QUICK VIEW
4 Lucchetto Combinazione Argento a 4 Cifre - Lucchetto Antiscasso 4,1 x 8 x 1,4 cm - Lucchetto Sicurezza Resistente all’Acqua per Lucchetto Moto, Lucchetto Serranda e Lucchetto Armadietto
$ 10.13
QUICK VIEW
Pannello / Multistrato fenolico pino mm 15 - 60 x 122 cm ( 1 pz.)
$ 20.27
QUICK VIEW
ELETTROPOMPA PER PISCINA MPCM 41 HP 1,5 VOLT 220 CALPEDA
$ 111.53
QUICK VIEW
Nuova Rade Contenitore Porta Doccia in PVC
$ 6.75
QUICK VIEW
Canna fumaria tubo in PLASTICA PPs condensazione DN 80 curva 45
$ 4.50
QUICK VIEW
Porta Blindata Laminata d’Ingresso Design Moderno con Spioncino 2 Serrature Maniglia Passiva Portone Nero con Dettagli Alluminio PL52 (Interna sinistra)
$ 111.53
QUICK VIEW
DAZZLEEX 4 manicotti in gomma con foro rotondo, in plastica e gomma, manicotti in gomma antiscivolo in PVC, braccioli per aste per macchine agricole (122 x 32 mm)
$ 6.75
QUICK VIEW
2 barre di scorrimento a T, in lega di alluminio, strumento per la lavorazione del legno, 300 mm
$ 12.38
QUICK VIEW
40 Pezzi Reggimensola,Supporti per Mensole,Perni per Mensole,Reggi Mensola Armadio,Reggi Mensole,Reggi Mensola,Supporti Mensole,per Armadi,Scaffali,Vetrine,Mobili,2 Stili
$ 3.37
QUICK VIEW
1 pezzo per contorni collegabili, misurazione irregolare, righello per la lavorazione del legno, righello per la misurazione dell'angolo
$ 5.62
QUICK VIEW
Coperta isolante per lavastoviglie, coperta isolante per scaldabagno,Isolamento per tubi Isolamento in cotone | Coperta isolante per lavastoviglie, isolamento murale riutilizzabile per pareti, soffitt
$ 5.62
QUICK VIEW
Kärcher Kit di pulizia tubi PC 7.5 per idropulitrice (lunghezza: 7,5 m), effetto pulizia a 360° grazie all'ugello rotante in ottone e acciaio inossidabile, tubo flessibile di qualità, nero
$ 43.93
QUICK VIEW
BUETPOX 2 Pezzi Guide per Cassetti, Portata 45 kg, con Guide A Sfera, Montaggio Laterale, Metallo, Guide A Tre Sezioni Mute, per Cassetti di Mobili, Cassettiere O Armadi(40cm/16 Inches)
$ 24.77
QUICK VIEW
Set di 2 raschietti, raschietto per rimuovere etichette adesive per rimuovere la vernice, rimuovere la decalcomania con tappo di sicurezza
$ 6.75
QUICK VIEW
Olio Cera Osmo Polyx - Semi Opaco 3065 - Latta 0,75lt
$ 24.77
QUICK VIEW
Saldatrice Inverter MMA 160A con Tecnologia IGBT, Display LED, Anti-Stick/Hot Start/Arc-Force, Saldatrice Elettrodo Professionale per Ferro, Alluminio, TIG, Ad Arco Portatile
$ 66.46
QUICK VIEW
(20 Pezzi) Viti Cilindriche a Testa Cilindrica M5x35mm in Acciaio Inossidabile 304 Nero Ossido a Testa Cilindrica con Esagono Incassato Completo Filettatura
$ 9.00
1
...
235
236
237
238
239
240
241
242
...
2648
BACK
Shopping Cart