{{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
50 x Testa Bombata in Nylon, viti testate a croce in plastica per macchine, M6 x 40mm, Bulloni in Plastica, Dadi & Rondelle
$ 14.63
QUICK VIEW
Presa Smart Esterno - VeSync APP Telecomando Temporizzata Programmabile 16A Misuratore Di Consumo Elettrico Prese WIFI Compatibile con Alexa/Google Home IP44 Impermeabile, 2PCS
$ 22.52
QUICK VIEW
115484 Pialla Elettrica Rb 600, 230 V, Grigio
$ 22.52
QUICK VIEW
Karcher 5.427 – 432.0 – Jack di nodo
$ 6.75
QUICK VIEW
Beta 1377INOX 230 - Martelli con testa tonda e penna sferica per calderai e lattonieri in acciaio inossidabile
$ 24.77
QUICK VIEW
TUBO RAME condizionamento 50 mt 1/4 x 0,8 mm climatizzatore
$ 70.96
QUICK VIEW
3030 angolo staffe, profilo alluminio 30x30, 10 pezzi staffa angolare giunto ad angolo retto a forma di L staffa in lega di alluminio, 35 * 35 * 28 mm
$ 4.50
QUICK VIEW
3 Pezzi Multifunzione a 4 Vie Universale Chiave Triangolare, Chiave a croce per armadietto, Chiave universale, Chiave universale per contatori
$ 3.37
QUICK VIEW
Guida del Pavimento Inferiore Della Porta Della Stalla Scorrevole Materiale Acciaio Inossidabile Guida pel Pavimento Della Doppia Ruota Della Porta Della Stalla per Porte In Legno Porte Scorrev
$ 7.87
QUICK VIEW
KWB 3 Bit 100 mm Tamper Torx TT25, TT30, TT40 Set Torsion 123342 (TQ 60 acciaio, zona di torsione, ISO 1173, drive C6.3), L
$ 7.87
QUICK VIEW
DMiotech 12 mm x 9 mm x 3,0 m PP Non-diviso Tubo Ondulato Tubo Interno Esterno Cavo Gestione per Avvolgimento Ordina Ufficio Giardino
$ 7.87
QUICK VIEW
Modulo Tapparella WiFi con Telecomando RF Connesso, Interruttore Intelligente per Tende e Persiane, Compatibile con Alexa e Google Home, Controllo Remoto, Comando Vocale, Timer (1 Pezzo)
$ 11.25
QUICK VIEW
Supporto per Smerigliatrice Angolare per Taglio Inclinato a 45°, Facile da Usare, Supporto Smerigliatrice, Taglio Veloce, Supporto Smerigliatrice Angolare, per Tagliare Pietre Ceramiche (nero)
$ 7.87
QUICK VIEW
Copriwater per ESEDRA FLY TERMOINDURENTE BIANCO cerniera inox normale o rallentata soft close
$ 30.41
QUICK VIEW
76 cm 30' Coltello per Yard-Man A TA TC 4120 4125 4130 4135 4140 4145 7125 7135 A trattorino prato
$ 11.25
QUICK VIEW
Rubinetto minisfera rubin.sfera idr.1/2'm pg 3/4' d.16
$ 5.62
QUICK VIEW
Marlanvil Centralino Esterno IP65 12P 92.12 Waterproof
$ 7.87
QUICK VIEW
fischer - Tassello in nylon ad espansione SX Plus 14x70 con collo e viti, tutti i materiali/Blister di 2
$ 5.62
QUICK VIEW
Anawakia - Set di 10 punte elicoidali per trapano, M35 HSS, con cobalto, HSS-Co, in acciaio, diametro di 0,8 mm
$ 5.62
QUICK VIEW
Portasciugamani in acciaio inox con 6 braccia, Porta Asciugamani con a Gancio Portasciugamani da parete
$ 10.13
QUICK VIEW
YAZANY Piastra di copertura per foro chiave, 2 pezzi, per riparazioni, per serratura della porta, autoadesiva, in acciaio inox satinato, diametro 30 mm
$ 4.50
QUICK VIEW
IRV135CR Gruppo monoblocco bidet scarico automatico 1'1/4' IRIS PAFFONI
$ 43.93
QUICK VIEW
Zanzariera Magnetica per Porte 140 x 240 cm,Tenda Zanzariera Porta Finestra Calamite,Anti Insetti Zanzare Traspirante Chiusura Automatica Facile da Installare per Balcone Soggiorno,Nero
$ 5.62
QUICK VIEW
COPRIVASO IN LEGNO 'LUSSO' MOD. DISABILI GEDY
$ 20.27
QUICK VIEW
Makita DF0300 drill Keyless 1500 RPM Black Blue
$ 46.18
QUICK VIEW
Bosch Professional 5x Carte Abrasive Expert C470 con 8 Fori per Legno Duro, Vernice su Legno, Ø 115 mm, Grana 320, Accessorio Levigatrice Rotoorbitale
$ 6.75
QUICK VIEW
Testa doccia a pioggia 8Pollici Regolabile Testa Doccia Lime Ugello per Doccia Risparmio Acqua Lucidato Specchio Effetto Soffione con Funzione Doccia A Pioggia (Shower Head Large,Shower Head)
$ 5.62
QUICK VIEW
Set di Punte per fresatrici a Filo, Set di Punte per fresatrici a Filo Durevole, Gambo da 1/4 6 mm, Fresa per rifinitura a Filo con Cuscinetto Superiore, Fresa per Lavorazione del Legno, 4
$ 3.37
QUICK VIEW
6pz Viti Farfalla M8-1.25x16mm Con 6pz Dadi, a Mano in Acciaio Inossidabile 304, a Testa a Farfalla
$ 6.75
QUICK VIEW
Cinghia di fissaggio in metallo con fori perforati, staffe di fissaggio per recinzioni, fascette di fissaggio e supporto per tubi da appendere con fori, 2 rotoli
$ 10.13
QUICK VIEW
TERAKOTA CERAMICHE - copri interruttore ceramica siciliana'Compatibile con/Sostituzione per' brand Bticino, Vimar, Gewiss, Ave. decoro'pink flowers'
$ 10.13
QUICK VIEW
5 lame per seghetto alternativo SabreCut JSSC2074_5 con codolo a T HCS per legno taglio a filo DT2074 compatibili con Dewalt Bosch e molti altri
$ 13.51
QUICK VIEW
Utensile chiave a bussola per smontaggio sonda lambda 1/2 22 mm
$ 7.87
QUICK VIEW
5 in 1 Tuya Smart Lock Serratura Impronte Digitali Carta IC Password Chiave Meccanica App per Cellulare Sblocco Serratura Elettronica Intelligente Casa Hotel Appartamento Porta Adatto
$ 56.32
QUICK VIEW
Zanzariera Magnetica Finestra 108 x 50 cm Varie Taglie, Anti Zanzare Tenda Zanzariera con Calamita con Accessori, Goditi L'Aria Fresca per Finestra, Bianco
$ 12.38
QUICK VIEW
Serratura a gancio con perno tipo piccolo per cancelli scorrevoli ART. 447/PB IBFM entrata 40
$ 12.38
1
2
3
4
5
6
7
8
9
...
2648
BACK
Shopping Cart