{{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
10 ganci a S in acciaio inox, a S, per macellaio, per cucina, affumicatura, lavorazione della carne, barbecue
$ 5.62
QUICK VIEW
4mm x 6mm 1m Silicone Tubo, Tubo flessibile in silicone, Tubo Silicone Flessibile per Industriale ed Elettronica Attrezzatura e Acqua Tubi, Bianco
$ 5.62
QUICK VIEW
Mustad Split Ring Plier Eco- 2019 MT029 - Confezione da 24 pezzi
$ 5.62
QUICK VIEW
Frizione per tosaerba TD33 TD40 TD48 TH34 TH43 decespugliatore, parte di ricambio per frizione
$ 4.50
QUICK VIEW
4717 CIL RIC S/CORAZ.X SERR 8217
$ 19.14
QUICK VIEW
Prolunga per Trapano Magnetico, 3PCS 1/4' Esagonale Portainserti Magnetico Porta Inserti Magnetico, Prolunga Avvitatore Prolunghe Portainserti Porta Punte Con Mandrino per Trapano, 60/100/150mm
$ 7.87
QUICK VIEW
M4 Rondelle Coniche Svasate, Dia Foro 4mm/0,16' Guarnizioni Alluminio per Viti RC/FPV/PC/Drone/Accessori Modelli Meccanici, Confezione da 30 (Nero)
$ 7.87
QUICK VIEW
Pinze per gambe, clip di fissaggio battiscopa ganci per battiscopa (24)
$ 9.00
QUICK VIEW
Batteria di allarme BAT23 Compatibile con BATLi23 MPU01X DAITEM HAGER LOGISTY - 2 x 3.6V 18Ah Li-SOCl2
$ 28.15
QUICK VIEW
ARCORA Rubinetto per lavabo, in acciaio inox 304, con tubi di collegamento da 60 cm, colore: oro
$ 40.55
QUICK VIEW
Spax 0251720800505 - Vite per legno, T-Star plus, 4 tagli, filettatura piena, Wirox, P5J C4, 8 x 50 mm, 50 pz
$ 7.87
QUICK VIEW
Scalpello Da Legno In Acciaio 6MM Robusto Scalpello Piatto Per Intaglio Del Legno In Acciaio Professionale Per Lavori Di Falegnameria E Intagl io Resistente Strumento Di Precisione
$ 7.87
QUICK VIEW
STAFFA DI FISSAGGIO PER VASI E BIDET SOSPESI
$ 5.62
QUICK VIEW
EGD Adesivo murale personalizzato con nome in corsivo - Decorazione per la casa in oro su superficie murale
$ 9.00
QUICK VIEW
Ugello 6-in-1 Power Wash con attacco rapido 1/4 di pollice punta rotante per idropulitrice, angoli di spruzzo regolabili 0-40°, modalità sapone e risciacquo
$ 5.62
QUICK VIEW
Etna VolcanoBat 384Wh/120000mAh Accumulatore di energia a onda sinusoidale pura con batteria LiFePO4, uscite AC/DC/USB-C/Auto, campeggio, caravan, camper
$ 93.50
QUICK VIEW
Pinza Amperometrica, LC-570S-APP Bluetooth Multimetro a Pinza TRMS per AC/DC Corrente Tensione Resistenza Cap Frequenza Diodo Continuità Temperatura NCV con Retroilluminazione
$ 19.14
QUICK VIEW
Corda di avviamento in nylon per tosaerba, adatta per tagliaerba elettrici, colore bianco, varie scelte di diametro e lunghezza, confezione comoda (5 m, 2,5 mm x 5 metri)
$ 4.50
QUICK VIEW
Knipex Electronic Super Knips Xl Brunita, Rivestiti in Materiale Bicomponente 140 Mm 78 61 140
$ 19.14
QUICK VIEW
FERM Tubo aria compressa 5 m 8 bar
$ 10.13
QUICK VIEW
MALTESE attenti al cane mod 1 TARGA cartello IN METALLO (20X30)
$ 5.62
QUICK VIEW
Campana decorativa a forma di cavallo con puledro, 63 x 14 x 27 cm, campana da parete per porta di casa, da appendere, campana in ghisa, campana da giardino, stile retrò, anticato, shabby
$ 22.52
QUICK VIEW
Franke Ambient Pull-out Miscelatore Monocomando Lavello con erogatore Estrai 115.0373.947 Chrome, 409x216 mm
$ 111.53
QUICK VIEW
Hilti 433782 - Punta per trapano TE-CX 5/12 (SDS Plus), dimensioni: 5 x 50 mm
$ 7.87
QUICK VIEW
Presa Bipasso 2P+T 10/16A 250V, Compatibile con Bticino Living Light, Set da 4 Pezzi, Bianco
$ 6.75
QUICK VIEW
Set di estrattori per viti svitate, rotte e danneggiate - 22 pezzi, placcati in oro - Kit di rimozione con punte per trapano, estrattori, estensione per punte e adattatore per bussola
$ 9.00
QUICK VIEW
VEMER VE715900 THERMO GSM - Termostato GSM da Parete a Controllo Remoto via APP, Alimentazione 230V, Bianco
$ 109.27
QUICK VIEW
Electraline 80852 Presa Elettrica Industriale, IEC, 16A, 3P+T, 380V, IP67, Rosso
$ 4.50
QUICK VIEW
FORCE Chiave a bussola 48510046
$ 14.63
QUICK VIEW
4 piedini per scala, 50 x 22 mm, piedini in gomma per scale, piedini di ricambio per scale universali, per lavoratori domestici, scala pieghevole in alluminio, accessori (nero)
$ 6.75
QUICK VIEW
4 Pezz Maniglie Incasso, Acciaio Inossidabile Maniglia Porta Esterna, Moderno Incorporato Maniglia Porta Scorrevole Semplice moderno, Adatto per Ante Armadi, Ante Camere e Cassetti
$ 3.37
QUICK VIEW
GAH-ALBERTS 306632 Cardine ad avvitare, Acciaio, Dorn 16 mm / 110 mm
$ 3.37
QUICK VIEW
18 AWG 3 x 0,75 mm² 3 cavi 45 metri, 3 fili in rame stagnato, PVC 18AWG 3 fili per DC 5V/12V/24V, illuminazione LED, prolunga, auto, ecc. Certificazione CE
$ 46.18
QUICK VIEW
BTicino BT346040 Alimentatore ECO
$ 30.41
QUICK VIEW
SALDATORE A STAGNO ISTANTANEO A PISTOLA 100W - YAMATO
$ 9.00
QUICK VIEW
AOZUO Chiave a 4 vie, 5 dimensioni, triangolare, chiave per acqua, multifunzionale, per contatore del gas, per rubinetto, valvola, rubinetto, rubinetto, rubinetto, armadio, pannello idrante
$ 3.37
1
...
124
125
126
127
128
129
130
131
...
2648
BACK
Shopping Cart