{{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
YUM (nero) Bullone serratura a battente a 90 gradi Porta per fienile Serratura ad angolo retto Battente per porta ad arco
$ 6.75
QUICK VIEW
Irritec Fustella Foratubo Con Impugnatura Metallo Blu
$ 6.75
QUICK VIEW
92441 Motore a benzina 6,5 CV, 4,8 kW con frizione a bagno d'olio, riduttore 1/2, albero a chiavetta 19,96 mm.
$ 94.62
QUICK VIEW
2 500C Calore Resistenza Fibra Vetro Coperto Rame Conduttore Alta Temperatura Filo Cavo,Bianco, 5M/16.4ft 1mm
$ 6.75
QUICK VIEW
6 Pezzi Set di Frese Rotanti per Metallo, Frese per Metallo Gambo 6mm, Frese per Lavorazione Metallo Duro Professionali, Con Gambo da 1/8', Per la Lavorazione Del Legno Fai-Da-Te, Lucidatura, Foratura
$ 6.75
QUICK VIEW
Set di 10 Chiave Universale Chiave Quadrata Contatore Chiave Contatore Gas Adatto per Rubinetti Cruscotti Armadi di Comando Ascensori Manutenzione Idraulica Manutenzione Elettrodomestici Manutenzione
$ 7.87
QUICK VIEW
OLAB 6000-9000 - Valvola solenoide a gas, 230 V AC 1/8 pollici, O10
$ 13.51
QUICK VIEW
BGS 74502 - Set di coperture magnetiche in silicone, pieghevole, 115 x 115 x 50 mm, 4 pezzi
$ 12.38
QUICK VIEW
Unitec, 40621, Morsettiera, 12 x 1,5-2,5 mm, 10 pezzi
$ 4.50
QUICK VIEW
Azionamento automatico porta apriporta elettrico a battente porta scorrevole set chiudiporta porta scorrevole azionamento completo con 2 telecomando pulsante e 5 schede IC
$ 111.53
QUICK VIEW
Scala multiuso 402 cm, 4 x 4 pioli, scala telescopica 3 in 1, in alluminio multifunzione, scala pieghevole
$ 79.98
QUICK VIEW
25PCS/Tenda clip, bag nero antivento tenda morsetti plastica vento corda clip per tende da campeggio Snaps per esterni
$ 4.50
QUICK VIEW
Coppia di guide per cassetti in metallo con chiusura automatica, fissaggio inferiore, 500 mm, colore: marrone
$ 7.87
QUICK VIEW
4 x Rotelle per Mobili M8, Rotelle Girevoli a 360°, Girevoli Silenziose, M8 X 20 mm, 2 x con Freno + 2 x Senza Freno, Rotelle Filettate in Gomma Antiscivolo, per Mobili da Interno ed Esterno
$ 5.62
QUICK VIEW
3 M S cotch Brite - Nastro abrasivo in tessuto non tessuto SC-BS 40 x 760 mm, 5 pezzi, gamma di grana: media, colore: Mix, grana: 120
$ 24.77
QUICK VIEW
Set di 20 Pomelli Indiani in Ceramica Grigio e Bianco per Comò, Armadio, Bagno, Cucina
$ 11.25
QUICK VIEW
2 lucchetti a combinazione piccoli, a 4 cifre, codice numerico in ottone, resistenti alle intemperie, per porte, recinzioni da giardino, armadietti, valigie
$ 5.62
QUICK VIEW
VALVOLA SICUREZZA 3 BAR FLANGIATA CON OR COMPACT BLOK 1/2' CALDAIA CODICE IMM1023565 - 1023565 - 1.023565 PER CALDAIE IMMERGAS
$ 5.62
QUICK VIEW
55pz Distanziatore Adesivo per PCB, Distanziatori Isolati Nylon Adesivo per Scheda PCB, Altezza Supporto 0,41', Adatti per Foro PCB Dia 4mm a 4,3mm, Bianco
$ 5.62
QUICK VIEW
Twist Focus Tribrach senza punta ottica, tribrach in metallo per treppiede Total Station Theodolite livello automatico
$ 14.63
QUICK VIEW
Raccordo a Gomito per Compressore D'aria, Valvola di Ritegno Filettata Maschio a 90 Gradi in Ottone Forgiato G 3/8 'x G 3/8' Raccordo per Tubi
$ 6.75
QUICK VIEW
Cerniera a bandiera in lega di alluminio resistente per porte battenti, porte e finestre in PVC, colore: bianco
$ 9.00
QUICK VIEW
Interruttore per smerigliatrice angolare per smerigliatrice angolare da 100 mm, struttura robusta, facile da usare
$ 5.62
QUICK VIEW
100 pcs Morsetto a Molla Connettore Terminale Cavo Fine Commodities Cavo connettore rapido Morsettiera Morsettiera Cavo Collegamento
$ 9.00
QUICK VIEW
Ruota per decespugliatore a corde, ruota ausiliaria per tosaerba, spinta dietro le erbacce, ruote di supporto regolabili per decespugliatore erbacce decespugliatore giardino
$ 7.87
QUICK VIEW
I-HT 110-PL-CS - Inseritore per 110 terminal block
$ 2.24
QUICK VIEW
Chiave a Bussola 1/2'', 60cm Chiave a Snodate per Bussole Articolato, Premium Mango Articulado 1/2'' con Testa Girevole a 180 Gradi per Ruote Auto
$ 18.01
QUICK VIEW
Rondelle M4 (DIN 125 A/ISO 7089) | Rondelle acciaio inox A4 V4A | Rondelle in acciaio inox piatto con piccolo diametro esterno | 25 pezzi
$ 3.37
QUICK VIEW
210cm Corrimano. Corrimano della Scala del Tubo del Ferro battuto di Stile Industriale, corrimano Antiscivolo della Scala del corrimano della Scala, Dimensione Personalizzabile
$ 39.42
QUICK VIEW
Pensilina da Esterno in Policarbonato e Alluminio, Tettoia per Finestre e Porte,Policarbonato e Alluminio per Porte e Finestre, Tettoia da Esterno con Kit Montaggio,100*200 cm marrone
$ 48.43
QUICK VIEW
C57956 - Set di 5 ganci per avvitare Ø8x140mm - golfari autofilettanti chiusi - viti a occhio - in acciaio - colore argento
$ 6.75
QUICK VIEW
VEVOR Tenda per Saldatura, Tenda per Saldatura Sospesa 6' x 6', Schermi di Protezione per Saldatura in Vinile Ignifugo con Protezione UV a 6 Livelli e Occhielli in Metallo Officina/Industria
$ 18.01
QUICK VIEW
BGS 74499 | Set di 10 spazzole e lamelle abrasive.
$ 10.13
QUICK VIEW
18 in 1 Spellafili pieghevole Spellafili multifunzione Pinza crimpatrice,Quick Mech Tools Strumento crimpatrice pieghevole,Multiutensile per elettricisti,Facile da trasportare per riparazioni,Pinze
$ 5.62
QUICK VIEW
Metro da Parete per Bambini - Growpotai
$ 11.25
QUICK VIEW
Asta Doccia Parete Colonna Doccia Acciaio Inossidabile SUS 304 con Supporto Doccino Regolabile Barra Saliscendi Bagno Spazzolato, F204-BS
$ 25.90
1
...
191
192
193
194
195
196
197
198
...
2648
BACK
Shopping Cart