{{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
ENT 11663 Fresa per fresatura a filo carburo, codolo (S) 8 mm, diametro (D) 14 mm, NL 25 mm, SL 32 mm, GL 68 mm, con cuscinetto a sfere sul codolo
$ 30.41
QUICK VIEW
Gedy Wizard Asciugamani 30cm, Misure: 4,9X35X7,4 CM, Porta salviette in Ottone e Cromall, Finitura Cromo, Fissabile con Biadesivo 3m, Barre Accorciabili, Design R&S, 2 Anni di Garanzia, Unica
$ 15.76
QUICK VIEW
Nastro per Riparazioni di Tetti - Nastro Bituminoso, Nastro Butilico, Nastro Impermeabile Super Resistente, per Riparazioni Tubi Acqua, Tetto, Parasole, Pavimento, Cucina, Grondaie
$ 9.00
QUICK VIEW
Oregon Filo per Decespugliatore Quadrato in Nylon per Impieghi Gravosi, Bobina da 3,0 mm x 155 m – Adatto alla Maggior Parte delle Marche di Tagliabordi
$ 33.79
QUICK VIEW
40 Pezzi Raccordi Aria Compressa Dritto 4,6,8,10,12 mm Attacchi Rapidi Arià Compressa in Plastica Riduttori Ràccordi Pneumatici Pneumatica Raccordo Rapidi per Tubo Aria Vuoto
$ 6.75
QUICK VIEW
Pressa per cartucce senza fili con batteria da 2000 mAh, pistola elettrica per cartucce, siringa in silicone, LED, regolazione a 4 velocità, adatta per cartucce da 300 ML, spinta massima 300 KG
$ 32.66
QUICK VIEW
1038M - Chiave a Forcella Doppia 25x28 mm. In acciaio al Cromo Vanadio
$ 10.13
QUICK VIEW
10 pezzi M6 dado a stelo lungo, dado di accoppiamento M6 a esagono incassato dado esagonale a manica lunga dado a esagono incassato elementi di fissaggio filettati (M6 * 25) (M6 * 18)
$ 4.50
QUICK VIEW
Set di molle piegatubi in PVC, lunghezza 420 mm, strumento di piegatura manuale per tubi da 16 mm, 20 mm, 25 mm, 32 mm, condotti elettrici, curvatura a 90 gradi (16+20+25+32 mm)
$ 13.51
QUICK VIEW
6 Pezzi Ganci Portabici da Muro,Ganci Portabici per Stoccaggio a Soffitto,Supporti Gommati per Bici,Supporti Biciclette da Parete,Riporre Scale,Attrezzature Sportive
$ 4.50
QUICK VIEW
Tidyard 36 pannelli da tetto in metallo, per tetto, in acciaio zincato, grigio, 100 x 45 cm
$ 86.74
QUICK VIEW
25PZ CHIAVI OTTONE MER1
$ 11.25
QUICK VIEW
per Tubo flessibile e pieghevole per canna fumaria in acciaio, flessibile, resistente alle alte temperature, adatto per stufe a legna e camini, 2413513097
$ 9.00
QUICK VIEW
Annovi Reverberi 4.0 Twin Flow Idropulitrice ad Alta Pressione con Dualtech System (2500 W, 150 Bar, 810 l/h), Blu
$ 96.88
QUICK VIEW
Coperta per trasloco, Misura 1,5 x 2 mt, Proteggi i tuoi mobili da urti e trasferimenti, Coperta riutilizzabile, Coperta per pittore, Yoga e animali domestici Spessore 3,6 mm - Ofituria (1 unità)
$ 7.87
QUICK VIEW
numero civico A in ottone 10 cm I numeri civici per casa e porta I numero civico 3D I targhette con numero civico in nobile ottone antico 3D design
$ 6.75
QUICK VIEW
100 PZ Di TIRAFONDI X LEGNO MM. 8X 80 AMBROVIT
$ 6.75
QUICK VIEW
Setaccio da giardino in metallo con manico, rete da 2 mm, 2,8 mm, 3,8 mm/5 mm, setaccio per terreno per setacciare la sabbia del compost (2,0 mm)
$ 3.37
QUICK VIEW
Videocamera Spioncino Wireless 1080P Visione Notturna Citofono Spioncino Digitale da 120 Gradi, Monitor a Colori da 4,3 Pollici per Immagini e Video AHD, Compatibile con, IOS
$ 45.05
QUICK VIEW
OriGlam 24 caso della scatola di immagazzinaggio del componente elettronico del compartimento, caso di SMD SMT, scatole elettroniche
$ 4.50
QUICK VIEW
Mountfield 84109504/0 - Lama 63 cm / 25
$ 12.38
QUICK VIEW
Morsetti per falegnameria, Morsetto di Fissaggio Regolabile per Attrezzi da Falegname, Resistente per falegnameria
$ 11.25
QUICK VIEW
KEWAYO 3 Pezzi Fresa per Router, Fusto da 6.35 mm, Fresa per ciotola e vassoio, fresa a a ciotola, fresa per fresa cava, set di frese per lavorazione del legno
$ 9.00
QUICK VIEW
Throttle Cable Universal 65 '' Kit interruttore per il controllo dell'accensione del cavo dell'acceleratore Kit maniglia per i tosaerba da giardino Ricambi per tosaerba (Rosso)
$ 13.51
QUICK VIEW
Bundle - Sega a sciabola PARKSIDE PERFORMANCE® 20 V PSSAP 20-Li D5 con batteria da 4 Ah + portachiavi HEADNMORE®
$ 87.86
QUICK VIEW
QUARKZMAN 2pz M8 x 80mm Pomelli a Stella, Manopola Serraggio a Forma Esagonale Plastica Vite Manopola Ricambio Serraggio Manuale per Sostituzione Manopola Base Ombrellone
$ 6.75
QUICK VIEW
80DK0100211 DK40 IMQ Confezione Chiave
$ 9.00
QUICK VIEW
100 Pezzi Fascette in Inox Inossidabile 600mm×4,6mm Fascette Metalliche Autobloccanti Tensione 122 kg Fascette Metallo Elettricista 304 Fermacavi per Fasci Cavi Manutenzione del Giardino
$ 10.13
QUICK VIEW
006000426 Treccia mare multiuso giardino e fai da te, stabilizzato ai raggi U.V. resistente a intemperie e agenti atmosferici, 4 mm, 30 mt, colore bianco con spia blu
$ 7.87
QUICK VIEW
Morsetto per Hardware 6-16mmq Bullone 5251
$ 4.50
QUICK VIEW
4 cerniere per porta, armadio, pieghevole, automatico, antiruggine, chiusura per porta, armadio, cerniere idrauliche per porte e armadi, hardware (6 cm)
$ 6.75
QUICK VIEW
400213 Schläfer | Canna di Ricambio Girevole per Rubinetto Cucina a Parete a S, Lunghezza 25 cm con Ghiera 3/4' (Ø 24,9 mm), Compatibile con Aeratore Neoperl Anticalcare M22 (Incluso)
$ 15.76
QUICK VIEW
BOMEI PACK Nastro antiscivolo, ad alta trazione, forte presa, nastro di sicurezza per attrito, battistrada antiscivolo per esterni, non facile lasciare residui adesivi,nero/giallo 5cm x 10m
$ 9.00
QUICK VIEW
Morsetto per Tubi M32 Morsetto Tubo 24Pcs Tubazioni Fissaggio Clip Fissa Tubo PVC Fibbia del Tubo Dell'acqua Riparata Adatto per Tubi Dell'acqua per Riparare Tubi Domestici (M32)
$ 6.75
QUICK VIEW
Manopola per controllo della temperatura della doccia, adatta per miscelatore termostatico SMA
$ 6.75
QUICK VIEW
1PEZZO CATENA GENOVESE ZINCATA IN BOBINA n¦ 21 (mt. 50)
$ 51.81
1
...
135
136
137
138
139
140
141
142
...
2648
BACK
Shopping Cart