{{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
VEVOR Set di bussole a percussione 1/2 pollici 26 pezzi, bussole a 6 punti, CR-M0, set di bussole per azionamento da 1/2 pollici metrico da 10 mm a 36 mm, con gabbia di stoccaggio
$ 34.91
QUICK VIEW
130W Mini elettrico trapano smerigliatrice lucidatrice rettificatrice lucidatrice utensile rotante 220V con regolazione a 5 velocità(EU Plug 220V)
$ 12.38
QUICK VIEW
Rubinetto Lavello Cucina, Con Dispenser di Sapone Mix Detersivo Automatico, Con Doccia a Scomparsa, Rubinetto, Schiuma e Doccia 3 Modalità Acqua, Adatto per Rubinetti con Aeratore Rimovibile
$ 5.62
QUICK VIEW
JUNSHEN Scala telescopica in alluminio, design decelerazione a pulsante singolo, scala estensibile pieghevole multiuso EN131, 3,8 m, capacità di carico 150 kg
$ 38.29
QUICK VIEW
Vimar Placca Classic 4 m, Nero
$ 4.50
QUICK VIEW
Staffa Per Estintore in Ferro Da 2 Pezzi Per Pareti Staffa Di Montaggio Per Estintore Regolabile Con Cinghia Supporto Per Estintore Universale Gancio Per Estintore
$ 6.75
QUICK VIEW
Spruzzatore a mano per bidet in ABS Shattaf WC, soffione doccia per lavabo o WC, con tubo flessibile da 150 cm acciaio inox e supporto per staffa
$ 13.51
QUICK VIEW
10pcs 138x122mm Casco per saldatura Piastra protettiva trasparente Lente di ricambio Coperchio per saldatura Lente in policarbonato Forniture industriali
$ 7.87
QUICK VIEW
Pistola di Soffiaggio con Ugello Venturi Classic - Pistola ad Aria compressa per Asciugatura e soffiaggio rapidi - Corpo in Alluminio, Incluso Adattatore
$ 14.63
QUICK VIEW
Amig - Cilindro Serratura Sicurezza | Anti-trapano in Acciaio Inox | Frizione Semplice per Anziani | Ottone Cromato, Camma Lunga, 75 (30-45 mm), Cromato Opaco, Ottone
$ 5.62
QUICK VIEW
Reggetta metallica,reggetta metallica for carichi pesanti,308106 Fascia di fissaggio zincata, argento, 17 mm x 10 m
$ 21.39
QUICK VIEW
Draper 28545 - Bussola di tipo 'forte', 24 mm, 1/2'
$ 4.50
QUICK VIEW
WiTi universale Montaggio su palo verticale per telecamera di sicurezza, Metallo solido Montaggio Staffa angolare con loop, Adatto per telecamere CCTV (di medie dimensioni)
$ 15.76
QUICK VIEW
Confezione da 12 mini clip in metallo, 4 x 1.3 cm, piccole clip a molla robuste, clip a coccodrillo, clip per tende, mollette per cucina, casa, ufficio e scuola per fili, foto, tende
$ 2.24
QUICK VIEW
Porta Asciugamani Adesivo da Parete o Mobili Bagno - 2 POSTI - Non Necessita Foratura - 180° - Design Moderno - Doppio Braccio Mobile - Porta Salviette da Muro da Incollare Bagno, Doccia, Casa
$ 9.00
QUICK VIEW
406™ Prism® - Adesivo istantaneo insensibile alla superficie, trasparente, flacone da 20 g
$ 11.25
QUICK VIEW
4x Qrity Cerniera per Mobili, Angolo d'apertura 170, Cerniere per porta, 16 viti - grande porta angolo Cerniere - No Slot richiesto - Facile da installare
$ 18.01
QUICK VIEW
Spazzole di carbone carbonio tipo 999 – 043 per Hitachi sp18sb sp18vb SP18 wh22 wr22sa
$ 3.37
QUICK VIEW
VIMAR Placca A 2 Moduli A Scatto In Alluminio Bronzo
$ 3.37
QUICK VIEW
MT-2 Mandrino Tornio, 1-13 mm 1/2 'Adattatore per Trapano a Base di Codi per il Perplessamento Autoportante per il Tornio con Pergolato MT2-B16
$ 14.63
QUICK VIEW
20Pezzi Spazzole in Carbone, Spazzola in Carbone Conduttiva Sostituibile per Trapano a Motore Elettrico, Utensile Elettrico, Martello Rotarys, Trapano, Sega Circolare - 5x 8x16mm
$ 10.13
QUICK VIEW
Confezione 20 Boccole Filettate, Dado di Trasmissione, Inserti per Viti a Esagono Incassato, Inserto Filettato, Dado di Trasmissione in Acciaio Al Carbonio Zincato, Inserto Filettato(M8*13mm)
$ 7.87
QUICK VIEW
Ganter Norm elementi – Eccentrico e con vite, 1 pezzi, nero, GN 927 – 63 M6 – 50 B B
$ 7.87
QUICK VIEW
Mirka Connettore ricablabile HP-3R, 1/Unità
$ 10.13
QUICK VIEW
ABUS 702631-96CSTI / 50 Arco protetto in Titanio Proteggi blocco Nano e Chiave a puntini da 50 mm
$ 25.90
QUICK VIEW
Obiettivo per telecamera IP HD 3.0 megapixel, obiettivo CCTV IR da 2,8 mm 1/3 '' M12 * 0,5 Prisma per telecamera di rete Vari tipi di moduli, tra cui modulo IPC, modulo AHD, scheda madre
$ 7.87
QUICK VIEW
Stihl Oilomatic 71PM3 – 64 30,5 cm, catena per motosega, 3670 – 005 – 0064
$ 11.25
QUICK VIEW
PATIKIL 11,8' Tubo Flessibile Universale Collo Cigno, 2pz M10 a M8 Prolunga Tubo Morbido Braccio Flessibile in Metallo Pieghevole a Filettatura Fine per Lampada Attrezzatura, Nero
$ 7.87
QUICK VIEW
Rullo Mobile Dolly per Mobili, 2 Set di Staffe per Rulli Mobili Ruote Mobili con Base Rialzata per Lavatrice Frigorifero (Argento)
$ 11.25
QUICK VIEW
Rivetti PU 400 Pezzi Rivetti Rivetto in PU Doppio Rivetto Bottoni Rivetto del Metallo Doppio Testa Rivetti Sets Rivetti in PU Pezzi Strumenti di Fissaggio per DIY Lavori
$ 7.87
QUICK VIEW
YT YATO-73080-Multimetro digitale
$ 4.50
QUICK VIEW
Forbici Da Elettricista Professionali 140mm,Taglia e Spelacavi Spelafili In Acciaio Inossidabile (2 PCS)
$ 6.75
QUICK VIEW
Pannello Lamellare 3 Strati Abete mm 27 x 500 x 1500
$ 16.89
QUICK VIEW
60 Pezzi 20mm Piedini per Mobili con Chiodo, Piedini per Sedie Rotondi in Plastica per Protezione Pavimento (Diametro 20mm Bianco)
$ 4.50
QUICK VIEW
Lastra di policarbonato compatto 3 mm trasparente protetta contro i raggi UV, 700 x 400 mm
$ 13.51
QUICK VIEW
Telecomando Micronova G005-3 002272502 - Stufe a Pellet Generico Acciaio
$ 25.90
1
...
2348
2349
2350
2351
2352
2353
2354
2355
...
2648
BACK
Shopping Cart