{{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
200 tappi per fori a vite in plastica da 3 mm, bianchi, tappi per fori per mobili, tappi per fori a vite, tappi per fori a filo
$ 10.13
QUICK VIEW
Draper, DBG, 24777 9L Plastic Bucket
$ 4.50
QUICK VIEW
Kit di riparazione per tubi flessibili da 0,95 cm, connettori in ottone per tubi dell'aria con morsetti in acciaio inox per acqua/carburante/aria
$ 7.87
QUICK VIEW
300mm Libero Lunghezza Doppio Gancio Tensione Molla x 1 Pezzo Metallo Estensione Elicoidale Molle per Industriale Macchine, [Nero]
$ 6.75
QUICK VIEW
Spelacavi Manuale per Cavo in Rame da 1 mm-25 mm, Spellacavi Elettrici Alimentata a Manovella o Trapano, Pinza Spelafili per Cablaggio Riciclaggio Dei Fili Di Scarto
$ 21.39
QUICK VIEW
Gedore Inserto 5/16' XZN M12-885 X 12
$ 2.24
QUICK VIEW
4 Set Set di Morsetti a Vite da 3/4 di Pollice, Morsetti per Tubi Morsetti a F per la Lavorazione del Legno Morsetto a Sgancio Rapido Banco da Lavoro per la Lavorazione del Legno, Set di Morsetti in M
$ 28.15
QUICK VIEW
6002100001 - Set maniglia per porta in ottone opaco 2 UNDS-27505, multicolore
$ 9.00
QUICK VIEW
Nastro isolante per elettricista, in PVC, 3 pezzi, 30 mm x 20 m, per lavori di cablaggio, riparazioni e sigillatura (nero)
$ 6.75
QUICK VIEW
Supporto per scopa da parete, porta scopa e – Supporto da parete autoadesivo per scopa – Mensola impermeabile per – Mensola multiuso da cucina per casa, attrezzature sportive, garage
$ 3.37
QUICK VIEW
Miscelatore per malta a batteria, compatibile con batteria Makita, miscelatore per malta a colori senza brushless con frusta diametro 10-15 cm (cambio a 6 marce, max 680r/min, senza batteria)
$ 46.18
QUICK VIEW
Viti M8 - Set di 48 Viti a Testa Zigrinata, Manopole M8 per Vite a Stella, Pezzi di Ricambio ad Elevata Resistenza e Facili da Rimuovere(di 4 Misure Diverse)
$ 7.87
QUICK VIEW
Viti di Fermo a esagono Incassato con Grano in Ottone a Punta conica(5mm,M3 (20Pcs))
$ 6.75
QUICK VIEW
Metro a nastro 50m - Robusto metro a nastro - Manovella pieghevole - Rotolo metro - Fibra di vetro - Rapida retrazione del nastro - Inserti gommati antiscivolo - Alloggiamento in plastica ABS
$ 13.51
QUICK VIEW
Pistone pompa olio per Husqvarna 340 345 350 435 440 445 450 Motosega, codice articolo 503932101
$ 4.50
QUICK VIEW
LG-REC01 Ricevitore per Livella Laser, Doppio Display LCD, Rilevatore di Raggi Laser Verde e Rosso, Fino a 50m, Batteria Ricaricabile Integrata, Morsetto Incluso
$ 31.53
QUICK VIEW
6 maniglie in linea per finestre in PVC dorato, in zinco UPVC, mandrino da 43 mm, per finestre in uPVC per interni ed esterni
$ 34.91
QUICK VIEW
Pompa a Bulbo Primer,12 Pezzi Carburatore Primer Pompa Bulbi,Primer Bulbo cap,Lampadina per Primer,Universale Lampadine di Primer per Tosaerba,Soffiatore,Tagliasiepi,Motosega (19 mm et 22 mm)
$ 4.50
QUICK VIEW
7PJ470 Circonferenza 470 Mm Per Tosaerba Larghezza 16,3 Mm Cinghia Dentata Sincrona In Gomma Ad Anello Chiuso Compatibile Con Tosaerba QUALCAST RM37 M2EB1437M M2EB1537M M2EB1637M
$ 7.87
QUICK VIEW
DEWALT 18V torcia LED, DCL050-XJ
$ 29.28
QUICK VIEW
USAG 235 1/2 N - Chiave a bussola 1/2' con bocca poligonale FULLCONTACT 02352025
$ 7.87
QUICK VIEW
FACULX Mani di aiuto flessibili che saldano, terza mano, progettazione semplice dello strumento della stazione di saldatura per l'operazione facile
$ 9.00
QUICK VIEW
M35 Cobalto HSS-Co Set di punte a trivella, 1,0-8,0 mm Trapano combinato ad alta precisione per acciaio inox, metalli, ferro, alluminio, legno, DIN 338
$ 20.27
QUICK VIEW
ABUS - Serratura cilindrica 'D6XNP', con scheda magnetica e 5 chiavi, 482946
$ 15.76
QUICK VIEW
Vite SB per Aquapanel 25mm 250pz 94730 Maxi Screws Knauf
$ 11.25
QUICK VIEW
KS Tools 151.2354 Chiave maschio piegata Torx,corta,T55
$ 3.37
QUICK VIEW
COLLA prato sintetico kit 5 kg erba artificiale manto tappeto giardino bicomponente
$ 18.01
QUICK VIEW
Porta Carta Igienica senza foratura, Portarotolo per carta igienica autoadesiva, Porta fazzoletti in acciaio inox, Adatto per porta carta igienica per bagno, cucina, soggiorno(d'argento)
$ 3.37
QUICK VIEW
Trapano a Gradini HSS Titanium con doppio taglio a cono (5 mm-35 mm) Buco Cutter a Scalini per Eseguire Foro In Metallo Acciaio Ottone Legno Plastica Ferro
$ 9.00
QUICK VIEW
DIY Leather Craft punch 39 forme hole Hollow cutter utensili in plastica
$ 10.13
QUICK VIEW
250 Pezzi Ganci per Quadri Muro Ganci Appendi Quadri Ganci Quadri Pesanti Gancio Quadro Appendi Quadro per Cornici per Foto Immagini Appese (Nero)
$ 3.37
QUICK VIEW
Viti A Testa Cilindrica Con Esagono Incassato, 100 Pezzi M3 X 8mm, Viti A Filettatura Metrica, Per Stampante 3D Mobili, Filettatura Completa
$ 4.50
QUICK VIEW
stedi Model Scriber, Lame in Acciaio Al Tungsteno Da 0,15 mm, Per Modellismo Hobbystico, Modello in Scala Rg, Kit Di Modellismo Gundam, Per Incidere Linee, Incisioni, Linee Di Pannelli, Resina
$ 19.14
QUICK VIEW
Wiha Destornillador SoftFinish® electric PlusMinus/Pozidriv SL/PZ2 x 100 mm (30701)
$ 10.13
QUICK VIEW
BricoLoco Vite di ancoraggio per fissaggio diretto su calcestruzzo. Non richiede tassello. Autofilettante. Testa esagonale. Acciaio zincato. (100, 10 x 80)
$ 50.69
QUICK VIEW
Nastro Adesivo Resistente al Calore, 2 Rotoli Nastro Termico Blu per Sublimazione, 20 mm x 33 m Nastro Adesivo Isolante Kapton Tape, per circuiti stampati elettronici fai da te
$ 3.37
1
...
17
18
19
20
21
22
23
24
...
2648
BACK
Shopping Cart