{{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
Ryobi RHT6060RS RHT6060RS-Tagliasiepi con lama da 60 cm, capacità di taglio 28 mm, 600 W
$ 46.18
QUICK VIEW
115 Pezzi Dado Cieco a Calotta in Acciaio Inox M4 M5 M6 M8 Dado Coprente Set DIN 1587 Forma Alta Dadi Coprenti A2 V2A Dadi Coprenti Esagonali per Auto Moto Legno e Acciaio Arredamento
$ 6.75
QUICK VIEW
Lama Seghetto per Sega a Mano Bimetallica per Metallo, 8% Cobalto 24 TPI, 10 Pezzi
$ 7.87
QUICK VIEW
Archer 2 Catene per Motosega da 50,8 cm, compatibili con la Maggior Parte di motoseghe Parker 62 CC con Catena 0,325
$ 21.39
QUICK VIEW
Rubinetto Cucina Nero Matte, Rubinetto Lavello Cucina con 3 Modalità di Spruzzo, Rubinetto Lavello Cucina ad Arco Alto Estraibile con Rotazione a 360°per Lavelli da Cucina, Acciaio Inox
$ 38.29
QUICK VIEW
FAMATEL - Scatola stagna | Coperchio con viti | Senza coni | 200x200x60 | Grigio
$ 5.62
QUICK VIEW
Tubo di ricambio per idropulitrice ad alta pressione, 8 m, kit per la pulizia dell'acqua M22 14, connessione lunga 8 metri
$ 11.25
QUICK VIEW
TAGLIAERBA DECESPUGLIATORE a SCOPPIO 52cc a ZAINO A SPALLA GIARDINAGGIO
$ 59.70
QUICK VIEW
NEIKO 02256A Argano, capacità di trazione di 5 tonnellate (4,5 kg), 3 ganci, cavo di alimentazione resistente con doppio ingranaggio, cavo per argano manuale, estrattore per argano automobilistico,
$ 57.45
QUICK VIEW
Gancio per Macellaio, 30 Pezzi Gancio a S in Acciaio Inox, Ganci per Carne,Gancio a Forma di S per Macellaio,Cucina, Affumicatura, Lavorazione della Carne (15cm)
$ 9.00
QUICK VIEW
Setaccio per il terreno, setaccio multifunzionale per ghiaia, riutilizzabile, strumento per bonsai di grande capacità per la preparazione del compost
$ 13.51
QUICK VIEW
Dischi da taglio diamantati per smerigliatrice angolare da 230 mm con foro da 22,23 mm, taglio rapido e pulito su cemento, cemento armato, marmo e granito, pietra arenaria, mattonelle di mattoni o
$ 12.38
QUICK VIEW
testina decespugliatore,Testina Di Ricambio Per Diserbanti Per Decespugliatori E Decespugliatori Fs55 Fs56 Fs70,Testina Del Decespugliatore, Fs80, Fs85, Fs87, Fs89, ect
$ 10.13
QUICK VIEW
Tubo in schiuma per supporto impugnatura, isolamento tubo, 28mm ID 38mm OD 2m di lunghezza Rosso
$ 12.38
QUICK VIEW
Strumento avanzato di allineamento di precisione per trapani e fori, per una foratura accurata ed efficiente, ideale per progetti in legno, metallo e muratura, migliora il temperamatite da falegname
$ 4.50
QUICK VIEW
Lavello singolo da incasso, da 60 x 44 cm, in granito composito puntiforme, reversibile, con sifone, Nero
$ 105.89
QUICK VIEW
Mirka DEROS II 625 Levigatrice eccentrica con aspirazione per abrasivi a strappo Ø 150mm / orbita 2.5mm Levigatrice orbitale per levigatura senza polvere del legno, cartongesso e metallo / MID6254044
$ 111.53
QUICK VIEW
Sparachiodi,Pistola Sparachiodi,Spara Chiodi Per Cemento E Ferro,Portatile Nail Gun Regolabile con 200 Chiodi(7.3mm) Occhiali di Protezione e Custodia in Plastica Portatile per fissare (Arancione)
$ 22.52
QUICK VIEW
M2,5 x 35 mm 304 Viti a testa tonda Phillips in acciaio inox Bullone 60 pezzi
$ 6.75
QUICK VIEW
155 pezzi 6 misure Tappi per Fori in Plastica, 3/16', 1/4', 5/16', 3/8', 1/2', 1' Tappi Copriforo Bianchi Tappi Copriforo Tappi Armadio Copriforo per Cucina Armadio Mobilia (Bianco)
$ 3.37
QUICK VIEW
Levigatura a mano, supporto per carta vetrata manuale blocco per levigatura artigianale in pelle bordi lucidatura clip di levigatura
$ 4.50
QUICK VIEW
Electraline 70303 Lampada Portatile da Lavoro con cavo 5 metri, 60W, Uso in Cantiere/Ispezione/Officina/Cantina/Lavoro/Garage, Griglia in Metallo
$ 15.76
QUICK VIEW
306521 cuscinetti a sfera non standard, 30 x 65 x 21 mm (1 pezzo), diametro interno 30 mm, diametro esterno 65 mm, spessore 21 mm
$ 11.25
QUICK VIEW
Keadic 1200 pezzi 10/13/16/19/22/25 mm nero scarpe chiodi kit assortimento, chiodi antiscivolo in acciaio al carbonio puntine di ricambio per stivali, pelle, tacchi, suole, scarpe riparazioni
$ 6.75
QUICK VIEW
Beta 910AS 1/2 - Chiavi a bussola con attacco quadro femmina 3/8' bocca poligonale, cromate
$ 5.62
QUICK VIEW
Lama per tosaerba da 31,5 cm compatibile con Parkside PRMA 20-Li B2 (PRMA20-LiB2)
$ 7.87
QUICK VIEW
DIN-7991 C-10.9 M-8 X 30 N - Unid: 100
$ 11.25
QUICK VIEW
600 lumen torcia tattica con ricarica magnetica per pista Picatinny
$ 21.39
QUICK VIEW
ABB AF40-30-00-13 CONT 3P 40A 100-250V AC/DC
$ 59.70
QUICK VIEW
6pz Manopole ad Alette a T a Farfalla, Manopola Serraggio Vite M4 x 50mm Filettatura Maschio Viti Acciaio Inossidabile 304 Maniglia 27mm Dia per Sostituzione Manopola, Bianco
$ 4.50
QUICK VIEW
Simulatore TV, deterrente con sensore crepuscolare, grazie alla simulazione della luce perfetta come protezione anti-intrusione, sicurezza domestica, televisore cattura/falso.
$ 7.87
QUICK VIEW
41001000 - Accesorio Pasacables Para Pasar Cabeza Guía Standard Ø6mm, M5Acero,Standard 6mm
$ 4.50
QUICK VIEW
Listone Legno Pino Impregnato Autoclave mm 35 x 95 x 1500 Tavola Morale Esterno
$ 4.50
QUICK VIEW
Facom 678006-Punta a Gradino Iso
$ 57.45
QUICK VIEW
Gancio Ganci per Quadri mod. Giglio tipo Piccolo 33x18 mm colore Oro bl. 5 Pz
$ 3.37
QUICK VIEW
Set di 10 viti a testa martello, M10 x 25 mm, in acciaio inox, con dado flangiato, per moduli in PVC, profilo in alluminio fotovoltaico, serra, guida di montaggio solare
$ 6.75
1
...
104
105
106
107
108
109
110
111
...
2648
BACK
Shopping Cart