{{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
Motore di ricambio a 15 denti CC 10.8V/12V per Bosch GSR 1080-2-Li, TSR1080-2-LI, GSR1200-2-LI, GSR1080-2-LI Trapano avvitatore a batteria
$ 7.87
QUICK VIEW
2PCS 12oz Mini Martello Artiglio, 6.4 Pollici Piccoli Martelli tozzi, Piccolo Martello Artiglio per Uso Interno Esterno
$ 6.75
QUICK VIEW
Oscilloscopio Digitale,Oscilloscopio Portatile 3 in 1 Multimetro 9999 Conteggi Elettronica Automobile Tester Strumento Elettrico,Larghezza di Banda 10 MHz Frequenza di Campionamento 50 MSa/s
$ 38.29
QUICK VIEW
Hippotech 5 filtri aria per Briggs Stratton sostituisce 799579 5434 4248
$ 4.50
QUICK VIEW
Fuxton 25 Elastici Certificati TÜV Con Sfera (Nero 11 cm) per Tende, Teloni, Manifesti, Tenditori, Cinghie di Espansione, Supporto Telone, Gomma per Tenda
$ 7.87
QUICK VIEW
Oumefar Dc 4v 6v Mini pompa anti intasamento Pompa acqua senza spazzole Pompa micro sommergibile Strumenti di pompaggio con connettore USB Base fissa
$ 7.87
QUICK VIEW
2 maniglie per porte in stile europeo, in lega di zinco anticato, per cancelli, armadi, cassetti, armadi, porte
$ 6.75
QUICK VIEW
DeWalt, miscelatore attacco M14 710W
$ 111.53
QUICK VIEW
Bulloni ad di sollevamento 5 pezzi, golfari in acciaio al carbonio Q235 zincati Golfari di sollevamento con filettatura profonda per industria, industria manifatturiera automobilistica M8.
$ 7.87
QUICK VIEW
Gewiss Cassetta Di Derivazione e Connessione per pareti in muratura Dimensione 92x92x45 Coperchio Bianco RAL GW48001
$ 3.37
QUICK VIEW
2 Pezzi Lana di Ceramica per Camino Etanolo, 300 × 200 x 50 mm Accessori per Biocamino, Caminetto Spugna da Tavolo per Bruciatore a Bioetanolo
$ 7.87
QUICK VIEW
Set di 460 viti e dadi, M2.5, M3, M4, M5, M6, M8, viti a esagono incassato in acciaio inox, dadi e rondelle, set con scatola e chiavi
$ 14.63
QUICK VIEW
Ricambio Galleggiante per Cassetta Incasso Stir Blitz mod. Vecchio
$ 12.38
QUICK VIEW
LEVERINO DA CARPENTIERE cm 50 - DP.101120 - In acciaio temprato. Verniciato. Confezione da 1 Pezzi
$ 7.87
QUICK VIEW
UartBridge modulo Integrazione Sensori di terze parti - 38185.15.NC1
$ 23.65
QUICK VIEW
Tagliacera a Plasma 60A, Inverter IGBT Digitale 240V, Taglio Netto di 1/2', Ideale per Progetti DIY e Industriali,RBC6000 5GEN
$ 88.99
QUICK VIEW
CGM open face, 191 PIX visiera lunga
$ 46.18
QUICK VIEW
Chiusura con valvola anti-ritorno regolabile, diametro DN 110 (Aquer)
$ 22.52
QUICK VIEW
Cavo di alimentazione NYM-J ad alte prestazioni, 3 x 1,5 mm², robusto, flessibile, testato di sicurezza, risparmio energetico, durevole (10 m)
$ 10.13
QUICK VIEW
Tester per Interruttori Fotoelettrici -800 Tester per Interruttori Magnetici (Batteria 2 X 9 V)
$ 14.63
QUICK VIEW
Akifix NATG09200 Distributore manuale in metallo con serbatoio stucco per giunti in cartongesso a parete e soffitto
$ 111.53
QUICK VIEW
M16 x 70 mm 304 - Bullone a occhiello di sollevamento per macchine in acciaio inox
$ 4.50
QUICK VIEW
Dewalt Dewalt di seghe a nastro scorrevole per tagli obliqui bacheca
$ 29.28
QUICK VIEW
GreenWorks,60V Gen II chain saw tool only
$ 110.40
QUICK VIEW
Martello da Carpentiere 600 g Testa Forgiata in Acciaio Manico in Fibra di Vetro Ergonomico Professionale Magnete Falegname Artigianale Tetti Solido Comodo
$ 6.75
QUICK VIEW
Generatore di Segnale 4-20mA Simulatore Analogico di Tensione di Corrente Display a 4 Cifre DROK Generatore di Segnale Regolabile per il Debug del Pannello PLC
$ 14.63
QUICK VIEW
Cavo riscaldante in fibra di carbonio per riscaldamento a pavimento, 12 K, 33 Ω, guaina in gomma siliconica (30 m)
$ 10.13
QUICK VIEW
Giulio Cesare - Caminetto a bioetanolo da terra con 1 bruciatore da 1.5L. Camino a bioetanolo da appoggio in acciaio inox e vetro temperato. Disponibile in bianco o nero. Ø40x80 cm (Nero)
$ 111.53
QUICK VIEW
5 dischi da taglio 60 mm in acciaio al carbonio, 60 mm, mini lama diamantata con attacco da 3 mm, per trapano e strumento rotante
$ 7.87
QUICK VIEW
Beta 900BG/30K - Quadro maschio 1/4” con impugnatura
$ 5.62
QUICK VIEW
NOYAFA Tester di rete, RJ45, tester per cavi di rete QC LAN per RJ45, RJ11, RJ12, tester di continuità del cavo Ethernet, CAT3 CAT5 CAT6, tester per cavi POE
$ 23.65
QUICK VIEW
Oumefar Vite a esagono incassato 60 pezzi M6 304 in acciaio inox a testa bombata Viti a esagono incassato Kit assortimento di elementi di fissaggio con scatola di immagazzinaggio
$ 4.50
QUICK VIEW
Bosch Professional 5x Lama per tagli dal pieno AIZ 32 APB (per legno e nel metallo, 50 x 32 mm, accessori utensili multifunzione)
$ 30.41
QUICK VIEW
2 Stück GedoTec Gancio da parete con Gommatura rosso Porta attrezzi Gancio per tutti gli usi acciaio 150 x 210 mm Acciaio zincato Forza portante 50 kg Gancio universale gancio/Garage ganci - 2 Stück
$ 6.75
QUICK VIEW
DeWalt Miscelatore a 3 velocità da 1.800 W e adattatore filettato M14, Multicolore
$ 111.53
QUICK VIEW
Serratura AGB serie'Centro' tipo Patent - solo scrocco
$ 9.00
1
...
2425
2426
2427
2428
2429
2430
2431
2432
...
2648
BACK
Shopping Cart