{{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
Serratura Doppia mappa per Metallici 25 mm 4 Mandate 70 mm 2 Ch. 661704
$ 10.13
QUICK VIEW
10 X dispositivo manico legno manico manico di scopa con manico in legno Ø 27 mm 170 cm in legno di faggio
$ 27.03
QUICK VIEW
10 x 6 x 2mm Silicone O-Ring x 50pz Sigillo Guarnizione per Guarnizione Idraulica e Rubinetto Flessibile, [Rosso]
$ 4.50
QUICK VIEW
Giravite a croce PZ0x60 F II
$ 7.87
QUICK VIEW
10 fascette stringitubo di presa, fascette per tubi flessibili in plastica a doppia presa rapida, resistenti e veloci, clip per tubo flessibile regolabile per collegamento, fissaggio (8,4-9,3 mm)
$ 3.37
QUICK VIEW
caricabatterie incl. alimentatore compatibile con Hilti 2203932, 418009, B36, B36V batterie Li-Ion di attrezzi (36V)
$ 19.14
QUICK VIEW
Sensore Di Movimento A, Funziona Con Ricevitore Di Campanello Senza Fili
$ 9.00
QUICK VIEW
ENRI Supporto universale per valigetta/cassetta di utensili e attrezzatura da lavoro
$ 4.50
QUICK VIEW
Rosone con Coperchio per Tubi Stufa Ø 8 cm Marrone in lamiera porcellanata
$ 4.50
QUICK VIEW
Batteria compatibile con Lux Tools ABS 12Li 396951 attrezzi da lavoro (2000mAh, 10,8V, Li-Ion)
$ 18.01
QUICK VIEW
Presa 10A 16A bipasso bivalente, Moduli Grigi, grigio, Compatibile Con BTicino Axolute, antenna, ethernet, TV, antenna, USB, schuko, Per Placche originali e compatibili
$ 3.37
QUICK VIEW
Isolante 19 multistrato 20 M2 1,5 x 13,40 m
$ 74.34
QUICK VIEW
Ugello Senza Gas con Nucleo di Flusso da 4 Pezzi, Parti di Saldatura Autoprotette MIG Welder Flux Ugello Senza Gas Accessori per Saldatori MIG da 100 Litri
$ 5.62
QUICK VIEW
DeWalt DCBP518 18v XR Compact Powerstack Li-ion batteria 5ah
$ 67.58
QUICK VIEW
Knipex Pinza Universale con Testa a Punta Bonderizzata Nera, Rivestiti in Materiale Bicomponente 145 Mm (Confezione Self-Service/Blister) 08 22 145 Sb
$ 15.76
QUICK VIEW
Spazzole in Carbonio per Kress fresatrice verticale 1050 P/1050 FME FME/800 FME/530 FM
$ 3.37
QUICK VIEW
Flyshop Tappi rotondi in plastica bianca da 16 mm, per sedie e sedie, confezione da 8
$ 9.00
QUICK VIEW
4 Pcs Chiave Di Spurgo Del Radiatore,Chiavi Triangolari In Metallo Chiave Del Contatore Gas Chiave A Bussola Triangolare Chiave Quadro Elettrico Per Armadi Elettrici Contatore Gas Radiatori Spurgo
$ 4.50
QUICK VIEW
Ariston Next Evo X - Scaldabagno Butano 11 L/min Basso Consumo, Riscaldatore Gas Butano Propano Stagno Termostatico e Low Nox 16,5 x 34,5 x 57 cm Fabbricato per Installazione Spagna
$ 111.53
QUICK VIEW
Kit Filtro Aria GV100 per Honda HR173 HRB423 HRB535 HRG413 Parti di Ricambio per Tosaerba 17211-ZG1-700 AF012 Filtro Spugna in Schiuma Filtro Aria per Moto 4 Pezzi
$ 6.75
QUICK VIEW
25 punte per trapano a mano, 24 mini punte elicoidali (0,6-3 mm) con 1 morsa a perno, utensili rotanti per legno, gioielli, plastica
$ 5.62
QUICK VIEW
Blinky 96899-20 Pensiline in ABS Bronzato, Alveolare, 100x150 cm, Carico Massimo 10 kg
$ 37.17
QUICK VIEW
ECENCE 8 Pezzi Portascope da Muro, Porta Scope Parete, Appendi Scope da Muro per Vanghe e Utensili da Giardino, Acciaio per Molle Grigio
$ 5.62
QUICK VIEW
Accessoire Maquette : Mastic Epoxy Rapide 100g
$ 11.25
QUICK VIEW
Fermaporta Adesivo Ferma Porta Meccanico, Senza Perforazione, Regolabile, Resistente, Fermaporta con Aspirazione Nascosta Regolabile in Altezza per Porte di Garage,Uffici,Abitazioni
$ 6.75
QUICK VIEW
Candado combinación aluminio 20mm amarillo
$ 4.50
QUICK VIEW
Grohe 06073000 Astina a Saltarello
$ 16.89
QUICK VIEW
Set di 20 Mini Frese Diamantate per Intaglio e Lucidatura con Asta da 3 mm, Utensili Rotanti, Ideali per Lavori di Precisione su Pietre, Rocce, Gioielli, Vetro e Ceramica.
$ 4.50
QUICK VIEW
Monitoraggio in tempo reale del consumo di energia, per il misuratore di energia WiFi a 2 vie Tuya, con 12 canali e morsetto (contatore elettrico a 2 vie + CT)
$ 14.63
QUICK VIEW
Getue Wishiot 12V DC Black Mini Piezo Alarm Siren 110dB Insurance Safes Anti-Theft Alarm High-Decibel Buzzer for Car(Pack of 5)
$ 15.76
QUICK VIEW
30 Pezzi Viti di Collegamento M4 X 10 Mm, Viti per Collegare Mobili In Acciaio 304 Inox A2 V2a Vite di Giunzione Vitis A Manicotto Connettore per Armadio (30 Vitis per Mobili, 30 Dadi A Manica)
$ 4.50
QUICK VIEW
5/8' x 18 UNF Imperial tungsteno conicità di acciaio e tappo serie TD078
$ 12.38
QUICK VIEW
tesa Powerbond INDOOR - Nastro di montaggio biadesivo per interni - adesivo forte su entrambi i lati, per un montaggio permanente - 5 m
$ 4.50
QUICK VIEW
10 pezzi PCB Micro Punte Per Trapano in carburo Scanalatura Elicoidale PCB Punta Circuito Stampato 0.3mm
$ 7.87
QUICK VIEW
KDRM-SK-2699 - Segnalatore di segnale RFID intelligente per una facile manutenzione del prato, confezione da 10 pezzi
$ 9.00
QUICK VIEW
vidaXL Ruote in Metallo per Motozappa a Benzina 6,5 HP 2 pz
$ 34.91
1
...
2309
2310
2311
2312
2313
2314
2315
2316
...
2648
BACK
Shopping Cart