{{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
Set di cavi di misurazione a banana da 4 mm, con morsetti a coccodrillo, cavo da 3,3 m/1 m, 18 Awg, per multimetro rosso e nero
$ 6.75
QUICK VIEW
LLAVE AJUSTABLE GRAN APERTURA 6'
$ 21.39
QUICK VIEW
10 pezzi anelli di troppopieno per lavello, foro per lavabo da cucina decorativo, coperchio per tappo di scarico adatto per foro rotondo da 22 mm-24 mm (argento, anello a doppio strato)
$ 4.50
QUICK VIEW
Kit di Attrezzi per l'Età della Pietra, Kit per Tagliare la Selce, Scagliatrici a Pressione e Bopper in Rame, Strumenti Artigianali di Ossidiana, Lastre di Ossidiana, Strumento di Scheggiatura per Pro
$ 30.41
QUICK VIEW
Chiave Esagonale Punta Trapano 4mm (H4) Metrico 1/4' Attacco Esagonale 65mm (2.6') Lungo Punte Avvitatore Magnetica Acciaio S2 Punte Trapano Testa Piana Esagonale per Viti
$ 4.50
QUICK VIEW
Sink Strainer, Foldable Mesh Holder, Rust-Proof Kitchen Filter, Basket With 50 Mesh Bags, Multipurpose Drain Rack, Food Scraps, Sponge & Dishwashing Accessories
$ 4.50
QUICK VIEW
carta da parati Beige Calcestruzzo Tessuto non Tessuto - Moderno Crema Cemento Metallico Industriale
$ 11.25
QUICK VIEW
10Pcs Punta Diamantata Mini Punte da Trapano 0.8-4.0mm Punte da Trapano Strumenti di Foratura per Metallo Agata Pietre Preziose Perline Ciottoli Pendenti
$ 11.25
QUICK VIEW
Bosch – Spazzola Bocchetta – 00573902
$ 16.89
QUICK VIEW
Geevon Rilevatore di acqua, 100 dB sensore d'acqua Sensore Allagamento Funzionamento a Batteria, per Cantina, Bagno, Lavanderia, Cucina (Fornito con Batteria) (2)
$ 10.13
QUICK VIEW
Pinze nere per piante, legante per piante, nastro per piante, piastre di manzo per giardino, legante per piante con 20.000 morsetti, 20 rotoli di nastro adesivo per piante
$ 19.14
QUICK VIEW
Stanley 150049XSTN - Idropulitrice ad alta pressione, colore: Nero
$ 13.51
QUICK VIEW
Chiave di Apertura per Montaggio del Contenitore Vuoto per Filtrazione Acqua, Utilizzabile sui Prodotti 7 e 10 Pollici
$ 3.37
QUICK VIEW
PL BETA ART. 935 CHIAVE A TUBO GR.12/13
$ 4.50
QUICK VIEW
N42 Magneta Neodimio Per Arti, Mestieri, Produzione Di Modelli, Fai -Da -Te, Hobby, Ufficio E Casa - 5mm Dia x 10mm Di Spessore - 1,1kg Di Tiro - Pacco Di 10
$ 7.87
QUICK VIEW
sourcing map Viti per legno in ottone, 20 viti autofilettanti a testa piatta M4 x 25 mm, viti autofilettanti a testa svasata per mobili per la lavorazione del legno
$ 7.87
QUICK VIEW
Stencil BGA, 33 pezzi BGA Kit stencil per reballing universali Rilavorazione Stencil per rete Modello in acciaio Mesh Kit di set di calore direttamente, Set di saldatura modello di saldatura
$ 7.87
QUICK VIEW
Foglio di Compensato da 4 mm in Pioppo cm 30 x 40 - Confezione 5 pz
$ 20.27
QUICK VIEW
Adesivo da parete in vinile con frase in italiano 'RICETTA DI FAMIGLIA' adesivi murali frasi in italiano citazione, decorazione da parete, Wall Stickers, Art Sticker Decal Mural DC-19004
$ 13.51
QUICK VIEW
2pcs cassa dell'armadio hardware in acciaio inox caricato a molla fermo Cattura Toggle Hasp per Home Office Shop
$ 7.87
QUICK VIEW
3541300 Supporto per Bidè, 30x25x58cm
$ 15.76
QUICK VIEW
'Milescraft 7336 Pocket Jig 200XCJ - Pocket Hole Bundle with Double Barrel Pocket Hole Jig, Single Barrel Pocket Hole jig, 2'' Face Clamp, and Accessories Needed with Any Pocket Hole Project'
$ 29.28
QUICK VIEW
QUARKZMAN 35mm x 28.8mm x 3.1mm Nitrile Gomma O-ring x 5pz Rotondo Guarnizione Rondella per Rubinetto Idraulica Riparazione Sigillatura Connessione [Nero]
$ 3.37
QUICK VIEW
Riscaldatore Doccia Elettrico, Scaldabagno Senza Serbatoio da 3,5 kW con Display a LED, Scaldabagno Elettrico istantaneo 110V Scaldabagno Elettrico Impermeabile per Acqua Doccia con Calore
$ 16.89
QUICK VIEW
Einhell GH-EC 2040 Elettrosega (230-240 V, 2000 W, barra oregon 40,6 cm, taglio 37,5 cm, velocità catena 13,5 m/sec., serbatoio olio catena 160 ml, incl. Faretra copri catena)
$ 56.32
QUICK VIEW
Simplex ugello 0.50 – 60 ° HF fluidics ugello
$ 4.50
QUICK VIEW
Tubo flessibile universale, tubo flessibile, tubo corrugato, tubo flessibile in acciaio inox, diametro 45 mm x 200 mm x 310 cm, con 2 fascette di scarico, installazione senza saldatura
$ 19.14
QUICK VIEW
DUMVOIN DC 12V 24V a 5V 5A Transformadores Power Supply Reductor 25W 5V Fuente de Alimentación Regulada Conversor de Potencia para pantallas LED, automóviles, electricidad, etc.
$ 9.00
QUICK VIEW
Fusibile Termico 10 Pezzi, Fusibile Ceramico 250 V 20 A Interruzioni Termiche per Elettrodomestici(90mm-240 ℃)
$ 3.37
QUICK VIEW
Bilancia professionale per gru a trazione, in acciaio inox, con batteria, elettronica, digitale, pesante, pesante, scala Hnwaage Crane + telecomando LED 5T/5000 kg
$ 92.37
QUICK VIEW
12.5mm 300Rpm 6 Fili CIRCUITSx2A Capsule Slip Ring AC 240V per Monitor Robot
$ 7.87
QUICK VIEW
Beta 1750TA - Testina per ingrassaggio autobloccante a 6 spilli
$ 23.65
QUICK VIEW
Saldatura Detto Regalo Sono Un Saldatore Saldare Maglietta
$ 9.00
QUICK VIEW
ECI ELETTROFORNITURE KIT 5 PEZZI FINTO STARTER PER TUBI LED
$ 3.37
QUICK VIEW
GEBERIT Serie 115.770.46.5 Placca Sigma01 - Cromo/Satinata per Cassetta Incasso SIGMA8
$ 46.18
QUICK VIEW
CFS, 3 porte, 3 fori, con rivestimento in fibra ottica per Miller-Spellacavi
$ 5.62
1
...
91
92
93
94
95
96
97
98
...
2648
BACK
Shopping Cart