{{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
10 staffe piatte per legno, 80 × 40 × 1,75 mm, staffe di giunzione piatte, resistenti, piastre di rammendo in acciaio inox per connettore, staffe metalliche per fissaggio in legno
$ 6.75
QUICK VIEW
60' (1500 mm) Ghisa T-Bar Sash Clamp Grip Work Holder Vice Slide Cramp 6pc
$ 92.37
QUICK VIEW
Strumento digitale prozesskalibrator, ht8051
$ 111.53
QUICK VIEW
A&G Manici di Legno di FAGGIO di QUALITA' di Diverse Misure E Lunghezze per Attrezzi Vari (Zappa Ovale, 1400 mm)
$ 2.24
QUICK VIEW
Sacchetto universale per soffiatore sottovuoto con spalla, 90 l, grande capacità, per raccogliere foglie da giardino, adatto alla maggior parte degli aspirapolvere per foglie, borsa di
$ 7.87
QUICK VIEW
FORBICE TESSITORE A LAMA CURVA IN ACCIAIO TEMPERATO PER SARTA E STOFFA 'DE LUCA'
$ 5.62
QUICK VIEW
18 Pezzi 2,8mm Matita Falegname Sostituzione Mina per Matite Meccaniche Matita Cantiere per Marcatori Foro su Legno, Metallo, Cemento Piastrelle (6 colori)
$ 4.50
QUICK VIEW
Organizzatore di Clip per Cavi da Tavolo, Supporto per Cavi Rimovibile in 6 Pezzi, Clip per Cavi Rimovibili con Adesivo, Cavi durevoli per USB, Cavi Audio, Nero
$ 3.37
QUICK VIEW
Pomelli per mobili in rattan, 6 pezzi, 40 mm, in rattan, cassetti, cassetti, in legno boho, decorativi, in legno naturale, maniglie per mobili in legno, per armadietti
$ 6.75
QUICK VIEW
Lavello da Cucina in Acciaio Inox - 1 Vasca con Raccordi per Scarico, Sifone e Piletta - Lavello da Incasso
$ 28.15
QUICK VIEW
Piantana Porta Estintore con Asta e Cartello
$ 16.89
QUICK VIEW
Makita HW1300 Verticale Elettrico 420l/h 1800W Nero, Blu idropulitrice
$ 111.53
QUICK VIEW
Vite a Testa Zigrinata, JANDH 20 pezzi Vite con Manopola M6, Vite a Stella, Viti di Serraggio con Manopola di Serraggio a Macchina (M6x25mm)
$ 4.50
QUICK VIEW
Amig - Maniglione per porte con piastra in ottone Mod.13 | Dimensioni: 245 x 45 mm | Classico e resistente | Include tirafondi | Con finitura dorata lucida
$ 20.27
QUICK VIEW
Pannelli a Muro Autoadesiva 3D, Carta da Parati Decorativo Impermeabile, Adatto per Pareti di Sfondo TV, Camera da Letto, Soggiorno, Ristrutturazione di Pareti (12,Pietra)
$ 32.66
QUICK VIEW
RT18-32 (RO15) - Fusibile cilindrico in ceramica, 10 x 38 mm, 16A 500 V, CE, confezione da 20
$ 7.87
QUICK VIEW
8126005 | Supporto Soffione Doccia Scorrevole e Regolabile in Abs per Asta Saliscendi da 25mm, Supporto Doccetta Standard, Finitura Cromata Argento
$ 15.76
QUICK VIEW
10m guaina intrecciata 25mm (18-30mm) I cavo con guaina intrecciata in poliestere in colore nero I guaina per cavi, guaina protettiva, protezi
$ 11.25
QUICK VIEW
PROLUNGA PER Miscelatore MONOCOMANDO DOCCIA INCASSO Diametro 40 mm
$ 18.01
QUICK VIEW
2~20 pz M6 M8 M10 M12 916 Filettatura Fine Vite di Fermo Nero 12.9 Acciaio Inox Esagonale A Esagono Incassato Grani Viti Passo 0.75/1/1.5mm (Size : M8x1.0x12mm-10pcs)
$ 9.00
QUICK VIEW
Unitec Timer giornaliero analogico, per interni/Distanza regolabile di 15 minuti/bianco-nero
$ 4.50
QUICK VIEW
Pick and Hook Set, 4 pezzi di precisione paraolio/O-ring Seal guarnizione Pick, mini ganci di precisione estrattore di rimozione, gancio e pick set per mountain forcella anteriore
$ 9.00
QUICK VIEW
PARFCO Adattatore per Avvitatore Ad Angolo Di 105° 2 Pezzi Inserto Angolare per Avvitatore, Punta Trapano Ad Angolo Retto, per Forare Spazi Ristretti Trapano Angolo Retto a 105 Gradi
$ 7.87
QUICK VIEW
Scottchen PRO - Rotolo di carta abrasiva in carburo di silicio, 6 m, lunghezza 10,6 cm, grana 120
$ 12.38
QUICK VIEW
Serratura resistente e regolabile in acciaio temperato, per garage, magazzino, sicurezza
$ 21.39
QUICK VIEW
Gedotec Serratura a cilindro a pressione | 1 set di serratura con chiave e materiale di fissaggio per porte scorrevoli | Acciaio Nichelato – D 19 mm | Con chiave e accessori – push lock | 1 Set
$ 5.62
QUICK VIEW
25cm Lungo M8 x 3/8' Inch BSP Flessibile Rubinetto Connettore Tubo Flessibile
$ 6.75
QUICK VIEW
RETE ORNAMENTALE ZN+PL h. 65 m.25 ILCAMPO 00987 [IL CAMPO ]
$ 28.15
QUICK VIEW
Winkhaus - Ingranaggio a vite per ingranaggi di finestre e porte del balcone, per riparazione a vite, per serie GPM GPK GRM GRK GAM GAK con HauSun Upgrade (set da 1)
$ 7.87
QUICK VIEW
Confezione 5 pezzi di dadi M12 con scanalatura a T Inserti in metallo con finitura a ossido nero nelle tabelle delle macchine utensili per profilo in alluminio
$ 7.87
QUICK VIEW
Amig - Supporto e cuscinetto in acciaio zincato per albero di tende avvolgibili | Parti che facilitano il movimento e riducono l'attrito | Dimensioni: 57 x 28 mm | Diametro Ø28 mm
$ 7.87
QUICK VIEW
Rebower Tubo Silicone 1m (3ft) 0.8mm ID 2mm OD Trasparente Tubo Plastica Industriale Silicone Puro Pompa, Sifonaggio, Drenaggio, Irrigazione, Birrificazione, 0.03' x 0.08'
$ 3.37
QUICK VIEW
Antiaderente Stagno Saldatura Crema Pasta Pulita Ossidi Punta di Ferro per Saldatura Rinfresca Punta Attivatori Tinner Saldatore Punta Rinfresca
$ 5.62
QUICK VIEW
Masidef Metallo Doppi Ganci per Forato Pannello 10-Pezzi, 5 mm Taglia
$ 3.37
QUICK VIEW
n°1 CANDELA PER DECESPUGLIATORI - NGK CMR6A
$ 4.50
QUICK VIEW
Bosch ART 26 Li Tosaerba A Filo Al Litio
$ 75.47
1
...
2392
2393
2394
2395
2396
2397
2398
2399
...
2648
BACK
Shopping Cart