{{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
KITLIG015CR Soluzione doccia completa LEVEL PAFFONI
$ 111.53
QUICK VIEW
2 x Magnete al neodimio gommato con perno filettato Ø 88 mm - Filettatura M8 - Forza di attrazione 55 kg - 2 pezzi - Base magnetica con rivestimento in gomma e gambo filettato
$ 15.76
QUICK VIEW
Punzone per Fori Rotondi in Pelle, 2mm Punzone per Fori Cavi in Acciaio al Carbonio Strumento di Taglio per Cintura/Artigianato in Pelle Fai Da Te
$ 6.75
QUICK VIEW
DEWALT DT4584-QZ punta speciali per legno tipo forstner - ø 57 mm
$ 6.75
QUICK VIEW
Rilevatore di perdite di fumo SDT101 Rilevatore di perdite di carburante EVAP Macchina per fumo per auto Tester di perdite di tubi per auto Tester di fumo EVAP per 12V Tutti i veicoli
$ 39.42
QUICK VIEW
KS Tools 515.1418 Bussola Esagonale per Avvitatori ad Impulsi, Lunga, 18 mm, 3/4'
$ 11.25
QUICK VIEW
Cuteefun Pulsante Chiamata Emergenza Senza Fili, Pulsante Emergenza Anziani Ricaricabile, Allarme Panico Portatile con Vibrazione per Pazienti Anziani, 16 Melodie, 1 Ricevitore 2 Trasmettitori
$ 14.63
QUICK VIEW
Chiave per serratura AGB patent colore ottone lucido verniciato CIFRATURA N.3. Apre tutte le serrature patent AGB N.3
$ 4.50
QUICK VIEW
Maniglione quadro diritto in acciaio inox satinato per porte esterne serramenti negozi (Lunghezza 800 mm - Interasse 600 mm)
$ 33.79
QUICK VIEW
Coperchio in acciaio inox per una copertura efficiente di aperture e tubi (110 mm)
$ 4.50
QUICK VIEW
Set di chiavi a bussola isolate da 1000 V, resistente ad alta tensione, strumento per elettricisti – TPE con isolamento integrato, chiave a bussola esagonale da 4-14 mm per riparazione
$ 7.87
QUICK VIEW
ECI ELETTROFORNITURE RICAMBIO ORIGINALE FARFISA Modulo portiere elettrico per posti esterni solo audio della linea AGORA' AG30ED
$ 43.93
QUICK VIEW
Riduttore per tubi da 125 mm / 100 mm, attacco tubo da 12,7 cm / 10,2 cm, adattatore per accoppiatore rotondo per tubo KO125-29
$ 6.75
QUICK VIEW
Filtro aria per decespugliatori e soffiatori Echo GT200 2000 225 SRM 225 90097
$ 5.62
QUICK VIEW
8 Pezzi Staffa per Mensola Triangolare - 95x150mm Mensola per mensole a parete Triangolare Staffa per Tavolo a Muro 90 Gradi Angolo Retto per Mensole in legno librerie sospese tettoie e mensole(nero)
$ 5.62
QUICK VIEW
AXYWINBO Nastro Adesivo Decorativo,50m * 1cm Nastro Adesivo Impermeabile del Pavimento dell'autoadesivo della Parete Oro Rosa per il Gabinetto,la Cucina,il Lavandino,l'angolo,Decorazione del Bagno
$ 3.37
QUICK VIEW
FIRSTINFO H5177 | 1/4' | 5-60cNm | Giraviti dinamometrici | con porta-inserti Rapidaptor
$ 49.56
QUICK VIEW
CHEMIN'ARTE Camino elettrico da incasso Elysee 3XL - 152 x 16 x 45 cm - Effetto fiamma a LED - Caminetto elettrico con timer, termostato regolabile, telecomando
$ 111.53
QUICK VIEW
Nastro di Butile, 9.5 Mm di Diametro X 4 M, Per Parabrezza di Porte E Finestre Per Fari di Camion Automobilistici, 2 Pezzo
$ 9.00
QUICK VIEW
Listelli decorativi E-1, leggeri e stabili, polistirolo estruso, profili in stucco, transizione a soffitto e a parete, bianco moderno, decorativi, XPS, 22 x 22 mm, 2 metri
$ 4.50
QUICK VIEW
PROLUNGA PULSANTE CM. 2 RICAMBIO ORIG. PUCCI ART. 9044 X CASSETTE WC RAME BAGNO
$ 13.51
QUICK VIEW
Eclipse Professional Tools EMV-3 Morsa meccanica da 4'
$ 27.03
QUICK VIEW
TANGIT Colla PVC U Acqua Potabile, colla per tubi in PVC rigido, colla per raccordo tubazione -Boite 1 kg con pennello applicatore
$ 20.27
QUICK VIEW
Dadi Zigrinati di Foro Cieco in Acciaio Inox Manopole Rotonde a Mano la Manopola Dadi a Testa Zigrinata M4 (6 pcs)
$ 7.87
QUICK VIEW
BM6A Candela, candele in materiale di ferro 5 pezzi L7T per BM6A BPMR7A RCJ6Y RCJ7Y WSR5F 33cc-49cc Trimmer Blower
$ 4.50
QUICK VIEW
Joiry 10.8-12V Li-ion-Caricabatterie, per Black & Decker BL1110 BL1310 BL1510 LB12 LBX12 LBXR12Batteria (NON per Ni-MH/Ni-Cd Batteria)
$ 13.51
QUICK VIEW
Spatola lisciante Marshalltown in acciaio inox con manico curvo Durasoft, dimensioni: 356x102 mm
$ 43.93
QUICK VIEW
sourcing map Dadi M5 a metà esagonale per rivetti, 60 dadi filettati a testa piatta in acciaio inox 304
$ 10.13
QUICK VIEW
Feltro autoadesivo,4 Rotoli Feltro Adesivo in Rotolo (100 cm x 10 cm,100 cm x 5 cm,100 cm x 2 cm,100 cm x 1 cm) tagliabili in qualsiasi forma,per Pavimenti,Piedini per Sedie,Grigio
$ 4.50
QUICK VIEW
RUBINETTO GAS 21S Cod. 3348076
$ 29.28
QUICK VIEW
Cornat Set di cuscinetti per WC Cornat Molinos, Modena e diversi motivi decorativi, in plastica, ammortizzatori, set di cuscinetti, parti di ricambio, accessori, colore bianco TEC365075
$ 3.37
QUICK VIEW
XNJTG 18V 6A Caricabatterie per Makita DC18RC Caricatore rapido compatibile con Makita batterie 18V BL1850 BL1860 DC18RD DC18SF
$ 15.76
QUICK VIEW
Copriwater per PORCELANOSA ARQUITECT TERMOINDURENTE BIANCO cerniera inox normale o rallentata soft close
$ 28.15
QUICK VIEW
Isolamento in cellulosa come versamento del pavimento, 21 sacchi da 296 kg, lambda D = 0,038 W/m2K, 2,5-3 sacchi per 1 m3 (1000 l)
$ 111.53
QUICK VIEW
Testina Universale per Decespugliatore a 4 Linee, Testina di Ricambio per Decespugliatore, Sostituzione della Testina per Decespugliatore in Lega di Alluminio
$ 5.62
QUICK VIEW
2 viti per pollice, filettatura da 1/4', vite per pollice regolabile, vite in acciaio inox con pomello in alluminio nero (modello C)
$ 4.50
1
...
2359
2360
2361
2362
2363
2364
2365
2366
...
2648
BACK
Shopping Cart