{{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
KS Tools 911.3243 1/4' Inserto TORX PLUS®, IP25
$ 3.37
QUICK VIEW
HASKYY Set di chiavi a percussione T20-T80 Torx, 1/2', 10 pezzi, set di bussole Torx, per auto, riparazione del motore, manutenzione dei freni e riparazione del cambio
$ 16.89
QUICK VIEW
Elettrodi 308l 2.5x350 per saldatura acciaio inox, confezione da 100pz
$ 24.77
QUICK VIEW
Interruttore Orario,Interruttore WiFi Intelligente su Guida DIN 1P+N 40A Misuratore di Energia con Temporizzazione Funzione per Elettrodomestici Casa Intelligente,Tuya APP Telecomando 90-240V
$ 14.63
QUICK VIEW
Foro quadrato | Supporto fisso per trapano in acciaio inox non antiscivolo, non facile da arrugginire per trapani e trapani a mano
$ 20.27
QUICK VIEW
Set di 2 punte per fresa a spirale con gambo da 6,35 mm, con rivestimento nano, per rifiniture in legno, set da 2 pezzi
$ 21.39
QUICK VIEW
Carta Da Parati Jungle Hygge Carta da parati tessuto non tessuto 10.05 m x 0.53 m Blu Verde Prodotto in Germania da Livingwalls 363853 36385-3
$ 11.25
QUICK VIEW
Maniglie per Mobili, Maniglie in Ceramica Vintage Maniglie per Cassetti Decorativi Maniglie per Porte in Bronzo Ceramico Fiore per Cassetto dell'Armadio(4#)
$ 5.62
QUICK VIEW
Corredi di Bussole 1/2' Chiavi a Bussola Macchina per Dadi Ruote Bussole a Impatto Proteggono i Cerchi Strumenti per la Riparazione Auto
$ 11.25
QUICK VIEW
Luce di segnalazione verde
$ 11.25
QUICK VIEW
Motore DC, Motore Riduttore di velocità per Bici Elettrica D C 24V 500W 13T 2800 RPM Spazzolato con Ingranaggi
$ 30.41
QUICK VIEW
Loctite 3421, cartuccia doppia da 50 ml, colla epossidica 2K
$ 21.39
QUICK VIEW
Ferroglietto G.6 Ent. 50 Cil/Stacc, Nero/bronzo, mm 80
$ 7.87
QUICK VIEW
220 V, 2000 W, cartuccia riscaldante con flangia da 1/2', 21 mm, multiuso, asta riscaldante in acciaio inox, lunghezza 30 cm
$ 19.14
QUICK VIEW
2 clip per cintura compatibili con soffiatore Makita Cordless, gancio per cintura in acciaio inox, gancio di ricambio per utensili elettrici, gancio multiuso (2 colori acciaio + 2 viti)
$ 3.37
QUICK VIEW
Wigearss Torcia LED Ricaricabile Luce da Lavoro Torcia COB Lampade di Ispezione con Base Magnetica e Gancio Appeso
$ 9.00
QUICK VIEW
C.K T3893 Pinze spelafili Ecotronic ESD (Ø 0,2 – 0,8 mm)
$ 16.89
QUICK VIEW
10 Pezzi 601 Chiavi Di Accensione Compatibile Con Sany Miniescavatore Compatibile Con Polaris Motoslitta Compatibile Con Broderson Tosaerba Crane Ferris
$ 6.75
QUICK VIEW
Adattatore 1 Parkside LIDL PHD 100 A1 B2 C2 D2 E3 e PHD 150 A1 B2 C2 D3 compatibile ad esempio con accessori Kärcher (vedere immagini per le dimensioni)
$ 7.87
QUICK VIEW
FLUKE networks 5317262, Rilevatore di fibra in tempo reale FiberLert, Blu
$ 69.84
QUICK VIEW
ONE! Pistola ad alta pressione professionale M22 per Kärcher Kränzle Kranzle idropulitrice acqua fredda e calda HD & HDS come pistola 4.775-466.0 e 4.775-026.0
$ 23.65
QUICK VIEW
Lama per sega circolare in legno, 210 mm x 30 mm x 40 denti, per taglio rapido, telaio in legno duro, legno duro, laminato, impiallacciato, compensato MDF, plastica, 210 x 30 cm, per legno
$ 9.00
QUICK VIEW
12 Pezzi Occhiali Protettivi da Lavoro, Occhiali Laboratorio Chimica Trasparenti, Occhiali Antinfortunistici da Lavoro Regolabili, Occhiali di Protezione da Lavoro per Sport di Tiro, Laboratorio
$ 6.75
QUICK VIEW
16 Pezzi Pittura Stencil Set Ragnatele,Kit Stencil Disegno Impronte,Stencil Modelli di Pittura Struttura per Tegola Legna Tela Pavimento Parete Mobili Decorazioni 5 Pollici
$ 4.50
QUICK VIEW
Collet interno per smerigliatrice
$ 3.37
QUICK VIEW
Rubinetto miscelatore LAVABO codice 73cr211 serie MORGANA – PAINI Rubinetterie – Finitura Cromo/Vetro
$ 64.20
QUICK VIEW
HXA006 Antifurto casa wireless WiFi + GSM con radio sirena | Kit allarme casa senza fili: 3x rilevatori di movimento, 3x sensori di allarme per finestre/porte | Per Casa, Appartamento
$ 73.22
QUICK VIEW
4 pezzi scatola di derivazione impermeabile IP65, scatola di distribuzione esterna, scatola di derivazione elettrica, alloggiamento in plastica ABS per dispositivi elettrici, PCB, morsetti, pulsanti,
$ 5.62
QUICK VIEW
Set di 320 viti a testa piatta a esagono incassato M2 M3 M4 M5 M6 SS304 in acciaio inox SHCS
$ 7.87
QUICK VIEW
Lucchetto Combinazione Aprire Alert Indicatore TSA per Valigie e Bagagli. Lucchetto con Combinazione per Armadietto Palestra. Nero 1 Pezzo
$ 4.50
QUICK VIEW
Serratura a moneta modello ECO, moneta da 1 Euro, mano Dx, coppia chiavi standar, cilindro inetrcambiabile colore blu/grigio.
$ 12.38
QUICK VIEW
20 Pezzi 3,18 mm Clip di Tela di Montaggio Offset, Clip di Montaggio per Pittura su Tela con 40 Viti 152,4x9,53 mm Accessori di Fissaggio per Cornici
$ 5.62
QUICK VIEW
Bticino SFC881C6 Interruttore Magnetotermico Modulare BTDIN-RS, per il Comando, la Protezione Contro i Cortocircuiti e Sovraccarichi ed il Sezionamento di Circuiti Elettrici, 1 Modulo DIN
$ 9.00
QUICK VIEW
600 V 4 ingressi 4 uscite 4 Stringhe Pannello Solare fotovoltaico Interruttore Automatico 2P SPD 2P Scatola HT Quadro di Combinazione fotovoltaico Solare
$ 111.53
QUICK VIEW
3M™ Elmetto di protezione H700, con cricchetto, ventilato, fascia antisudore in plastica, bianco H-700N-VI
$ 12.38
QUICK VIEW
001038931 Treccia mare multiuso giardino e fai da te, stabilizzato ai raggi U.V. resistente a intemperie e agenti atmosferici, 16 mm, 75 mt, colore bianco con spia blu
$ 40.55
1
...
62
63
64
65
66
67
68
69
...
2648
BACK
Shopping Cart