{{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
006091806 Treccia mare multiuso giardino e fai da te, stabilizzato ai raggi U.V. resistente a intemperie e agenti atmosferici, 18 mm, 30 mt, colore bianco con spia blu
$ 29.28
QUICK VIEW
Porta Carta Igienica da Terra, Piantana Portarotolo Porta Carta Igienica, Portarotolo Carta Igienica per WC, accessori da bagno, Senza Forare, in Piedi, Nero e Marrone
$ 11.25
QUICK VIEW
Filtro Sedimenti Tazza 20 Pollici 5 Micron. Elimina Sabbia, Fango, Particelle di ruggine e impurità sospese fino a 5 Micron in Polipropilene 3 PZ
$ 16.89
QUICK VIEW
6 pezzi M10x300 mm Barre di prolunga con dado M10 Extension Rod per lampade a sospensione, illuminazione isola, lampadari (Nero)
$ 9.00
QUICK VIEW
Forbici elettriche senza fili, ideali per tagliare in fibra di carbonio Kevlar, fibra di vetro e molti altri materiali compositi
$ 105.89
QUICK VIEW
25PZ VITI A CANNOCCHIALE IN OTTONE - ? mm.6x35h. - testa ? mm.12 - vite ?.mm.5x11 MA
$ 18.01
QUICK VIEW
Högert Technik Set di chiavi a bussola 3/8', 33 pezzi, manico a cricchetto 72T, acciaio CRV, con connettore per candela, adattatore, inserto in EVA, robusto e resistente alla corrosione
$ 32.66
QUICK VIEW
Chiave combinata 27 mm satinata opaca Cromo Vanadio DIN 3113 - UM 20 CC27 echoENG
$ 6.75
QUICK VIEW
1/4'-20 UNC 304 Acciaio Inossidabile Asta Completamente Filettata 2pz 15.7' Lungo Vite Filettatura Mano Filettatura Tutte Asta Filettata Perni per Bulloni Appendini e Bulloni a U
$ 10.13
QUICK VIEW
KRINO 2100104200 Fresa Perforatrice a Tazza in HSS-G, Acciaio, Ø 42 mm
$ 16.89
QUICK VIEW
Ruota di trazione per robot tosaerba Gardena Sileno City 250 Smart 300 400 600 500 Smart 500 Smart+ Life1000, 212 mm, antiscivolo, accessori di riparazione, 2 punte con 14 chiodi
$ 15.76
QUICK VIEW
Ascia da bushcraft Ascia per intaglio del legno AX6 Asce da campeggio forgiate a mano e accette Ascia per spaccare il legno Ascia da foresta per tagliare la legna, asce da giardinaggio
$ 41.67
QUICK VIEW
FunStick Carta da Parati Adesiva Muro Moderna Effetto Texture Lino Carta da Parati Camera da Letto Adesiva Pannelli Decorativi per Pareti Effetto Lino Carta Adesiva per Mobili Cucina Lavabile 40CM×2M
$ 7.87
QUICK VIEW
Forbici da Lattoniere per lamiere da 10 pollici lame in acciaio temperato ideali per lamine di metallo alluminio ferro ottone piccoli tubi etc
$ 6.75
QUICK VIEW
Scala pieghevole a 3 livelli, con ampio pedale antiscivolo, multifunzione, fino a 250 kg, colore nero, per casa, cucina, ufficio, esterno
$ 24.77
QUICK VIEW
serratura verticale sinistra per serranda scorrevole
$ 15.76
QUICK VIEW
Scaletta porta asciugamani bagno 130x4x33 - Scala Decorativa in Legno - Scala portasciugamani in Bambu - Scaletta legno appendi asciugamani - Scaletta portasciugamani da parete in Metallo
$ 15.76
QUICK VIEW
10 pz Vite a Testa Esagonale Piatta, Viti a Barilotto per Mobili In Acciaio Inox Dado Testa A Martello per Mobili Lettini Letti Culla e Sedie(6 * 110mm)
$ 7.87
QUICK VIEW
Parti di ricambio per carburatore per tagliasiepi adatte per TH23 TH26 TH34
$ 7.87
QUICK VIEW
KS Tools 503.8176 Inserto micro p.viti Torx,T30
$ 3.37
QUICK VIEW
TOTMO XU-shaped/30/90 Angle 5000 PSI 35 cm In Acciaio Inox Spray Lancia Estensione per Rondella di Pressione Spruzzatore Auto Strumento di Pulizia Rondella
$ 9.00
QUICK VIEW
CMT JT101BR-5-5 jig saw blades hcs 100x2.5x10tpi (wood/straight/fine)
$ 6.75
QUICK VIEW
SX460 Regolatore automatico di tensione AVR scheda regolatore per generatore
$ 18.01
QUICK VIEW
Alberts 466992 Lamiera Forata, Alluminio, 250 x 500 x 0,8 mm
$ 14.63
QUICK VIEW
Ciabatta Multipresa schuko per esterno 4 prese IP44 con interruttore Presa multipla elettrica impermeabile, contatti protetti con coperture e cavo avvolgibile da 5m 16A/250V H05RR-F3G1,5
$ 13.51
QUICK VIEW
PROXXON 2224520 - Set 6 cuchillas roscado interior pd 230/e - pd 400
$ 29.28
QUICK VIEW
Gateway bluetooth – Wifi 2.4 Ghz DV-GAK, per Dispositivo di Controllo Accessi DV-FAK, App DadVu (Smart Life)
$ 28.15
QUICK VIEW
3M Temflex 165 - Nastro isolante in vinile bianco, 0,152 mm x 19 mm x 20 m
$ 3.37
QUICK VIEW
1/2 Pz stione per nascondere cavi sciolti | Scatola Organizer,Scatola Raccogli Cavi,Organizzatore Cavi Scrivania,Organizer Elettrici,Raccogli Fili Scrivania,Contenitore
$ 7.87
QUICK VIEW
Serbatoio a Pressione,Outdoor Product Contenitore del Serbatoio a Pressione in Acciaio Inossidabile, Verticale Acciaio Inox per impianti idrici, sistemi Autoclave, Membrana,200L
$ 111.53
QUICK VIEW
Sega a tazza bimetallica, 140 mm, universale HSS M42, punta a tazza rotonda, fresa a tazza per taglio preciso e veloce di legno, plastica, piastre metalliche sottili, compensato e acrilico
$ 6.75
QUICK VIEW
CoCud Ridotto Gambo Trapano Punta, 15,5mm Taglio Tagliente 1/2' Gambo, Alta Velocità Acciaio 4241 Lucidato Punte Trapano Elicoidali per Alluminio Rame Legno Plastica
$ 5.62
QUICK VIEW
Impugnatura per Decespugliatore, Impugnatura Ergonomica per Decespugliatore, Prolunga per Impugnatura, Impugnatura per Decespugliatore, Impugnatura per Erbacce in Lega di Alluminio
$ 22.52
QUICK VIEW
MASTER LOCK Secure Key Box - Taglia M - Bianco - Cassettiera - Archiviazione sicura
$ 21.39
QUICK VIEW
Festool Portainserti a cambio rapido BHS 60 CE
$ 23.65
QUICK VIEW
Lampada di emergenza per illuminare e segnalare l’uscita di sicurezza, IP65
$ 22.52
1
...
181
182
183
184
185
186
187
188
...
2648
BACK
Shopping Cart