{{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
Serie DKJ Connettore Veloce del Cavo con Saldatrice a Stile Europeo Adattatore per Montaggio Rapido (DKJ10-25 Nero)
$ 4.50
QUICK VIEW
MH-070 Supporto magnetico per rilevatori di fumo (rilevatore di monossido di carbonio e altri prodotti) Diametro 70 mm Magneti extra forti, 1 pezzo, argento
$ 2.24
QUICK VIEW
2 Pezzi Caravan Push Lock, Pulsante Per Serratura Armadio, Senza Chiave Chiusura Della Porta a Pulsante con Viti, per Camper, Caravan,Furgone, Yacht, Cabinet Door
$ 9.00
QUICK VIEW
Waverlie, WL2231TB
$ 20.27
QUICK VIEW
50 Pz Tappi per Tubi Rotondi per Sedie Inserti a Cupola per Tubi Protezioni per Tappi in Plastica da 25mm Tappi Lamellari con Testa a Sfera per Tubi Tondi per Gambe di Tavolo, Sedia, Mobile
$ 4.50
QUICK VIEW
Coltelli Da Tiro Per La Lavorazione Del Legno - Coltelli Storti, Coltelli Da Intaglio | Strumento Professionale Per Rasatura A Disegno Curvo Dritto In Acciaio Inossidabile Da 8 Pollici, Strumento Per
$ 11.25
QUICK VIEW
Cassetta delle lettere vintage da parete, in metallo, 22,9 x 14 x 37 cm, colore: rosso rustico
$ 29.28
QUICK VIEW
AHC15A Timer Digitale Programmabile sulla Guida DIN, Timer Digitale Programmabile, Interruttore Orario Digitale Giornaliero LCD, Timer Digitale Programmabile Sulla Guida DIN(220V)
$ 9.00
QUICK VIEW
Legna da Ardere 60 kg Per Stufa e Camino Braciere Griglia Cestello per il Fuoco Ceppi 25 cm Kingpower
$ 32.66
QUICK VIEW
Sister Hand Ground e lucidato Forbici per Carta da Parati con Manici Bicolore in Acrilico, 25,4 cm
$ 4.50
QUICK VIEW
2 catene per motosega da 35 cm; 1,3 mm; 3/8'; 52 TG compatibili con McCulloch CS380, CS35S, CS42S, CSE1835
$ 7.87
QUICK VIEW
Lampada Ricaricabile, Blu
$ 9.00
QUICK VIEW
sourcing map 1/2-20 UNF Round Die, Filettatura Della Mano Destra Della Filettatura Die, Lega Strumento Acciaio Vite Filo Taglio Die
$ 11.25
QUICK VIEW
piedini gomma rettangolari sedie + 8 pezzi/set Gambe per sedia Coprigambe per mobili con protezione rettangolare e suola in gomma(Trasparente)
$ 4.50
QUICK VIEW
Supporto flessibile compatibile con Eufy Cam 2C/2C Pro/3/3C, EufyCam 1/2/E, telecamera di sorveglianza Blink Mini Pan Tilt, 2 pezzi supporto flessibile per fotocamera, senza fori, supporto flessibile
$ 7.87
QUICK VIEW
Bebykilemi Maniglie rettangolari in plastica nera, maniglie per armadietti centrali, per cassetti, bagagli, macchinari, garage (180 mm)
$ 3.37
QUICK VIEW
FISSATRICE Tecnica 14 114 Romeo Maestri Professionale
$ 28.15
QUICK VIEW
Box Doccia 70x160 CM H185 trasparente mod. Replay Duo 2 Ante
$ 111.53
QUICK VIEW
Gardena Idrospazzola Cleansystem soft flex: spazzola per pulire superfici delicate, triangolare, setole morbide, orientabile, da collegare al manico Cleansystem, per grandi superfici (18812-20)
$ 19.14
QUICK VIEW
182840 | Guarnizioni idrauliche Piatte per Alte Temperature blu FASIT 1' - 2 mm, Sanitaria, Rubinetti, Raccordi Acqua, Caldaia, Gas, Impianti di Riscaldamento e Solare Termico. Conf 10PZ
$ 7.87
QUICK VIEW
Tagliabulloni idraulico area di taglio 4 mm - 16 mm, 850 W professionale elettrico idraulico per acciaio da costruzione per acciaio con una durezza di 19-25 gradi
$ 111.53
QUICK VIEW
CHIAVE A T LUNGA SNODATA mm.18
$ 9.00
QUICK VIEW
KS Tools - 515.3910 - pistola aria compressa - pistola silicone professionale 310 ml
$ 31.53
QUICK VIEW
Weller WSA350F Filtri a Carbone Attivo per WSA350, 3/PK per la Rimozione dei Fumi di Flusso
$ 7.87
QUICK VIEW
2 morsetti a leva, 160 x 60 mm, costruzione robusta e durevole, forza di serraggio regolabile, ideale per serraggio sicuro di pezzi in diverse applicazioni
$ 22.52
QUICK VIEW
Sensore per porta WiFi, set da 2 sensori per porte e finestre, senza fili, sensore per porta Smart Tuya, sensore di contatto per finestra senza fili, per la sicurezza domestica e Smart Home Automation
$ 12.38
QUICK VIEW
SKIR'CO (300 pezzi) Viti in acciaio zincato, 4,0 x 40 mm, per legno argento, viti per truciolato, filettatura parziale, testa svasata Pozidriv
$ 6.75
QUICK VIEW
BOOSDEN Pinza Spelafili Automatica, Spelacavi Multifunzione,3 in 1 Pinza Spelacavi, Pinza Spelafili ElettricistaSpellafili con Diametro di 0.2-6mm²/24-10 AWG
$ 10.13
QUICK VIEW
5 Rotoli di Nastro Adesivo Resistente al Calore per Elettricisti Trasferimento di Calore a Sublimazione Nastro Isolante Circuiti Elettronici Trasferimento di Calore (3/5/8/12/15mmX33M)
$ 4.50
QUICK VIEW
Chiave di Estensione Offset, Pro Zero Offset Extension Wrench, Nuova Chiave di Estensione Offset con Adattatori, Square Drive Adapters per Aree Difficili da Raggiungere
$ 12.38
QUICK VIEW
G1/8 Dado Bloccaggio Esagonale Raccordo Tubi Dado Sottile Fissaggio Filettato Femmina Controdado per Impianti Idraulici Fissi, Ottone 2pz
$ 3.37
QUICK VIEW
S&R Punta Trapano per Piastrelle, Vetro, Ceramica Professionali, Set trapano Piastrelle, Box in plastica 4 PZ.: 4,5,6,8 mm
$ 4.50
QUICK VIEW
serratura per armadietto, a camma, per le porte, gli armadi, gli armadietti e le cassette della posta, da 16 mm, 20 mm, 25 mm, 30 mm, con chiavi, 16mm Drawer lock
$ 4.50
QUICK VIEW
C73347 - Tubo di aspirazione per motosega - compatibile con Stihl 021 , 023 , 025 , MS 210 , MS 230 , MS 250
$ 5.62
QUICK VIEW
ACOPLAMIENTO BOCA FIJA - 731/40 17
$ 32.66
QUICK VIEW
pannello / tavola lamellare abete 27 mm dim. 80 x 150 cm ( 1 pz.)
$ 46.18
1
...
112
113
114
115
116
117
118
119
...
2648
BACK
Shopping Cart