{{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
Occhielli con Rondelle (6 x 3 x 4mm) 100pz, Kit Grommet Rame ]Cromato Cromato - per Pelle Tela Abbigliamento Fai-da-Te Artigianato Fabbricazione, Oro
$ 4.50
QUICK VIEW
Viega 4933.3 – Griglia 4933.3 non avvitabile 94 x 94 x 5 mm inox
$ 13.51
QUICK VIEW
Dado di bloccaggio, 42 CrMo Solid Functional ER11 Chuck Holder, per ingegnere per apparecchiature di comunicazione per montaggio navale per elettricista(Nero, M15*1 ER11A)
$ 7.87
QUICK VIEW
Confezione da 3 lame per sega oscillante in titanio con portata extra lunga, kit di accessori per legno, metallo, plastica, compatibili con Fein Multimaster, Makita, DeWalt, Bosch
$ 16.89
QUICK VIEW
Adattatore batteria compatibile per 18V/21V BL1830 BL1840 Convertitori di batteria con cavo per progetti di robotica auto remota
$ 5.62
QUICK VIEW
Alesatore per Tubi in Acciaio Inossidabile Tagliatubi Utensile per Sbavatura per Tubi Alesatore per Metallo 5/16 Pollici - 2 1/8 Pollici per Tubi Duri
$ 20.27
QUICK VIEW
Riduttore per ventilazione, tubo rotondo, ventilazione, condotto di ventilazione, sistema di riduzione, tubo di ventilazione (200 mm su 150 mm)
$ 10.13
QUICK VIEW
Bosch Professional 10x Abrasivi a rete Expert M480 (per Legno duro, Vernice su legno, 80x133 mm, Grana 180, accessorio Levigatrice orbitale)
$ 9.00
QUICK VIEW
Set 6 sgorbie scalpelli per legno scalpello intaglio utensili
$ 9.00
QUICK VIEW
Eonvic M12 femmina dritta 8 pin spina aviazione presa cavo elettrico schermato sensore industriale spina 10 m
$ 20.27
QUICK VIEW
Hazet 2154N-5 Flessometro, Multicolore, Lunghezza 5000 mm
$ 6.75
QUICK VIEW
Spaccalegna Manuale | Realizzato in Acciaio ad Alta Resistenza | Spacca Legna | Include Viti e Rondelle
$ 33.79
QUICK VIEW
AEG CLG220-B Livella Laser Verde - 2 Linee, Batteria Non Inclusa, Illumina Fino a 20 Metri, Livella Laser Autolivellante, Accuratezza ±0.3 mm/m, Con Protezione IP54, Filetto 1/4˝
$ 81.10
QUICK VIEW
Exmate Caricabatterie per batterie Ni-Cd Black & Decker Ni-Cd, Caricabatterie multivolt 1.2V-18V, adatto per batterie Black & Decker Slide Style 7.2V 9.6V 12V 14.4V 18V (Non per batterie Li-ion)
$ 13.51
QUICK VIEW
Lucchetto Antiscasso, Cilindrico, Base 50 mm in Ottone Massiccio, Arco in Acciaio, Chiusura a Scatto, 2 Chiavi in Dotazione
$ 9.00
QUICK VIEW
Morsetto per cuciture in alluminio, morsetto per cuciture del tetto per il montaggio di pannelli solari, morsetti per cuciture in piedi in argento (4 pezzi)
$ 7.87
QUICK VIEW
Stazione saldante ad aria calda 220 V SMD Rework Station 700 W 3 Nozzles 898D
$ 31.53
QUICK VIEW
NG NICCOLAI TELO OCCHIELLATO SPALMATO PVC VERDE VARIE MISURE (4,0X5,0)
$ 15.76
QUICK VIEW
Lucchetto a combinazione a 3 cifre in ottone blocca il diametro del grillo di 5 mm
$ 6.75
QUICK VIEW
Distributore di semi - Applicatore di semi, spargitore da giardino | Strumento di trapianto di fioriere di semi, semina di piccoli semi, placer di semi precisi, strumento di rilascio di semi mobili, a
$ 3.37
QUICK VIEW
MTSD-22 12 calibro 7/8 di pollice X .109 di pollice a gambo liscio perno di azionamento in plastica zincato meccanico per chiodatrice a gas per calcestruzzo e acciaio 1000 PCS/Box (1, Box)
$ 19.14
QUICK VIEW
Luftgitter 600x100mm AL schw. elox. Griglia di Ventilazione, Nero, 600 x 100 mm
$ 15.76
QUICK VIEW
TELA SMERIGLIO RESINATA RT 120 m 5 gr 40 IMPERIAL [IMPERIAL ]
$ 15.76
QUICK VIEW
10 Pezzi Set di Chiavi a Bussola, Sdattatore Esagonale Chiavi Bussola 6/7/8/10/12/13/14/15/17/19, Magnetico Bussole per Avvitatore, per Trapani, Avvitatore e Adattatore a Percussione
$ 4.50
QUICK VIEW
Tappetino antiurto per deposito pellet
$ 31.53
QUICK VIEW
Scarico della condensa Segno del Camino Scarico per Coperchio Coperchio del Camino Coperchio del Camino Camino di Scarico del riscaldatore su roulotte Camper (Tipo Alde, Nero)
$ 7.87
QUICK VIEW
PRIMAGRAN Lavandino da Cucina Bianco 38x50cm, Lavello da Cucina a 1 vasca + Sifone Classico + Rubinetto 32x20cm, Lavabo da Cucina Incasso al mobile 40cm - Riga
$ 69.84
QUICK VIEW
60Pcs Lame di Ricambio per Raschietti, Acciaio al Carbonio Raschietto Razor Blade Spatola, Rimozione Adesivo in plastica, Rimozione della Colla in Vinile
$ 4.50
QUICK VIEW
garage per robot tagliaerba Mobius compatibile per ECOVACS GOAT G1, copertura contro le intemperie in policarbonato
$ 102.51
QUICK VIEW
150mm Ventola di Aspirazione con Regolatore di Velocità 100-240V Silenzioso Ventilatore di Scarico 647m³/h Ventilazione da tubo per Cucine Bagni Garage
$ 90.12
QUICK VIEW
Occhielli Tagliaerba, Occhielli For Decespugliatori, Accessori per parti di taglio per decespugliatore con occhielli per testina universale per tagliaerba da 5 pezzi
$ 4.50
QUICK VIEW
4 Pcs Piedini Antiscivolo Per Scala Telescopica - Tappetini Universali Per Scale (Rosso)
$ 6.75
QUICK VIEW
Rivettatrice Strumento Elettrico Rivettatura Dado Macchina Rivettatrice Trapano Adattatore Rivettatrice Inserto Dado Strumenti Rivettatrice
$ 9.00
QUICK VIEW
Ascia Universale 600g per Giardino e Campeggio - Accetta da Taglio con Testa in Acciaio e Manico in Fibra di Vetro - Ascia Spaccalegna di Legno - Piccola Ascia Manuale da Spacco
$ 14.63
QUICK VIEW
Tagliatubi a cricchetto 2 in 1, tagliatubi in rame, per tagliare tubi in rame, per tagliare PVC, lama per tubi a cricchetto (da 8 a 29 mm)
$ 7.87
QUICK VIEW
Pinza grip/a scatto regolabile autobloccante 250mm
$ 5.62
1
...
139
140
141
142
143
144
145
146
...
2648
BACK
Shopping Cart