{{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
30 Pezzi Pomelli a Stella M4 x 20mm Vite Filettata in Acciaio Inossidabile 304, 25mm Manopola Zigrinata Vite a Testa Zigrinata a 6 Stelle Plastica Impugnatura Manopola, Nero
$ 10.13
QUICK VIEW
439726 | Piletta di Scarico per Lavello Tipo Basket Senza Troppo Pieno, Foro Ø 90mm, Pilettone Ø 114mm, Piletta Standard da 1'1/2 in Acciaio Inox con Vite e Cestello
$ 12.38
QUICK VIEW
Hansa Hansaeco 59911431 - Cartuccia di comando
$ 38.29
QUICK VIEW
Stihl Autocut C6 – 2 2.0 mm, 1 pezzi, 40067102126
$ 9.00
QUICK VIEW
4 x Supporto per Pali Fissaggio Pali Legno, Supporto Staffa per Palo di Terrazza, Staffa Ancoraggio Regolabili per Pali di Recinzione, Manicotto di Base, Porta Palo Ringhiere Pergola per Pali 90mm
$ 9.00
QUICK VIEW
Valvola di controllo doppia G1/2 1-In-2-Out, doppio rubinetto di controllo a doppia maniglia per bagno bidet e doccia, rubinetti lavatrice rubinetto a parete
$ 10.13
QUICK VIEW
12 pezzi 3M nastro biadesivo adesivi, VHB nastro di montaggio fotocamera auto per auto, cruscotto, impermeabile, resistente al calore forte nastro adesivo adesivi (quadrato e rotondo)
$ 4.50
QUICK VIEW
Profilo Per Bordi Scale Profilo Angolare Riparo Dei Profili Angolari E Bordi Profilo Angolare In PVC Autoadesivo Listello Di Protezione In Plastica Flessibile Facile Da Installare ( Color : Gray , Siz
$ 20.27
QUICK VIEW
Guarnizione con SPAZZ. A 90° per SCORR.LUNGH.3000 MM
$ 15.76
QUICK VIEW
Levigatrice Indietro Pad, 10pz Rettangolo Adesivo Schiuma Sostituzione, Tappetino
$ 12.38
QUICK VIEW
Tacwise 0430 Chiodi Finitura Lucida in Bobina Piatta Tipo 2,7/75 mm, Punta a Diamante, Annellati e Inclinati di 16°, Fascicolati con fil di ferro, Confezione da 6000
$ 42.80
QUICK VIEW
DCG GH05 stufa a gas con turbo con ventola calore 2KW ELETTRICA Piastre riscaldanti in ceramica + funzione turbo • 3 Gradi di calore • 1.5Kw-2.9Kw-4.2Kw/0,7kw(min) 1,5kw(min)
$ 63.08
QUICK VIEW
Corde Elastiche,Bungee Ball,Tenditori Elastici,30 Pezzi Bungee ball Elastico Nero 150mm e 200mm,Corda Elastica per Tendoni Bungee Ball Fissaggio
$ 7.87
QUICK VIEW
4.2mm x 65mm Vite autofilettante a testa wafer, fosfato nero, viti in acciaio al carbonio con testa a traliccio, filo fine, testa phillips flangiata pozi per lamiera, cartongesso e legno (25 pcs)
$ 4.50
QUICK VIEW
518S40050 Tubo per grondaia, Trasparente
$ 19.14
QUICK VIEW
GT LINE, Valigia trolley porta utensili in ABS termoformato ad alto spessore
$ 104.76
QUICK VIEW
Kärcher 6.295 – 624 fluessige nthaerter 6.295 – 624 RM 110 ADVANCE1 1 litri
$ 12.38
QUICK VIEW
Bosch PKS 55 A - Sega circolare
$ 66.46
QUICK VIEW
12 morsetti a C da 30 mm, in acciaio inox, mini morsetto a vite in metallo 304, set di morsetti a C, per saldatura, attrezzi, fai da te, lavorazione del legno
$ 11.25
QUICK VIEW
Set di 12 pomelli per cassetti, colore nero opaco, maniglie per mobili, moderne, con piastra rotonda superiore, maniglie per cassetti per armadio, cassetto, cucina
$ 4.50
QUICK VIEW
WA0037 Copri Bobina per tagliaerba, 2 Copri Bobina di Ricambio Compatibile con WG184 WG190 WG191 WG168
$ 6.75
QUICK VIEW
1 Pezzo Di Ricambio Per Cavo Acceleratore Per Decespugliatore 590900001 578864301 Compatibile Con Husqvarna 524 525 Decespugliatore
$ 6.75
QUICK VIEW
Vibratore Per Piastrelle Compatibile Con Milwaukee 18V Batteria, Vibratore Per Piastrelle Con Ventosa Da 5', 8 Marce, Velocità Regolabile, Capacità Di 60 Kg (Batteria Non Inclusa)
$ 36.04
QUICK VIEW
ARREGUI Basa 20000-S7K Cassaforte da installare mimetizzata sul fondo dell'armadio | Apertura a chiave | 11 x 31 x 38 cm | 11 L
$ 54.07
QUICK VIEW
Piatto Doccia 80X180 cm Slim Bianco In Resina Sintetica e Polvere Di Marmo Con Piletta In Omaggio
$ 111.53
QUICK VIEW
STANLEY 0-68-010 Cacciavite PortaInserti a Crichetto, Set di 10 Inserti
$ 6.75
QUICK VIEW
Mg 13760-10 435 Cilindri per Serratura
$ 7.87
QUICK VIEW
GPW215C - Sega per pietra ad aria umida, 15 cm
$ 111.53
QUICK VIEW
Cilindro Decespugliatore 44mm Pistone Motore Decespugliatore Cilindro Trimmer Ricambio Parti Decespugliatore 49cc
$ 9.00
QUICK VIEW
Mandrino elettrico per recinzioni isolanti, viti per recinzioni elettriche, in plastica, per trapano, rende la vite isolante più veloce e facile da installare senza viti a mano (nero)
$ 7.87
QUICK VIEW
Fresa Scanalatura Router Bit Set, 3 Pezzi 8mm Gambo Fresa Set, Punte per Falegnameria Fresa di Legno, Codolo T-Slot Router Bit Cutter, per Strumenti di Lavorazione del Legno
$ 7.87
QUICK VIEW
Tappo Quadrato Plastica, 16Pz 1.18'/30mm Tubi Tappi Sedie Terminali Plastica per Tubi Quadrati Gambe Sedie Mobili Ferramenta per Tubi Metallici Tappi Recinzioni, Bianco
$ 5.62
QUICK VIEW
SPORWAY DC Interruttore di protezione: 1 Interruttore potente, Sicuro e Affidabile, Per Sistemi a Corrente Continua e Fotovoltaici (1000V)
$ 4.50
QUICK VIEW
DTGN 360pz Assortimento Viti Metriche, M2.5 Kit Bulloni Dadi, Acciaio Inossidabile 304 M2.5x4/6/8/10/12/16/20/25mm Set Bulloni per Viti Testa Esagonale con Rondella Chiave Inglese
$ 9.00
QUICK VIEW
Ronoza Dadi esagonali DIN 985 M6, 20 dadi di sicurezza 304 in acciaio inox A2 V2A M6, dadi autobloccanti, dadi di arresto (nero)
$ 5.62
QUICK VIEW
Soffione Doccia Tondo Cromato Art.b280z
$ 6.75
1
...
256
257
258
259
260
261
262
263
...
2648
BACK
Shopping Cart